Shades of Cerulean Blue #2C5AAA
Tints of Cerulean Blue #2C5AAA
RGB
CMYK
RGB Variations
Color information
#2C5AAA (or 0x2C5AAA) is known color: Cerulean Blue. HEX triplet: 2C, 5A and AA. RGB value is (44,90,170). Sum of RGB (Red+Green+Blue) = 44+90+170=304 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.47% from 304); Green value is 90 (35.55% from 255 or 29.61% from 304); Blue value is 170 (66.80% from 255 or 55.92% from 304); Max value from RGB is 170 - color contains mainly: blue. Hex color #2C5AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C5AAA is #D3A555. Grayscale: #555555. Windows color (decimal): -13870422 or 11164204. OLE color: 11164204.
HSL color Cylindrical-coordinate representation of color #2C5AAA: hue angle of 218.1º 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 #2C5AAA is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 90 | 170 | - |
| CMYK | 0.74 | 0.47 | 0 | 0.33 |
| HSL | 218.1º | 0.59% | 0.42% | - |
| HSV(B) | 218.1º | 0.74% | 0.67% | - |
| XYZ | 11.95 | 10.75 | 39.48 | - |
| YUV | 85.37 | 175.76 | 98.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 90 | 170 | 0.74 | 0.47 | 0 | 0.33 | 218.1 | 0.59 | 0.42 |
| Hex | 2C | 5A | AA | 4A | 2F | 0 | 21 | DA | 3B | 2A |
| Octal | 54 | 132 | 252 | 112 | 57 | 0 | 41 | 332 | 73 | 52 |
| Binary | 101100 | 1011010 | 10101010 | 1001010 | 101111 | 0 | 100001 | 11011010 | 111011 | 101010 |
Color Harmonies of #2C5AAA
Complementary color
Monochromatic Colors of #2C5AAA
Black with #2C5AAA
Text Example
Text Example
White with #2C5AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5AAA; }
p { color: rgb(44,90,170); }
H1.HeaderClassName
{
color: #2C5AAA;
}
.AnyTagClassName
{
color: #2C5AAA;
}
</style>
background-color css
<style>
a { background-color: #2C5AAA; }
a { background-color: rgb(44,90,170); }
div.DivClassName
{
background-color: #2C5AAA;
}
.BgClassName
{
background-color: #2C5AAA;
}
</style>
border-color css
<style>
span { border-color: #2C5AAA; }
span { border-color: rgb(44,90,170); }
td.TdClassName
{
border-color: #2C5AAA;
}
.TagClassName
{
border-color: #2C5AAA;
}
</style>