#3A99B6
A medium, moderate cyan closely aligning with Cadetblue.
About #3A99B6
At its core, #3A99B6 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Cadetblue. In the RGB color space, it consists of 58 red, 153 green, and 182 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 68% cyan, 16% magenta, 0% yellow, and 29% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#3A99B6
RGB58, 153, 182
HSL194.0°, 51.7%, 47.1%
CMYK68%, 16%, 0%, 29%
HSV194.0°, 68.1%, 71.4%
LAB59.0, -18.4, -23.2
XYZ21.6, 27.1, 48.3
Decimal3840438
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.28:1
Text on #FFFFFF
AA Large
6.41:1
Text on #000000
AA
3.13:1
Text on #F8FAFC
AA Large
5.45:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #3A99B6;
}
.text-color {
color: #3A99B6;
}
.border-color {
border: 2px solid #3A99B6;
}