#3A75AF
A medium, moderate blue closely aligning with Steelblue.
About #3A75AF
The hex code #3A75AF represents a beautifully specific shade of blue. Its closest recognized web color is Steelblue. In the RGB color space, it consists of 58 red, 117 green, and 175 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 67% cyan, 33% magenta, 0% yellow, and 31% black. With a hue angle of 209.7 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3A75AF
RGB58, 117, 175
HSL209.7°, 50.2%, 45.7%
CMYK67%, 33%, 0%, 31%
HSV209.7°, 66.9%, 68.6%
LAB47.9, -0.3, -36.5
XYZ15.8, 16.7, 42.9
Decimal3831215
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.83:1
Text on #FFFFFF
AA
4.34:1
Text on #000000
AA Large
4.62:1
Text on #F8FAFC
AA
3.69:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #3A75AF;
}
.text-color {
color: #3A75AF;
}
.border-color {
border: 2px solid #3A75AF;
}