HSL(230, 64%, 37%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(230,64%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(230, 64%, 37%) | color: hsl(230, 64%, 37%) | |
| HEX | #22369B | color: #22369B | |
| RGB | rgb(34, 54, 155) | color: rgb(34, 54, 155) | |
| CMYK | cmyk(78%, 65%, 0%, 39%) | — | |
| HSV | hsv(230, 78%, 61%) | — | |
| HWB | hwb(230 13% 39%) | color: hwb(230 13% 39%) | |
| OKLCH | oklch(0.3884 0.1653 268.49) | color: oklch(0.3884 0.1653 268.49) | |
| Lab | lab(27.69 29.81 -57.11) | color: lab(27.69 29.81 -57.11) | |
| LCH | lch(27.69 64.42 297.56) | color: lch(27.69 64.42 297.56) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: white
Color Blindness Simulation
Protanopia (Red-blind)
#2B2B83 — rgb(43, 43, 131)
Deuteranopia (Green-blind)
#2A287D — rgb(42, 40, 125)
Tritanopia (Blue-blind)
#236F6B — rgb(35, 111, 107)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(230, 64%, 37%);
text
color: hsl(230, 64%, 37%);
border
border: 2px solid hsl(230, 64%, 37%);
gradient light
background: linear-gradient(to right, hsl(230, 64%, 57%), hsl(230, 64%, 37%));
gradient dark
background: linear-gradient(to right, hsl(230, 64%, 37%), hsl(230, 64%, 17%))
hex
background-color: #22369B;
tailwind
bg-[hsl(230,64%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(230, 64%, 37%, 0.4);
css variable
--color-primary: hsl(230, 64%, 37%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(230, 64%, 37%)?
HEX: #22369B | RGB: rgb(34, 54, 155) | CMYK: 78%, 65%, 0%, 39% | HSV: 230°, 78%, 61%. Copy any format from the conversion table above.
What colors go well with #22369B?
The complementary color is HSL(50, 64%, 37%). For a triadic harmony, use hues 230°, 350°, and 110°. For analogous combinations, try hues 200° and 260°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(230, 64%, 37%) in CSS?
As HSL: color: hsl(230, 64%, 37%); — As HEX: color: #22369B; — As RGB: color: rgb(34, 54, 155); — Tailwind CSS: bg-[hsl(230,64%,37%)] — CSS variable: --color-primary: hsl(230, 64%, 37%);