Shades of Cerulean Blue #244BA8
Tints of Cerulean Blue #244BA8
RGB
CMYK
RGB Variations
Color information
#244BA8 (or 0x244BA8) is known color: Cerulean Blue. HEX triplet: 24, 4B and A8. RGB value is (36,75,168). Sum of RGB (Red+Green+Blue) = 36+75+168=279 (36% of max value = 765). Red value is 36 (14.45% from 255 or 12.90% from 279); Green value is 75 (29.69% from 255 or 26.88% from 279); Blue value is 168 (66.02% from 255 or 60.22% from 279); Max value from RGB is 168 - color contains mainly: blue. Hex color #244BA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #244BA8 is #DBB457. Grayscale: #494949. Windows color (decimal): -14398552 or 11029284. OLE color: 11029284.
HSL color Cylindrical-coordinate representation of color #244BA8: hue angle of 222.27º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #244BA8 is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 36 | 75 | 168 | - |
| CMYK | 0.79 | 0.55 | 0 | 0.34 |
| HSL | 222.27º | 0.65% | 0.4% | - |
| HSV(B) | 222.27º | 0.79% | 0.66% | - |
| XYZ | 10.31 | 8.23 | 38.09 | - |
| YUV | 73.94 | 181.08 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 75 | 168 | 0.79 | 0.55 | 0 | 0.34 | 222.27 | 0.65 | 0.4 |
| Hex | 24 | 4B | A8 | 4F | 37 | 0 | 22 | DE | 41 | 28 |
| Octal | 44 | 113 | 250 | 117 | 67 | 0 | 42 | 336 | 101 | 50 |
| Binary | 100100 | 1001011 | 10101000 | 1001111 | 110111 | 0 | 100010 | 11011110 | 1000001 | 101000 |
Color Harmonies of #244BA8
Complementary color
Monochromatic Colors of #244BA8
Black with #244BA8
Text Example
Text Example
White with #244BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244BA8; }
p { color: rgb(36,75,168); }
H1.HeaderClassName
{
color: #244BA8;
}
.AnyTagClassName
{
color: #244BA8;
}
</style>
background-color css
<style>
a { background-color: #244BA8; }
a { background-color: rgb(36,75,168); }
div.DivClassName
{
background-color: #244BA8;
}
.BgClassName
{
background-color: #244BA8;
}
</style>
border-color css
<style>
span { border-color: #244BA8; }
span { border-color: rgb(36,75,168); }
td.TdClassName
{
border-color: #244BA8;
}
.TagClassName
{
border-color: #244BA8;
}
</style>