Shades of Cerulean Blue #2C55AA
Tints of Cerulean Blue #2C55AA
RGB
CMYK
RGB Variations
Color information
#2C55AA (or 0x2C55AA) is known color: Cerulean Blue. HEX triplet: 2C, 55 and AA. RGB value is (44,85,170). Sum of RGB (Red+Green+Blue) = 44+85+170=299 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.72% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 170 (66.80% from 255 or 56.86% from 299); Max value from RGB is 170 - color contains mainly: blue. Hex color #2C55AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C55AA is #D3AA55. Grayscale: #525252. Windows color (decimal): -13871702 or 11162924. OLE color: 11162924.
HSL color Cylindrical-coordinate representation of color #2C55AA: hue angle of 220.48º 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 #2C55AA is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 85 | 170 | - |
| CMYK | 0.74 | 0.50 | 0 | 0.33 |
| HSL | 220.48º | 0.59% | 0.42% | - |
| HSV(B) | 220.48º | 0.74% | 0.67% | - |
| XYZ | 11.54 | 9.93 | 39.34 | - |
| YUV | 82.43 | 177.42 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 85 | 170 | 0.74 | 0.50 | 0 | 0.33 | 220.48 | 0.59 | 0.42 |
| Hex | 2C | 55 | AA | 4A | 32 | 0 | 21 | DC | 3B | 2A |
| Octal | 54 | 125 | 252 | 112 | 62 | 0 | 41 | 334 | 73 | 52 |
| Binary | 101100 | 1010101 | 10101010 | 1001010 | 110010 | 0 | 100001 | 11011100 | 111011 | 101010 |
Color Harmonies of #2C55AA
Complementary color
Monochromatic Colors of #2C55AA
Black with #2C55AA
Text Example
Text Example
White with #2C55AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C55AA; }
p { color: rgb(44,85,170); }
H1.HeaderClassName
{
color: #2C55AA;
}
.AnyTagClassName
{
color: #2C55AA;
}
</style>
background-color css
<style>
a { background-color: #2C55AA; }
a { background-color: rgb(44,85,170); }
div.DivClassName
{
background-color: #2C55AA;
}
.BgClassName
{
background-color: #2C55AA;
}
</style>
border-color css
<style>
span { border-color: #2C55AA; }
span { border-color: rgb(44,85,170); }
td.TdClassName
{
border-color: #2C55AA;
}
.TagClassName
{
border-color: #2C55AA;
}
</style>