Shades of Cerulean Blue #244AAD
Tints of Cerulean Blue #244AAD
RGB
CMYK
RGB Variations
Color information
#244AAD (or 0x244AAD) is known color: Cerulean Blue. HEX triplet: 24, 4A and AD. RGB value is (36,74,173). Sum of RGB (Red+Green+Blue) = 36+74+173=283 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.72% from 283); Green value is 74 (29.30% from 255 or 26.15% from 283); Blue value is 173 (67.97% from 255 or 61.13% from 283); Max value from RGB is 173 - color contains mainly: blue. Hex color #244AAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #244AAD is #DBB552. Grayscale: #494949. Windows color (decimal): -14398803 or 11356708. OLE color: 11356708.
HSL color Cylindrical-coordinate representation of color #244AAD: hue angle of 223.36º 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 #244AAD is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 36 | 74 | 173 | - |
| CMYK | 0.79 | 0.57 | 0 | 0.32 |
| HSL | 223.36º | 0.66% | 0.41% | - |
| HSV(B) | 223.36º | 0.79% | 0.68% | - |
| XYZ | 10.72 | 8.29 | 40.57 | - |
| YUV | 73.92 | 183.91 | 100.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 74 | 173 | 0.79 | 0.57 | 0 | 0.32 | 223.36 | 0.66 | 0.41 |
| Hex | 24 | 4A | AD | 4F | 39 | 0 | 20 | DF | 42 | 29 |
| Octal | 44 | 112 | 255 | 117 | 71 | 0 | 40 | 337 | 102 | 51 |
| Binary | 100100 | 1001010 | 10101101 | 1001111 | 111001 | 0 | 100000 | 11011111 | 1000010 | 101001 |
Color Harmonies of #244AAD
Complementary color
Monochromatic Colors of #244AAD
Black with #244AAD
Text Example
Text Example
White with #244AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244AAD; }
p { color: rgb(36,74,173); }
H1.HeaderClassName
{
color: #244AAD;
}
.AnyTagClassName
{
color: #244AAD;
}
</style>
background-color css
<style>
a { background-color: #244AAD; }
a { background-color: rgb(36,74,173); }
div.DivClassName
{
background-color: #244AAD;
}
.BgClassName
{
background-color: #244AAD;
}
</style>
border-color css
<style>
span { border-color: #244AAD; }
span { border-color: rgb(36,74,173); }
td.TdClassName
{
border-color: #244AAD;
}
.TagClassName
{
border-color: #244AAD;
}
</style>