Shades of Cerulean Blue #244DAE
Tints of Cerulean Blue #244DAE
RGB
CMYK
RGB Variations
Color information
#244DAE (or 0x244DAE) is known color: Cerulean Blue. HEX triplet: 24, 4D and AE. RGB value is (36,77,174). Sum of RGB (Red+Green+Blue) = 36+77+174=287 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.54% from 287); Green value is 77 (30.47% from 255 or 26.83% from 287); Blue value is 174 (68.36% from 255 or 60.63% from 287); Max value from RGB is 174 - color contains mainly: blue. Hex color #244DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #244DAE is #DBB251. Grayscale: #4B4B4B. Windows color (decimal): -14398034 or 11423012. OLE color: 11423012.
HSL color Cylindrical-coordinate representation of color #244DAE: hue angle of 222.17º 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 #244DAE is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 36 | 77 | 174 | - |
| CMYK | 0.79 | 0.56 | 0 | 0.32 |
| HSL | 222.17º | 0.66% | 0.41% | - |
| HSV(B) | 222.17º | 0.79% | 0.68% | - |
| XYZ | 11.02 | 8.74 | 41.15 | - |
| YUV | 75.8 | 183.42 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 77 | 174 | 0.79 | 0.56 | 0 | 0.32 | 222.17 | 0.66 | 0.41 |
| Hex | 24 | 4D | AE | 4F | 38 | 0 | 20 | DE | 42 | 29 |
| Octal | 44 | 115 | 256 | 117 | 70 | 0 | 40 | 336 | 102 | 51 |
| Binary | 100100 | 1001101 | 10101110 | 1001111 | 111000 | 0 | 100000 | 11011110 | 1000010 | 101001 |
Color Harmonies of #244DAE
Complementary color
Monochromatic Colors of #244DAE
Black with #244DAE
Text Example
Text Example
White with #244DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244DAE; }
p { color: rgb(36,77,174); }
H1.HeaderClassName
{
color: #244DAE;
}
.AnyTagClassName
{
color: #244DAE;
}
</style>
background-color css
<style>
a { background-color: #244DAE; }
a { background-color: rgb(36,77,174); }
div.DivClassName
{
background-color: #244DAE;
}
.BgClassName
{
background-color: #244DAE;
}
</style>
border-color css
<style>
span { border-color: #244DAE; }
span { border-color: rgb(36,77,174); }
td.TdClassName
{
border-color: #244DAE;
}
.TagClassName
{
border-color: #244DAE;
}
</style>