Shades of Cerulean Blue #2448CC
Tints of Cerulean Blue #2448CC
RGB
CMYK
RGB Variations
Color information
#2448CC (or 0x2448CC) is known color: Cerulean Blue. HEX triplet: 24, 48 and CC. RGB value is (36,72,204). Sum of RGB (Red+Green+Blue) = 36+72+204=312 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.54% from 312); Green value is 72 (28.52% from 255 or 23.08% from 312); Blue value is 204 (80.08% from 255 or 65.38% from 312); Max value from RGB is 204 - color contains mainly: blue. Hex color #2448CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2448CC is #DBB733. Grayscale: #4B4B4B. Windows color (decimal): -14399284 or 13387812. OLE color: 13387812.
HSL color Cylindrical-coordinate representation of color #2448CC: hue angle of 227.14º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2448CC is Cyan = 0.82, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 36 | 72 | 204 | - |
| CMYK | 0.82 | 0.65 | 0 | 0.2 |
| HSL | 227.14º | 0.7% | 0.47% | - |
| HSV(B) | 227.14º | 0.82% | 0.8% | - |
| XYZ | 13.94 | 9.37 | 58.2 | - |
| YUV | 76.28 | 200.07 | 99.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 72 | 204 | 0.82 | 0.65 | 0 | 0.2 | 227.14 | 0.7 | 0.47 |
| Hex | 24 | 48 | CC | 52 | 41 | 0 | 14 | E3 | 46 | 2F |
| Octal | 44 | 110 | 314 | 122 | 101 | 0 | 24 | 343 | 106 | 57 |
| Binary | 100100 | 1001000 | 11001100 | 1010010 | 1000001 | 0 | 10100 | 11100011 | 1000110 | 101111 |
Color Harmonies of #2448CC
Complementary color
Monochromatic Colors of #2448CC
Black with #2448CC
Text Example
Text Example
White with #2448CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2448CC; }
p { color: rgb(36,72,204); }
H1.HeaderClassName
{
color: #2448CC;
}
.AnyTagClassName
{
color: #2448CC;
}
</style>
background-color css
<style>
a { background-color: #2448CC; }
a { background-color: rgb(36,72,204); }
div.DivClassName
{
background-color: #2448CC;
}
.BgClassName
{
background-color: #2448CC;
}
</style>
border-color css
<style>
span { border-color: #2448CC; }
span { border-color: rgb(36,72,204); }
td.TdClassName
{
border-color: #2448CC;
}
.TagClassName
{
border-color: #2448CC;
}
</style>