Home · Branding · Algen Biotechnologies

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.

Download JSON
Primary
#0000C1
Accent
#170C5B
Body Font
Nb National Std
Heading
Nb National Std

Color Palette

Brand palette extracted from https://www.algenbio.com/.

primary
#0000C1
rgb(0, 0, 193)
secondary
#3F17C9
rgb(63, 23, 201)
accent
#170C5B
rgb(23, 12, 91)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#170C5B
rgb(23, 12, 91)
link
#170C5B
rgb(23, 12, 91)

Typography

Each font links to its Google Fonts page where available.

primary
Nb National Std
Nb National Std Google Fonts →
heading
Nb National Std
Nb National Std Google Fonts →
Nb National Std, sans-serif
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

Algen Biotechnologies logo
Logo
Algen Biotechnologies favicon
Favicon

UI Components

Live previews rendered using Algen Biotechnologies's actual button styles.

buttonPrimary
background #FFFFFF textColor #170C5B borderRadius 100px shadow none

Brand Personality

Tone: professional Energy: medium Audience: biotechnology professionals and partners

Algen Biotechnologies Brand in the Wild

Real-world brand assets — ads, campaigns, and marketing materials.

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.

Methodology

Brand data on this page was extracted from https://www.algenbio.com/ on using the Firecrawl branding extraction API, which inspects each site's live CSS, font network requests, color tokens, and component styles. Brand-in-the-wild images were sourced via Google Image Search restricted to ad/webinar/report queries and link out to their original third-party publishers; we link to the source rather than re-hosting third-party content. This page is published by CharacterQuilt and 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"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Algen Bio'.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 1,
      "text": "Discover Partnerships",
      "reasoning": "Button #1 ('Discover Partnerships') is likely the primary CTA due to its prominent text and rounded design, indicating a key action for the site."
    },
    "secondary": {
      "index": 2,
      "text": "Discover More About Algen Bio",
      "reasoning": "Button #2 ('Discover More About Algen Bio') serves as a secondary action with a similar style but less direct call to action."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "biotechnology professionals and partners"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.9,
    "colors": 0.9,
    "overall": 0.9
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 0,
        "selectedLogoReasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Algen Bio'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles