#332CB6
A medium, moderate blue closely aligning with Darkblue.
About #332CB6
Visually, #332CB6 is defined as a moderate blue. It is closely associated with the named CSS color Darkblue. In the RGB color space, it consists of 51 red, 44 green, and 182 blue.
If you are designing for print, the four-color process is what matters most. The color uses 72% Cyan, 76% Magenta, 0% Yellow, and 29% Black. The HSL representation is 243.0° hue, 61.1% saturation, and 44.3% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#332CB6
RGB51, 44, 182
HSL243.0°, 61.1%, 44.3%
CMYK72%, 76%, 0%, 29%
HSV243.0°, 75.8%, 71.4%
LAB29.1, 47.0, -71.0
XYZ10.7, 5.9, 44.8
Decimal3353782
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.65:1
Text on #FFFFFF
AAA
2.18:1
Text on #000000
FAIL
9.22:1
Text on #F8FAFC
AAA
1.85:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #332CB6;
}
.text-color {
color: #332CB6;
}
.border-color {
border: 2px solid #332CB6;
}