HSL(202, 44%, 36%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(202,44%,36%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(202, 44%, 36%) | color: hsl(202, 44%, 36%) | |
| HEX | #336784 | color: #336784 | |
| RGB | rgb(51, 103, 132) | color: rgb(51, 103, 132) | |
| CMYK | cmyk(61%, 22%, 0%, 48%) | — | |
| HSV | hsv(201, 61%, 52%) | — | |
| HWB | hwb(201 20% 48%) | color: hwb(201 20% 48%) | |
| OKLCH | oklch(0.4907 0.0725 235.31) | color: oklch(0.4907 0.0725 235.31) | |
| Lab | lab(41.33 -8.11 -21.31) | color: lab(41.33 -8.11 -21.31) | |
| LCH | lch(41.33 22.8 249.16) | color: lch(41.33 22.8 249.16) |
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)
#4A4A7D — rgb(74, 74, 125)
Deuteranopia (Green-blind)
#47437B — rgb(71, 67, 123)
Tritanopia (Blue-blind)
#367776 — rgb(54, 119, 118)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(202, 44%, 36%);
text
color: hsl(202, 44%, 36%);
border
border: 2px solid hsl(202, 44%, 36%);
gradient light
background: linear-gradient(to right, hsl(202, 44%, 56%), hsl(202, 44%, 36%));
gradient dark
background: linear-gradient(to right, hsl(202, 44%, 36%), hsl(202, 44%, 16%))
hex
background-color: #336784;
tailwind
bg-[hsl(202,44%,36%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(202, 44%, 36%, 0.4);
css variable
--color-primary: hsl(202, 44%, 36%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(202, 44%, 36%)?
HEX: #336784 | RGB: rgb(51, 103, 132) | CMYK: 61%, 22%, 0%, 48% | HSV: 201°, 61%, 52%. Copy any format from the conversion table above.
What colors go well with #336784?
The complementary color is HSL(22, 44%, 36%). For a triadic harmony, use hues 202°, 322°, and 82°. For analogous combinations, try hues 172° and 232°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(202, 44%, 36%) in CSS?
As HSL: color: hsl(202, 44%, 36%); — As HEX: color: #336784; — As RGB: color: rgb(51, 103, 132); — Tailwind CSS: bg-[hsl(202,44%,36%)] — CSS variable: --color-primary: hsl(202, 44%, 36%);