#3A75A0
A medium, moderate blue closely aligning with Steelblue.
About #3A75A0
At its core, #3A75A0 is a medium and moderate hue. Its closest recognized web color is Steelblue. In the RGB color space, it consists of 58 red, 117 green, and 160 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 64% cyan and 27% magenta inks. The HSL representation is 205.3° hue, 46.8% saturation, and 42.7% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#3A75A0
RGB58, 117, 160
HSL205.3°, 46.8%, 42.7%
CMYK64%, 27%, 0%, 37%
HSV205.3°, 63.8%, 62.7%
LAB47.2, -5.5, -28.9
XYZ14.5, 16.2, 35.6
Decimal3831200
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.96:1
Text on #FFFFFF
AA
4.23:1
Text on #000000
AA Large
4.74:1
Text on #F8FAFC
AA
3.60:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #3A75A0;
}
.text-color {
color: #3A75A0;
}
.border-color {
border: 2px solid #3A75A0;
}