Shades of Cerulean Blue #244CA2
Tints of Cerulean Blue #244CA2
RGB
CMYK
RGB Variations
Color information
#244CA2 (or 0x244CA2) is known color: Cerulean Blue. HEX triplet: 24, 4C and A2. RGB value is (36,76,162). Sum of RGB (Red+Green+Blue) = 36+76+162=274 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.14% from 274); Green value is 76 (30.08% from 255 or 27.74% from 274); Blue value is 162 (63.67% from 255 or 59.12% from 274); Max value from RGB is 162 - color contains mainly: blue. Hex color #244CA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #244CA2 is #DBB35D. Grayscale: #494949. Windows color (decimal): -14398302 or 10636324. OLE color: 10636324.
HSL color Cylindrical-coordinate representation of color #244CA2: hue angle of 220.95º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #244CA2 is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 36 | 76 | 162 | - |
| CMYK | 0.78 | 0.53 | 0 | 0.36 |
| HSL | 220.95º | 0.64% | 0.39% | - |
| HSV(B) | 220.95º | 0.78% | 0.64% | - |
| XYZ | 9.83 | 8.15 | 35.24 | - |
| YUV | 73.84 | 177.75 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 76 | 162 | 0.78 | 0.53 | 0 | 0.36 | 220.95 | 0.64 | 0.39 |
| Hex | 24 | 4C | A2 | 4E | 35 | 0 | 24 | DD | 40 | 27 |
| Octal | 44 | 114 | 242 | 116 | 65 | 0 | 44 | 335 | 100 | 47 |
| Binary | 100100 | 1001100 | 10100010 | 1001110 | 110101 | 0 | 100100 | 11011101 | 1000000 | 100111 |
Color Harmonies of #244CA2
Complementary color
Monochromatic Colors of #244CA2
Black with #244CA2
Text Example
Text Example
White with #244CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244CA2; }
p { color: rgb(36,76,162); }
H1.HeaderClassName
{
color: #244CA2;
}
.AnyTagClassName
{
color: #244CA2;
}
</style>
background-color css
<style>
a { background-color: #244CA2; }
a { background-color: rgb(36,76,162); }
div.DivClassName
{
background-color: #244CA2;
}
.BgClassName
{
background-color: #244CA2;
}
</style>
border-color css
<style>
span { border-color: #244CA2; }
span { border-color: rgb(36,76,162); }
td.TdClassName
{
border-color: #244CA2;
}
.TagClassName
{
border-color: #244CA2;
}
</style>