#3324E2
A medium, vivid blue closely aligning with Mediumblue.
About #3324E2
The hex code #3324E2 represents a beautifully specific shade of blue. Its closest recognized web color is Mediumblue. In the RGB color space, it consists of 51 red, 36 green, and 226 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 77% Cyan, 84% Magenta, 0% Yellow, and 11% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#3324E2
RGB51, 36, 226
HSL244.7°, 76.6%, 51.4%
CMYK77%, 84%, 0%, 11%
HSV244.7°, 84.1%, 88.6%
LAB32.8, 64.0, -90.5
XYZ15.7, 7.5, 72.6
Decimal3351778
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.43:1
Text on #FFFFFF
AAA
2.49:1
Text on #000000
FAIL
8.06:1
Text on #F8FAFC
AAA
2.12:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3324E2;
}
.text-color {
color: #3324E2;
}
.border-color {
border: 2px solid #3324E2;
}