Shades of Cerulean Blue #2C4ECA
Tints of Cerulean Blue #2C4ECA
RGB
CMYK
RGB Variations
Color information
#2C4ECA (or 0x2C4ECA) is known color: Cerulean Blue. HEX triplet: 2C, 4E and CA. RGB value is (44,78,202). Sum of RGB (Red+Green+Blue) = 44+78+202=324 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.58% from 324); Green value is 78 (30.86% from 255 or 24.07% from 324); Blue value is 202 (79.30% from 255 or 62.35% from 324); Max value from RGB is 202 - color contains mainly: blue. Hex color #2C4ECA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C4ECA is #D3B135. Grayscale: #515151. Windows color (decimal): -13873462 or 13258284. OLE color: 13258284.
HSL color Cylindrical-coordinate representation of color #2C4ECA: hue angle of 227.09º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2C4ECA is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 44 | 78 | 202 | - |
| CMYK | 0.78 | 0.61 | 0 | 0.21 |
| HSL | 227.09º | 0.64% | 0.48% | - |
| HSV(B) | 227.09º | 0.78% | 0.79% | - |
| XYZ | 14.42 | 10.25 | 57.1 | - |
| YUV | 81.97 | 195.74 | 100.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 78 | 202 | 0.78 | 0.61 | 0 | 0.21 | 227.09 | 0.64 | 0.48 |
| Hex | 2C | 4E | CA | 4E | 3D | 0 | 15 | E3 | 40 | 30 |
| Octal | 54 | 116 | 312 | 116 | 75 | 0 | 25 | 343 | 100 | 60 |
| Binary | 101100 | 1001110 | 11001010 | 1001110 | 111101 | 0 | 10101 | 11100011 | 1000000 | 110000 |
Color Harmonies of #2C4ECA
Complementary color
Monochromatic Colors of #2C4ECA
Black with #2C4ECA
Text Example
Text Example
White with #2C4ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4ECA; }
p { color: rgb(44,78,202); }
H1.HeaderClassName
{
color: #2C4ECA;
}
.AnyTagClassName
{
color: #2C4ECA;
}
</style>
background-color css
<style>
a { background-color: #2C4ECA; }
a { background-color: rgb(44,78,202); }
div.DivClassName
{
background-color: #2C4ECA;
}
.BgClassName
{
background-color: #2C4ECA;
}
</style>
border-color css
<style>
span { border-color: #2C4ECA; }
span { border-color: rgb(44,78,202); }
td.TdClassName
{
border-color: #2C4ECA;
}
.TagClassName
{
border-color: #2C4ECA;
}
</style>