Shades of Cerulean Blue #244AB4
Tints of Cerulean Blue #244AB4
RGB
CMYK
RGB Variations
Color information
#244AB4 (or 0x244AB4) is known color: Cerulean Blue. HEX triplet: 24, 4A and B4. RGB value is (36,74,180). Sum of RGB (Red+Green+Blue) = 36+74+180=290 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.41% from 290); Green value is 74 (29.30% from 255 or 25.52% from 290); Blue value is 180 (70.70% from 255 or 62.07% from 290); Max value from RGB is 180 - color contains mainly: blue. Hex color #244AB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #244AB4 is #DBB54B. Grayscale: #4A4A4A. Windows color (decimal): -14398796 or 11815460. OLE color: 11815460.
HSL color Cylindrical-coordinate representation of color #244AB4: hue angle of 224.17º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #244AB4 is Cyan = 0.8, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 36 | 74 | 180 | - |
| CMYK | 0.8 | 0.59 | 0 | 0.29 |
| HSL | 224.17º | 0.67% | 0.42% | - |
| HSV(B) | 224.17º | 0.8% | 0.71% | - |
| XYZ | 11.41 | 8.57 | 44.23 | - |
| YUV | 74.72 | 187.41 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 74 | 180 | 0.8 | 0.59 | 0 | 0.29 | 224.17 | 0.67 | 0.42 |
| Hex | 24 | 4A | B4 | 50 | 3B | 0 | 1D | E0 | 43 | 2A |
| Octal | 44 | 112 | 264 | 120 | 73 | 0 | 35 | 340 | 103 | 52 |
| Binary | 100100 | 1001010 | 10110100 | 1010000 | 111011 | 0 | 11101 | 11100000 | 1000011 | 101010 |
Color Harmonies of #244AB4
Complementary color
Monochromatic Colors of #244AB4
Black with #244AB4
Text Example
Text Example
White with #244AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244AB4; }
p { color: rgb(36,74,180); }
H1.HeaderClassName
{
color: #244AB4;
}
.AnyTagClassName
{
color: #244AB4;
}
</style>
background-color css
<style>
a { background-color: #244AB4; }
a { background-color: rgb(36,74,180); }
div.DivClassName
{
background-color: #244AB4;
}
.BgClassName
{
background-color: #244AB4;
}
</style>
border-color css
<style>
span { border-color: #244AB4; }
span { border-color: rgb(36,74,180); }
td.TdClassName
{
border-color: #244AB4;
}
.TagClassName
{
border-color: #244AB4;
}
</style>