#332C92
A dark, moderate blue closely aligning with Midnightblue.
About #332C92
At its core, #332C92 is a dark and moderate hue. Designers often compare it to the standard color Midnightblue. In the RGB color space, it consists of 51 red, 44 green, and 146 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 65% Cyan, 70% Magenta, 0% Yellow, and 43% Black. The HSL representation is 244.1° hue, 53.7% saturation, and 37.3% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#332C92
RGB51, 44, 146
HSL244.1°, 53.7%, 37.3%
CMYK65%, 70%, 0%, 43%
HSV244.1°, 69.9%, 57.3%
LAB25.5, 35.1, -55.1
XYZ7.5, 4.6, 27.7
Decimal3353746
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.96:1
Text on #FFFFFF
AAA
1.92:1
Text on #000000
FAIL
10.48:1
Text on #F8FAFC
AAA
1.63:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #332C92;
}
.text-color {
color: #332C92;
}
.border-color {
border: 2px solid #332C92;
}