#3357E2
A medium, vivid blue closely aligning with Mediumslateblue.
About #3357E2
At its core, #3357E2 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Mediumslateblue. Its digital footprint relies on 51 parts red, 87 parts green, and 226 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 77% cyan and 62% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3357E2
RGB51, 87, 226
HSL227.7°, 75.1%, 54.3%
CMYK77%, 62%, 0%, 11%
HSV227.7°, 77.4%, 88.6%
LAB42.8, 36.4, -74.1
XYZ18.5, 13.0, 73.5
Decimal3364834
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.83:1
Text on #FFFFFF
AA
3.60:1
Text on #000000
AA Large
5.57:1
Text on #F8FAFC
AA
3.06:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #3357E2;
}
.text-color {
color: #3357E2;
}
.border-color {
border: 2px solid #3357E2;
}