Shades of Cerulean Blue #2B53AA
Tints of Cerulean Blue #2B53AA
RGB
CMYK
RGB Variations
Color information
#2B53AA (or 0x2B53AA) is known color: Cerulean Blue. HEX triplet: 2B, 53 and AA. RGB value is (43,83,170). Sum of RGB (Red+Green+Blue) = 43+83+170=296 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.53% from 296); Green value is 83 (32.81% from 255 or 28.04% from 296); Blue value is 170 (66.80% from 255 or 57.43% from 296); Max value from RGB is 170 - color contains mainly: blue. Hex color #2B53AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B53AA is #D4AC55. Grayscale: #505050. Windows color (decimal): -13937750 or 11162411. OLE color: 11162411.
HSL color Cylindrical-coordinate representation of color #2B53AA: hue angle of 221.1º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B53AA is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 83 | 170 | - |
| CMYK | 0.75 | 0.51 | 0 | 0.33 |
| HSL | 221.1º | 0.6% | 0.42% | - |
| HSV(B) | 221.1º | 0.75% | 0.67% | - |
| XYZ | 11.35 | 9.6 | 39.29 | - |
| YUV | 80.96 | 178.25 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 83 | 170 | 0.75 | 0.51 | 0 | 0.33 | 221.1 | 0.6 | 0.42 |
| Hex | 2B | 53 | AA | 4B | 33 | 0 | 21 | DD | 3C | 2A |
| Octal | 53 | 123 | 252 | 113 | 63 | 0 | 41 | 335 | 74 | 52 |
| Binary | 101011 | 1010011 | 10101010 | 1001011 | 110011 | 0 | 100001 | 11011101 | 111100 | 101010 |
Color Harmonies of #2B53AA
Complementary color
Monochromatic Colors of #2B53AA
Black with #2B53AA
Text Example
Text Example
White with #2B53AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B53AA; }
p { color: rgb(43,83,170); }
H1.HeaderClassName
{
color: #2B53AA;
}
.AnyTagClassName
{
color: #2B53AA;
}
</style>
background-color css
<style>
a { background-color: #2B53AA; }
a { background-color: rgb(43,83,170); }
div.DivClassName
{
background-color: #2B53AA;
}
.BgClassName
{
background-color: #2B53AA;
}
</style>
border-color css
<style>
span { border-color: #2B53AA; }
span { border-color: rgb(43,83,170); }
td.TdClassName
{
border-color: #2B53AA;
}
.TagClassName
{
border-color: #2B53AA;
}
</style>