#3324D3
A medium, vivid blue closely aligning with Mediumblue.
About #3324D3
Visually, #3324D3 is defined as a vivid blue. Its closest recognized web color is Mediumblue. Its digital footprint relies on 51 parts red, 36 parts green, and 211 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 76% C, 83% M, 0% Y, and 17% K. The HSL representation is 245.1° hue, 70.9% saturation, and 48.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#3324D3
RGB51, 36, 211
HSL245.1°, 70.9%, 48.4%
CMYK76%, 83%, 0%, 17%
HSV245.1°, 82.9%, 82.7%
LAB31.0, 59.7, -84.8
XYZ13.8, 6.7, 62.2
Decimal3351763
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.00:1
Text on #FFFFFF
AAA
2.33:1
Text on #000000
FAIL
8.60:1
Text on #F8FAFC
AAA
1.98:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3324D3;
}
.text-color {
color: #3324D3;
}
.border-color {
border: 2px solid #3324D3;
}