#3A75CC
A medium, moderate blue closely aligning with Cornflowerblue.
About #3A75CC
When working with digital screens, the color #3A75CC is rendered by mixing light. Designers often compare it to the standard color Cornflowerblue. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 117, and 204.
If you are designing for print, the four-color process is what matters most. The color uses 72% Cyan, 43% Magenta, 0% Yellow, and 20% Black. The HSL representation is 215.8° hue, 58.9% saturation, and 51.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#3A75CC
RGB58, 117, 204
HSL215.8°, 58.9%, 51.4%
CMYK72%, 43%, 0%, 20%
HSV215.8°, 71.6%, 80.0%
LAB49.5, 10.2, -50.7
XYZ19.0, 18.0, 59.6
Decimal3831244
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.57:1
Text on #FFFFFF
AA
4.60:1
Text on #000000
AA
4.37:1
Text on #F8FAFC
AA Large
3.91:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #3A75CC;
}
.text-color {
color: #3A75CC;
}
.border-color {
border: 2px solid #3A75CC;
}