Shades of Cerulean Blue #244BA2
Tints of Cerulean Blue #244BA2
RGB
CMYK
RGB Variations
Color information
#244BA2 (or 0x244BA2) is known color: Cerulean Blue. HEX triplet: 24, 4B and A2. RGB value is (36,75,162). Sum of RGB (Red+Green+Blue) = 36+75+162=273 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.19% from 273); Green value is 75 (29.69% from 255 or 27.47% from 273); Blue value is 162 (63.67% from 255 or 59.34% from 273); Max value from RGB is 162 - color contains mainly: blue. Hex color #244BA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #244BA2 is #DBB45D. Grayscale: #484848. Windows color (decimal): -14398558 or 10636068. OLE color: 10636068.
HSL color Cylindrical-coordinate representation of color #244BA2: hue angle of 221.43º 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 #244BA2 is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 36 | 75 | 162 | - |
| CMYK | 0.78 | 0.54 | 0 | 0.36 |
| HSL | 221.43º | 0.64% | 0.39% | - |
| HSV(B) | 221.43º | 0.78% | 0.64% | - |
| XYZ | 9.77 | 8.02 | 35.21 | - |
| YUV | 73.26 | 178.08 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 75 | 162 | 0.78 | 0.54 | 0 | 0.36 | 221.43 | 0.64 | 0.39 |
| Hex | 24 | 4B | A2 | 4E | 36 | 0 | 24 | DD | 40 | 27 |
| Octal | 44 | 113 | 242 | 116 | 66 | 0 | 44 | 335 | 100 | 47 |
| Binary | 100100 | 1001011 | 10100010 | 1001110 | 110110 | 0 | 100100 | 11011101 | 1000000 | 100111 |
Color Harmonies of #244BA2
Complementary color
Monochromatic Colors of #244BA2
Black with #244BA2
Text Example
Text Example
White with #244BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244BA2; }
p { color: rgb(36,75,162); }
H1.HeaderClassName
{
color: #244BA2;
}
.AnyTagClassName
{
color: #244BA2;
}
</style>
background-color css
<style>
a { background-color: #244BA2; }
a { background-color: rgb(36,75,162); }
div.DivClassName
{
background-color: #244BA2;
}
.BgClassName
{
background-color: #244BA2;
}
</style>
border-color css
<style>
span { border-color: #244BA2; }
span { border-color: rgb(36,75,162); }
td.TdClassName
{
border-color: #244BA2;
}
.TagClassName
{
border-color: #244BA2;
}
</style>