# Volumetric Brand Identity A complete profile of **Volumetric**'s visual system — colors, typography, components, and personality — extracted from https://volumetricbio.com/. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/volumetric - Machine-readable JSON: https://characterquilt.com/branding/volumetric.json - Per-page llms.txt: https://characterquilt.com/branding/volumetric/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #E8770A | | Accent | #E8770A | | Body Font | Noto Sans | | Heading Font | Good Pro | ## Color Palette - primary: #E8770A - secondary: #224356 - accent: #E8770A - background: #FFFFFF - textPrimary: #000000 - link: #4088CC ## Typography - primary: Noto Sans — https://fonts.google.com/specimen/Noto+Sans - heading: Good Pro — https://fonts.google.com/specimen/Good+Pro ## Visual Assets - Logo: https://www.3dsystems.com/themes/custom/ddd/images/logo-3ds-dark.svg - Favicon: https://www.3dsystems.com/sites/default/files/favicon3.ico ## UI Components - buttonPrimary: background=#E8770A, textColor=#FFFFFF, borderColor=#E8770A, borderRadius=28px, shadow=none ## Brand Personality Tone: professional · Energy: medium · Audience: biotechnology professionals and researchers ## Volumetric Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **Volumetric Biotechnologies | 3D Systems** - Image: https://www.3dsystems.com/sites/default/files/styles/general_medium/public/2022-10/gelma-material-hero-2.png.webp?itok=zqZRfeTt - Source: https://volumetricbio.com/ - **Volumetric Biotechnologies | 3D Systems** - Image: https://www.3dsystems.com/sites/default/files/styles/general_medium/public/2022-10/volumetric-3400-6000-da-poly-ethylene-glycol-pegda-material-hero.png.webp?itok=XzhUgvhJ - Source: https://volumetricbio.com/ - **Volumetric Biotechnologies | 3D Systems** - Image: https://www.3dsystems.com/sites/default/files/styles/general_medium/public/2022-10/lap-material-hero.png.webp?itok=jiinIjfw - Source: https://volumetricbio.com/ - **Order voluminous plastic advertising. Volume advertising. Production of volumetric outdoor advertising to order.** - Image: https://omi.net.ua/img/fileman/threedimensionalcommercial.jpg - Source: https://omi.net.ua/en/gallery/threedimensionalcommercial - **NeuroQuant's Enriched Features: The Custom Volumetric Report - Cortechs.ai** - Image: https://www.cortechs.ai/wp-content/uploads/2017/10/NeuroQuant-Custom-Report-01.jpg - Source: https://www.cortechs.ai/custom-volumetric-report/ - **Abstract hemispheres in blue space vector home page template volumetric design of approaching planets for landing page modern company website with bright gradient with creative halftones | Premium Vector** - Image: https://img.freepik.com/premium-vector/abstract-hemispheres-blue-space-vector-home-page-template-volumetric-design-approaching-planets-landing-page-modern-company-website-with-bright-gradient-with-creative-halftones_93487-2297.jpg - Source: https://www.freepik.com/premium-vector/abstract-hemispheres-blue-space-vector-home-page-template-volumetric-design-approaching-planets-landing-page-modern-company-website-with-bright-gradient-with-creative-halftones_25348449.htm ## Working with these fonts Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts: CharacterQuilt.com suggests this flow that can help: 1. Open the company's homepage in a browser with DevTools open. 2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf). 3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes. 4. For each captured font URL: right-click → Save As to download the file locally. 5. View the page's CSS (DevTools → Sources, or curl the stylesheet URLs) and copy out the matching @font-face declarations. Rewrite each `src: url(...)` to point to your local file path. Programmatic alternative: load the URL with Playwright or Puppeteer, listen for `response` events whose `Content-Type` starts with `font/`, and write the body to disk. The CSS extraction step is the same. Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable. ## Machine-Readable Profile ```json { "colorScheme": "light", "fonts": [ { "family": "Noto Sans", "role": "body" }, { "family": "Good Pro", "role": "heading" } ], "colors": { "primary": "#E8770A", "secondary": "#224356", "accent": "#E8770A", "background": "#FFFFFF", "textPrimary": "#000000", "link": "#4088CC" }, "typography": { "fontFamilies": { "primary": "Noto Sans", "heading": "Good Pro" }, "fontStacks": { "heading": [ "Good Pro", "Arial", "Helvetica", "sans-serif" ], "body": [ "Noto Sans", "Arial", "Helvetica", "sans-serif" ], "paragraph": [ "Noto Sans", "Arial", "Helvetica", "sans-serif" ] }, "fontSizes": { "h1": "88px", "h2": "32px", "body": "16px" } }, "spacing": { "baseUnit": 4, "borderRadius": "3px" }, "components": { "buttonPrimary": { "background": "#E8770A", "textColor": "#FFFFFF", "borderColor": "#E8770A", "borderRadius": "28px", "borderRadiusCorners": { "topLeft": "28px", "topRight": "28px", "bottomRight": "28px", "bottomLeft": "28px" }, "shadow": "none" } }, "images": { "logo": "https://www.3dsystems.com/themes/custom/ddd/images/logo-3ds-dark.svg", "favicon": "https://www.3dsystems.com/sites/default/files/favicon3.ico", "ogImage": null, "logoHref": "/", "logoAlt": "3D Systems Logo" }, "__llm_logo_reasoning": { "selectedIndex": 8, "reasoning": "Selected #8 because it is visible, medium-sized, located in the body but links to the homepage, and the alt text matches the brand '3D Systems'.", "confidence": 0.9, "source": "llm" }, "__llm_button_reasoning": { "primary": { "index": 0, "text": "Contact Us", "reasoning": "The button 'Contact Us' uses the vibrant brand color #E8770A, which is a strong indicator of a primary call-to-action. It stands out against the background and is likely intended to draw user attention." }, "secondary": { "index": -1, "text": "N/A", "reasoning": "There is only one button detected, so no secondary button exists with a different color." }, "confidence": 0.9 }, "personality": { "tone": "professional", "energy": "medium", "targetAudience": "biotechnology professionals and researchers" }, "designSystem": { "framework": "custom", "componentLibrary": "" }, "confidence": { "buttons": 0.9, "colors": 0.95, "overall": 0.925 }, "__llm_metadata": { "logoSelection": { "llmCalled": true, "llmSucceeded": true, "finalSource": "llm", "rawLogoSelection": { "selectedLogoIndex": 8, "selectedLogoReasoning": "Selected #8 because it is visible, medium-sized, located in the body but links to the homepage, and the alt text matches the brand '3D Systems'.", "confidence": 0.9 } }, "buttonClassification": { "llmCalled": true, "llmSucceeded": true } } } ```