Shades of Cerulean Blue #2448AB
Tints of Cerulean Blue #2448AB
RGB
CMYK
RGB Variations
Color information
#2448AB (or 0x2448AB) is known color: Cerulean Blue. HEX triplet: 24, 48 and AB. RGB value is (36,72,171). Sum of RGB (Red+Green+Blue) = 36+72+171=279 (36% of max value = 765). Red value is 36 (14.45% from 255 or 12.90% from 279); Green value is 72 (28.52% from 255 or 25.81% from 279); Blue value is 171 (67.19% from 255 or 61.29% from 279); Max value from RGB is 171 - color contains mainly: blue. Hex color #2448AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2448AB is #DBB754. Grayscale: #484848. Windows color (decimal): -14399317 or 11225124. OLE color: 11225124.
HSL color Cylindrical-coordinate representation of color #2448AB: hue angle of 224º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2448AB is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 36 | 72 | 171 | - |
| CMYK | 0.79 | 0.58 | 0 | 0.33 |
| HSL | 224º | 0.65% | 0.41% | - |
| HSV(B) | 224º | 0.79% | 0.67% | - |
| XYZ | 10.4 | 7.95 | 39.51 | - |
| YUV | 72.52 | 183.57 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 72 | 171 | 0.79 | 0.58 | 0 | 0.33 | 224 | 0.65 | 0.41 |
| Hex | 24 | 48 | AB | 4F | 3A | 0 | 21 | E0 | 41 | 29 |
| Octal | 44 | 110 | 253 | 117 | 72 | 0 | 41 | 340 | 101 | 51 |
| Binary | 100100 | 1001000 | 10101011 | 1001111 | 111010 | 0 | 100001 | 11100000 | 1000001 | 101001 |
Color Harmonies of #2448AB
Complementary color
Monochromatic Colors of #2448AB
Black with #2448AB
Text Example
Text Example
White with #2448AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2448AB; }
p { color: rgb(36,72,171); }
H1.HeaderClassName
{
color: #2448AB;
}
.AnyTagClassName
{
color: #2448AB;
}
</style>
background-color css
<style>
a { background-color: #2448AB; }
a { background-color: rgb(36,72,171); }
div.DivClassName
{
background-color: #2448AB;
}
.BgClassName
{
background-color: #2448AB;
}
</style>
border-color css
<style>
span { border-color: #2448AB; }
span { border-color: rgb(36,72,171); }
td.TdClassName
{
border-color: #2448AB;
}
.TagClassName
{
border-color: #2448AB;
}
</style>