#3333D3
A medium, moderate blue closely aligning with Mediumblue.
About #3333D3
The hex code #3333D3 represents a beautifully specific shade of blue. Designers often compare it to the standard color Mediumblue. Its digital footprint relies on 51 parts red, 51 parts green, and 211 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 76% Cyan, 76% Magenta, 0% Yellow, and 17% Black. With a hue angle of 240.0 degrees, it sits comfortably in the blue spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#3333D3
RGB51, 51, 211
HSL240.0°, 64.5%, 51.4%
CMYK76%, 76%, 0%, 17%
HSV240.0°, 75.8%, 82.7%
LAB33.5, 52.6, -80.7
XYZ14.3, 7.8, 62.4
Decimal3355603
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.22:1
Text on #FFFFFF
AAA
2.55:1
Text on #000000
FAIL
7.86:1
Text on #F8FAFC
AAA
2.17:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3333D3;
}
.text-color {
color: #3333D3;
}
.border-color {
border: 2px solid #3333D3;
}