Shades of Cerulean Blue #244EAE
Tints of Cerulean Blue #244EAE
RGB
CMYK
RGB Variations
Color information
#244EAE (or 0x244EAE) is known color: Cerulean Blue. HEX triplet: 24, 4E and AE. RGB value is (36,78,174). Sum of RGB (Red+Green+Blue) = 36+78+174=288 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.5% from 288); Green value is 78 (30.86% from 255 or 27.08% from 288); Blue value is 174 (68.36% from 255 or 60.42% from 288); Max value from RGB is 174 - color contains mainly: blue. Hex color #244EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #244EAE is #DBB151. Grayscale: #4B4B4B. Windows color (decimal): -14397778 or 11423268. OLE color: 11423268.
HSL color Cylindrical-coordinate representation of color #244EAE: hue angle of 221.74º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #244EAE is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 36 | 78 | 174 | - |
| CMYK | 0.79 | 0.55 | 0 | 0.32 |
| HSL | 221.74º | 0.66% | 0.41% | - |
| HSV(B) | 221.74º | 0.79% | 0.68% | - |
| XYZ | 11.09 | 8.88 | 41.17 | - |
| YUV | 76.39 | 183.09 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 78 | 174 | 0.79 | 0.55 | 0 | 0.32 | 221.74 | 0.66 | 0.41 |
| Hex | 24 | 4E | AE | 4F | 37 | 0 | 20 | DE | 42 | 29 |
| Octal | 44 | 116 | 256 | 117 | 67 | 0 | 40 | 336 | 102 | 51 |
| Binary | 100100 | 1001110 | 10101110 | 1001111 | 110111 | 0 | 100000 | 11011110 | 1000010 | 101001 |
Color Harmonies of #244EAE
Complementary color
Monochromatic Colors of #244EAE
Black with #244EAE
Text Example
Text Example
White with #244EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244EAE; }
p { color: rgb(36,78,174); }
H1.HeaderClassName
{
color: #244EAE;
}
.AnyTagClassName
{
color: #244EAE;
}
</style>
background-color css
<style>
a { background-color: #244EAE; }
a { background-color: rgb(36,78,174); }
div.DivClassName
{
background-color: #244EAE;
}
.BgClassName
{
background-color: #244EAE;
}
</style>
border-color css
<style>
span { border-color: #244EAE; }
span { border-color: rgb(36,78,174); }
td.TdClassName
{
border-color: #244EAE;
}
.TagClassName
{
border-color: #244EAE;
}
</style>