Shades of Cerulean Blue #244AA2
Tints of Cerulean Blue #244AA2
RGB
CMYK
RGB Variations
Color information
#244AA2 (or 0x244AA2) is known color: Cerulean Blue. HEX triplet: 24, 4A and A2. RGB value is (36,74,162). Sum of RGB (Red+Green+Blue) = 36+74+162=272 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.24% from 272); Green value is 74 (29.30% from 255 or 27.21% from 272); Blue value is 162 (63.67% from 255 or 59.56% from 272); Max value from RGB is 162 - color contains mainly: blue. Hex color #244AA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #244AA2 is #DBB55D. Grayscale: #484848. Windows color (decimal): -14398814 or 10635812. OLE color: 10635812.
HSL color Cylindrical-coordinate representation of color #244AA2: hue angle of 221.9º 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 #244AA2 is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 36 | 74 | 162 | - |
| CMYK | 0.78 | 0.54 | 0 | 0.36 |
| HSL | 221.9º | 0.64% | 0.39% | - |
| HSV(B) | 221.9º | 0.78% | 0.64% | - |
| XYZ | 9.7 | 7.88 | 35.19 | - |
| YUV | 72.67 | 178.41 | 101.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 74 | 162 | 0.78 | 0.54 | 0 | 0.36 | 221.9 | 0.64 | 0.39 |
| Hex | 24 | 4A | A2 | 4E | 36 | 0 | 24 | DE | 40 | 27 |
| Octal | 44 | 112 | 242 | 116 | 66 | 0 | 44 | 336 | 100 | 47 |
| Binary | 100100 | 1001010 | 10100010 | 1001110 | 110110 | 0 | 100100 | 11011110 | 1000000 | 100111 |
Color Harmonies of #244AA2
Complementary color
Monochromatic Colors of #244AA2
Black with #244AA2
Text Example
Text Example
White with #244AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244AA2; }
p { color: rgb(36,74,162); }
H1.HeaderClassName
{
color: #244AA2;
}
.AnyTagClassName
{
color: #244AA2;
}
</style>
background-color css
<style>
a { background-color: #244AA2; }
a { background-color: rgb(36,74,162); }
div.DivClassName
{
background-color: #244AA2;
}
.BgClassName
{
background-color: #244AA2;
}
</style>
border-color css
<style>
span { border-color: #244AA2; }
span { border-color: rgb(36,74,162); }
td.TdClassName
{
border-color: #244AA2;
}
.TagClassName
{
border-color: #244AA2;
}
</style>