#332CD3
A medium, moderate blue closely aligning with Mediumblue.
About #332CD3
The hex code #332CD3 represents a beautifully specific shade of blue. It is closely associated with the named CSS color Mediumblue. Its digital footprint relies on 51 parts red, 44 parts green, and 211 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 76% C, 79% M, 0% Y, and 17% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#332CD3
RGB51, 44, 211
HSL242.5°, 65.5%, 50.0%
CMYK76%, 79%, 0%, 17%
HSV242.5°, 79.1%, 82.7%
LAB32.3, 56.1, -82.8
XYZ14.0, 7.2, 62.3
Decimal3353811
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.60:1
Text on #FFFFFF
AAA
2.44:1
Text on #000000
FAIL
8.22:1
Text on #F8FAFC
AAA
2.08:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #332CD3;
}
.text-color {
color: #332CD3;
}
.border-color {
border: 2px solid #332CD3;
}