Shades of Cerulean Blue #2448B2
Tints of Cerulean Blue #2448B2
RGB
CMYK
RGB Variations
Color information
#2448B2 (or 0x2448B2) is known color: Cerulean Blue. HEX triplet: 24, 48 and B2. RGB value is (36,72,178). Sum of RGB (Red+Green+Blue) = 36+72+178=286 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.59% from 286); Green value is 72 (28.52% from 255 or 25.17% from 286); Blue value is 178 (69.92% from 255 or 62.24% from 286); Max value from RGB is 178 - color contains mainly: blue. Hex color #2448B2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2448B2 is #DBB74D. Grayscale: #484848. Windows color (decimal): -14399310 or 11683876. OLE color: 11683876.
HSL color Cylindrical-coordinate representation of color #2448B2: hue angle of 224.79º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2448B2 is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 36 | 72 | 178 | - |
| CMYK | 0.80 | 0.60 | 0 | 0.30 |
| HSL | 224.79º | 0.66% | 0.42% | - |
| HSV(B) | 224.79º | 0.8% | 0.7% | - |
| XYZ | 11.08 | 8.22 | 43.12 | - |
| YUV | 73.32 | 187.07 | 101.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 72 | 178 | 0.80 | 0.60 | 0 | 0.30 | 224.79 | 0.66 | 0.42 |
| Hex | 24 | 48 | B2 | 50 | 3C | 0 | 1E | E1 | 42 | 2A |
| Octal | 44 | 110 | 262 | 120 | 74 | 0 | 36 | 341 | 102 | 52 |
| Binary | 100100 | 1001000 | 10110010 | 1010000 | 111100 | 0 | 11110 | 11100001 | 1000010 | 101010 |
Color Harmonies of #2448B2
Complementary color
Monochromatic Colors of #2448B2
Black with #2448B2
Text Example
Text Example
White with #2448B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2448B2; }
p { color: rgb(36,72,178); }
H1.HeaderClassName
{
color: #2448B2;
}
.AnyTagClassName
{
color: #2448B2;
}
</style>
background-color css
<style>
a { background-color: #2448B2; }
a { background-color: rgb(36,72,178); }
div.DivClassName
{
background-color: #2448B2;
}
.BgClassName
{
background-color: #2448B2;
}
</style>
border-color css
<style>
span { border-color: #2448B2; }
span { border-color: rgb(36,72,178); }
td.TdClassName
{
border-color: #2448B2;
}
.TagClassName
{
border-color: #2448B2;
}
</style>