#332CCC
A medium, moderate blue closely aligning with Mediumblue.
About #332CCC
At its core, #332CCC is a medium and moderate hue. Designers often compare it to the standard color Mediumblue. This translates to an RGB value of rgb(51, 44, 204).
For print applications, it's crucial to understand its CMYK makeup. The color uses 75% Cyan, 78% Magenta, 0% Yellow, and 20% Black. The HSL representation is 242.6° hue, 64.5% saturation, and 48.6% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#332CCC
RGB51, 44, 204
HSL242.6°, 64.5%, 48.6%
CMYK75%, 78%, 0%, 20%
HSV242.6°, 78.4%, 80.0%
LAB31.5, 54.0, -80.0
XYZ13.2, 6.9, 57.8
Decimal3353804
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.85:1
Text on #FFFFFF
AAA
2.37:1
Text on #000000
FAIL
8.46:1
Text on #F8FAFC
AAA
2.02:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #332CCC;
}
.text-color {
color: #332CCC;
}
.border-color {
border: 2px solid #332CCC;
}