Shades of Cerulean Blue #2C4CCC
Tints of Cerulean Blue #2C4CCC
RGB
CMYK
RGB Variations
Color information
#2C4CCC (or 0x2C4CCC) is known color: Cerulean Blue. HEX triplet: 2C, 4C and CC. RGB value is (44,76,204). Sum of RGB (Red+Green+Blue) = 44+76+204=324 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.58% from 324); Green value is 76 (30.08% from 255 or 23.46% from 324); Blue value is 204 (80.08% from 255 or 62.96% from 324); Max value from RGB is 204 - color contains mainly: blue. Hex color #2C4CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C4CCC is #D3B333. Grayscale: #505050. Windows color (decimal): -13873972 or 13388844. OLE color: 13388844.
HSL color Cylindrical-coordinate representation of color #2C4CCC: hue angle of 228º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2C4CCC is Cyan = 0.78, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 44 | 76 | 204 | - |
| CMYK | 0.78 | 0.63 | 0 | 0.2 |
| HSL | 228º | 0.65% | 0.49% | - |
| HSV(B) | 228º | 0.78% | 0.8% | - |
| XYZ | 14.52 | 10.06 | 58.3 | - |
| YUV | 81.02 | 197.4 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 76 | 204 | 0.78 | 0.63 | 0 | 0.2 | 228 | 0.65 | 0.49 |
| Hex | 2C | 4C | CC | 4E | 3F | 0 | 14 | E4 | 41 | 31 |
| Octal | 54 | 114 | 314 | 116 | 77 | 0 | 24 | 344 | 101 | 61 |
| Binary | 101100 | 1001100 | 11001100 | 1001110 | 111111 | 0 | 10100 | 11100100 | 1000001 | 110001 |
Color Harmonies of #2C4CCC
Complementary color
Monochromatic Colors of #2C4CCC
Black with #2C4CCC
Text Example
Text Example
White with #2C4CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4CCC; }
p { color: rgb(44,76,204); }
H1.HeaderClassName
{
color: #2C4CCC;
}
.AnyTagClassName
{
color: #2C4CCC;
}
</style>
background-color css
<style>
a { background-color: #2C4CCC; }
a { background-color: rgb(44,76,204); }
div.DivClassName
{
background-color: #2C4CCC;
}
.BgClassName
{
background-color: #2C4CCC;
}
</style>
border-color css
<style>
span { border-color: #2C4CCC; }
span { border-color: rgb(44,76,204); }
td.TdClassName
{
border-color: #2C4CCC;
}
.TagClassName
{
border-color: #2C4CCC;
}
</style>