#3A7CC5
A medium, moderate blue closely aligning with Cornflowerblue.
About #3A7CC5
Visually, #3A7CC5 is defined as a moderate blue. Designers often compare it to the standard color Cornflowerblue. In the RGB color space, it consists of 58 red, 124 green, and 197 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 71% cyan and 37% magenta inks. The HSL representation is 211.5° hue, 54.5% saturation, and 50.0% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#3A7CC5
RGB58, 124, 197
HSL211.5°, 54.5%, 50.0%
CMYK71%, 37%, 0%, 23%
HSV211.5°, 70.6%, 77.3%
LAB51.1, 3.3, -44.1
XYZ19.0, 19.3, 55.6
Decimal3833029
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.31:1
Text on #FFFFFF
AA Large
4.87:1
Text on #000000
AA
4.12:1
Text on #F8FAFC
AA Large
4.14:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #3A7CC5;
}
.text-color {
color: #3A7CC5;
}
.border-color {
border: 2px solid #3A7CC5;
}