Shades of Cerulean Blue #2C4AAA
Tints of Cerulean Blue #2C4AAA
RGB
CMYK
RGB Variations
Color information
#2C4AAA (or 0x2C4AAA) is known color: Cerulean Blue. HEX triplet: 2C, 4A and AA. RGB value is (44,74,170). Sum of RGB (Red+Green+Blue) = 44+74+170=288 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.28% from 288); Green value is 74 (29.30% from 255 or 25.69% from 288); Blue value is 170 (66.80% from 255 or 59.03% from 288); Max value from RGB is 170 - color contains mainly: blue. Hex color #2C4AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C4AAA is #D3B555. Grayscale: #4B4B4B. Windows color (decimal): -13874518 or 11160108. OLE color: 11160108.
HSL color Cylindrical-coordinate representation of color #2C4AAA: hue angle of 225.71º 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 #2C4AAA is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 74 | 170 | - |
| CMYK | 0.74 | 0.56 | 0 | 0.33 |
| HSL | 225.71º | 0.59% | 0.42% | - |
| HSV(B) | 225.71º | 0.74% | 0.67% | - |
| XYZ | 10.74 | 8.34 | 39.07 | - |
| YUV | 75.97 | 181.06 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 74 | 170 | 0.74 | 0.56 | 0 | 0.33 | 225.71 | 0.59 | 0.42 |
| Hex | 2C | 4A | AA | 4A | 38 | 0 | 21 | E2 | 3B | 2A |
| Octal | 54 | 112 | 252 | 112 | 70 | 0 | 41 | 342 | 73 | 52 |
| Binary | 101100 | 1001010 | 10101010 | 1001010 | 111000 | 0 | 100001 | 11100010 | 111011 | 101010 |
Color Harmonies of #2C4AAA
Complementary color
Monochromatic Colors of #2C4AAA
Black with #2C4AAA
Text Example
Text Example
White with #2C4AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4AAA; }
p { color: rgb(44,74,170); }
H1.HeaderClassName
{
color: #2C4AAA;
}
.AnyTagClassName
{
color: #2C4AAA;
}
</style>
background-color css
<style>
a { background-color: #2C4AAA; }
a { background-color: rgb(44,74,170); }
div.DivClassName
{
background-color: #2C4AAA;
}
.BgClassName
{
background-color: #2C4AAA;
}
</style>
border-color css
<style>
span { border-color: #2C4AAA; }
span { border-color: rgb(44,74,170); }
td.TdClassName
{
border-color: #2C4AAA;
}
.TagClassName
{
border-color: #2C4AAA;
}
</style>