Shades of Cerulean Blue #2C55AB
Tints of Cerulean Blue #2C55AB
RGB
CMYK
RGB Variations
Color information
#2C55AB (or 0x2C55AB) is known color: Cerulean Blue. HEX triplet: 2C, 55 and AB. RGB value is (44,85,171). Sum of RGB (Red+Green+Blue) = 44+85+171=300 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.67% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 171 (67.19% from 255 or 57% from 300); Max value from RGB is 171 - color contains mainly: blue. Hex color #2C55AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C55AB is #D3AA54. Grayscale: #525252. Windows color (decimal): -13871701 or 11228460. OLE color: 11228460.
HSL color Cylindrical-coordinate representation of color #2C55AB: hue angle of 220.63º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2C55AB is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 85 | 171 | - |
| CMYK | 0.74 | 0.50 | 0 | 0.33 |
| HSL | 220.63º | 0.59% | 0.42% | - |
| HSV(B) | 220.63º | 0.74% | 0.67% | - |
| XYZ | 11.64 | 9.97 | 39.84 | - |
| YUV | 82.55 | 177.92 | 100.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 85 | 171 | 0.74 | 0.50 | 0 | 0.33 | 220.63 | 0.59 | 0.42 |
| Hex | 2C | 55 | AB | 4A | 32 | 0 | 21 | DD | 3B | 2A |
| Octal | 54 | 125 | 253 | 112 | 62 | 0 | 41 | 335 | 73 | 52 |
| Binary | 101100 | 1010101 | 10101011 | 1001010 | 110010 | 0 | 100001 | 11011101 | 111011 | 101010 |
Color Harmonies of #2C55AB
Complementary color
Monochromatic Colors of #2C55AB
Black with #2C55AB
Text Example
Text Example
White with #2C55AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C55AB; }
p { color: rgb(44,85,171); }
H1.HeaderClassName
{
color: #2C55AB;
}
.AnyTagClassName
{
color: #2C55AB;
}
</style>
background-color css
<style>
a { background-color: #2C55AB; }
a { background-color: rgb(44,85,171); }
div.DivClassName
{
background-color: #2C55AB;
}
.BgClassName
{
background-color: #2C55AB;
}
</style>
border-color css
<style>
span { border-color: #2C55AB; }
span { border-color: rgb(44,85,171); }
td.TdClassName
{
border-color: #2C55AB;
}
.TagClassName
{
border-color: #2C55AB;
}
</style>