Shades of Cerulean Blue #244EA4
Tints of Cerulean Blue #244EA4
RGB
CMYK
RGB Variations
Color information
#244EA4 (or 0x244EA4) is known color: Cerulean Blue. HEX triplet: 24, 4E and A4. RGB value is (36,78,164). Sum of RGB (Red+Green+Blue) = 36+78+164=278 (36% of max value = 765). Red value is 36 (14.45% from 255 or 12.95% from 278); Green value is 78 (30.86% from 255 or 28.06% from 278); Blue value is 164 (64.45% from 255 or 58.99% from 278); Max value from RGB is 164 - color contains mainly: blue. Hex color #244EA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #244EA4 is #DBB15B. Grayscale: #4A4A4A. Windows color (decimal): -14397788 or 10767908. OLE color: 10767908.
HSL color Cylindrical-coordinate representation of color #244EA4: hue angle of 220.31º 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 #244EA4 is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 36 | 78 | 164 | - |
| CMYK | 0.78 | 0.52 | 0 | 0.36 |
| HSL | 220.31º | 0.64% | 0.39% | - |
| HSV(B) | 220.31º | 0.78% | 0.64% | - |
| XYZ | 10.15 | 8.5 | 36.23 | - |
| YUV | 75.25 | 178.09 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 78 | 164 | 0.78 | 0.52 | 0 | 0.36 | 220.31 | 0.64 | 0.39 |
| Hex | 24 | 4E | A4 | 4E | 34 | 0 | 24 | DC | 40 | 27 |
| Octal | 44 | 116 | 244 | 116 | 64 | 0 | 44 | 334 | 100 | 47 |
| Binary | 100100 | 1001110 | 10100100 | 1001110 | 110100 | 0 | 100100 | 11011100 | 1000000 | 100111 |
Color Harmonies of #244EA4
Complementary color
Monochromatic Colors of #244EA4
Black with #244EA4
Text Example
Text Example
White with #244EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244EA4; }
p { color: rgb(36,78,164); }
H1.HeaderClassName
{
color: #244EA4;
}
.AnyTagClassName
{
color: #244EA4;
}
</style>
background-color css
<style>
a { background-color: #244EA4; }
a { background-color: rgb(36,78,164); }
div.DivClassName
{
background-color: #244EA4;
}
.BgClassName
{
background-color: #244EA4;
}
</style>
border-color css
<style>
span { border-color: #244EA4; }
span { border-color: rgb(36,78,164); }
td.TdClassName
{
border-color: #244EA4;
}
.TagClassName
{
border-color: #244EA4;
}
</style>