Shades of Cerulean Blue #244ECC
Tints of Cerulean Blue #244ECC
RGB
CMYK
RGB Variations
Color information
#244ECC (or 0x244ECC) is known color: Cerulean Blue. HEX triplet: 24, 4E and CC. RGB value is (36,78,204). Sum of RGB (Red+Green+Blue) = 36+78+204=318 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.32% from 318); Green value is 78 (30.86% from 255 or 24.53% from 318); Blue value is 204 (80.08% from 255 or 64.15% from 318); Max value from RGB is 204 - color contains mainly: blue. Hex color #244ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #244ECC is #DBB133. Grayscale: #4F4F4F. Windows color (decimal): -14397748 or 13389348. OLE color: 13389348.
HSL color Cylindrical-coordinate representation of color #244ECC: hue angle of 225º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #244ECC is Cyan = 0.82, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 36 | 78 | 204 | - |
| CMYK | 0.82 | 0.62 | 0 | 0.2 |
| HSL | 225º | 0.7% | 0.47% | - |
| HSV(B) | 225º | 0.82% | 0.8% | - |
| XYZ | 14.35 | 10.18 | 58.34 | - |
| YUV | 79.81 | 198.09 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 78 | 204 | 0.82 | 0.62 | 0 | 0.2 | 225 | 0.7 | 0.47 |
| Hex | 24 | 4E | CC | 52 | 3E | 0 | 14 | E1 | 46 | 2F |
| Octal | 44 | 116 | 314 | 122 | 76 | 0 | 24 | 341 | 106 | 57 |
| Binary | 100100 | 1001110 | 11001100 | 1010010 | 111110 | 0 | 10100 | 11100001 | 1000110 | 101111 |
Color Harmonies of #244ECC
Complementary color
Monochromatic Colors of #244ECC
Black with #244ECC
Text Example
Text Example
White with #244ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244ECC; }
p { color: rgb(36,78,204); }
H1.HeaderClassName
{
color: #244ECC;
}
.AnyTagClassName
{
color: #244ECC;
}
</style>
background-color css
<style>
a { background-color: #244ECC; }
a { background-color: rgb(36,78,204); }
div.DivClassName
{
background-color: #244ECC;
}
.BgClassName
{
background-color: #244ECC;
}
</style>
border-color css
<style>
span { border-color: #244ECC; }
span { border-color: rgb(36,78,204); }
td.TdClassName
{
border-color: #244ECC;
}
.TagClassName
{
border-color: #244ECC;
}
</style>