Shades of Cerulean Blue #244CCC
Tints of Cerulean Blue #244CCC
RGB
CMYK
RGB Variations
Color information
#244CCC (or 0x244CCC) is known color: Cerulean Blue. HEX triplet: 24, 4C and CC. RGB value is (36,76,204). Sum of RGB (Red+Green+Blue) = 36+76+204=316 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.39% from 316); Green value is 76 (30.08% from 255 or 24.05% from 316); Blue value is 204 (80.08% from 255 or 64.56% from 316); Max value from RGB is 204 - color contains mainly: blue. Hex color #244CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #244CCC is #DBB333. Grayscale: #4E4E4E. Windows color (decimal): -14398260 or 13388836. OLE color: 13388836.
HSL color Cylindrical-coordinate representation of color #244CCC: hue angle of 225.71º 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 #244CCC is Cyan = 0.82, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 36 | 76 | 204 | - |
| CMYK | 0.82 | 0.63 | 0 | 0.2 |
| HSL | 225.71º | 0.7% | 0.47% | - |
| HSV(B) | 225.71º | 0.82% | 0.8% | - |
| XYZ | 14.21 | 9.9 | 58.29 | - |
| YUV | 78.63 | 198.75 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 76 | 204 | 0.82 | 0.63 | 0 | 0.2 | 225.71 | 0.7 | 0.47 |
| Hex | 24 | 4C | CC | 52 | 3F | 0 | 14 | E2 | 46 | 2F |
| Octal | 44 | 114 | 314 | 122 | 77 | 0 | 24 | 342 | 106 | 57 |
| Binary | 100100 | 1001100 | 11001100 | 1010010 | 111111 | 0 | 10100 | 11100010 | 1000110 | 101111 |
Color Harmonies of #244CCC
Complementary color
Monochromatic Colors of #244CCC
Black with #244CCC
Text Example
Text Example
White with #244CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244CCC; }
p { color: rgb(36,76,204); }
H1.HeaderClassName
{
color: #244CCC;
}
.AnyTagClassName
{
color: #244CCC;
}
</style>
background-color css
<style>
a { background-color: #244CCC; }
a { background-color: rgb(36,76,204); }
div.DivClassName
{
background-color: #244CCC;
}
.BgClassName
{
background-color: #244CCC;
}
</style>
border-color css
<style>
span { border-color: #244CCC; }
span { border-color: rgb(36,76,204); }
td.TdClassName
{
border-color: #244CCC;
}
.TagClassName
{
border-color: #244CCC;
}
</style>