Algen Biotechnologies Brand: Colors, Fonts, Logo & Visual Identity
Algen Biotechnologies Brand Identity
A complete profile of Algen Biotechnologies's visual system — colors, typography, components, and personality — extracted from https://www.algenbio.com/. Built for designers, agents, and AI tools.
Color Palette
Brand palette extracted from https://www.algenbio.com/.
- Primary: #0000C1
- Secondary: #3F17C9
- Accent: #170C5B
- Background: #FFFFFF
- Text Primary: #170C5B
- Link: #170C5B
Typography
Each font links to its Google Fonts page where available.
- Primary: Nb National Std
- Heading: Nb National Std
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.
Visual Assets
UI Components
Live previews rendered using Algen Biotechnologies's actual button styles.
- Button Primary
- Background: #FFFFFF
- Text Color: #170C5B
- Border Radius: 100px
- Shadow: none
Brand Personality
- Tone: professional
- Energy: medium
- Audience: biotechnology professionals and partners
Frequently Asked Questions
What is Algen Biotechnologies's primary brand color?
Algen Biotechnologies's primary brand color is #0000C1. It anchors the visual identity across their website, product UI, and marketing materials.What accent color does Algen Biotechnologies use?
Algen Biotechnologies uses #170C5B as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.What font does Algen Biotechnologies use?
Algen Biotechnologies uses Nb National Std as the primary typeface across body and headings.Does Algen Biotechnologies use a light or dark theme?
Algen Biotechnologies's primary site uses a light color scheme, with a background of #FFFFFF.Where can I find Algen Biotechnologies's logo?
Algen Biotechnologies's logo is available directly on their site (https://www.algenbio.com/). The current logo URL is included in the machine-readable JSON profile linked above.How was this brand profile generated?
This profile was extracted from https://www.algenbio.com/ using the Firecrawl branding extraction API, which inspects the live page's CSS, fonts, color tokens, and component styles. It is not affiliated with or endorsed by Algen Biotechnologies.
Machine-Readable Profile
Direct endpoints for agents, designers, and tooling. No login or auth required.
{
"colorScheme": "light",
"fonts": [
{
"family": "Nb National Std",
"role": "unknown"
}
],
"colors": {
"primary": "#0000C1",
"secondary": "#3F17C9",
"accent": "#170C5B",
"background": "#FFFFFF",
"textPrimary": "#170C5B",
"link": "#170C5B"
},
"typography": {
"fontFamilies": {
"primary": "Nb National Std",
"heading": "Nb National Std"
},
"fontStacks": {
"heading": [
"Nb National Std",
"sans-serif"
],
"body": [
"Nb National Std",
"sans-serif"
],
"paragraph": [
"Nb National Std",
"sans-serif"
]
},
"fontSizes": {
"h1": "76px",
"h2": "64px",
"body": "18px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "0px"
},
"components": {
"buttonPrimary": {
"background": "#FFFFFF",
"textColor": "#170C5B",
"borderRadius": "100px",
"borderRadiusCorners": {
"topLeft": "100px",
"topRight": "100px",
"bottomRight": "100px",
"bottomLeft": "100px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://cdn.prod.website-files.com/658126fa2ed7aa5f5ff32aef/658135d8422e8347c5c25621_logo.svg",
"favicon": "https://cdn.prod.website-files.com/658126fa2ed7aa5f5ff32aef/6583e5959801a5d2f8f20d89_favicon.png",
"ogImage": null,
"logoHref": "/",
"logoAlt": "Algen"
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "biotechnology professionals and partners"
}
}