Shades of Cerulean Blue #2448BA
Tints of Cerulean Blue #2448BA
RGB
CMYK
RGB Variations
Color information
#2448BA (or 0x2448BA) is known color: Cerulean Blue. HEX triplet: 24, 48 and BA. RGB value is (36,72,186). Sum of RGB (Red+Green+Blue) = 36+72+186=294 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.24% from 294); Green value is 72 (28.52% from 255 or 24.49% from 294); Blue value is 186 (73.05% from 255 or 63.27% from 294); Max value from RGB is 186 - color contains mainly: blue. Hex color #2448BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2448BA is #DBB745. Grayscale: #494949. Windows color (decimal): -14399302 or 12208164. OLE color: 12208164.
HSL color Cylindrical-coordinate representation of color #2448BA: hue angle of 225.6º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2448BA is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 72 | 186 | - |
| CMYK | 0.81 | 0.61 | 0 | 0.27 |
| HSL | 225.6º | 0.68% | 0.44% | - |
| HSV(B) | 225.6º | 0.81% | 0.73% | - |
| XYZ | 11.91 | 8.55 | 47.48 | - |
| YUV | 74.23 | 191.07 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 72 | 186 | 0.81 | 0.61 | 0 | 0.27 | 225.6 | 0.68 | 0.44 |
| Hex | 24 | 48 | BA | 51 | 3D | 0 | 1B | E2 | 44 | 2C |
| Octal | 44 | 110 | 272 | 121 | 75 | 0 | 33 | 342 | 104 | 54 |
| Binary | 100100 | 1001000 | 10111010 | 1010001 | 111101 | 0 | 11011 | 11100010 | 1000100 | 101100 |
Color Harmonies of #2448BA
Complementary color
Monochromatic Colors of #2448BA
Black with #2448BA
Text Example
Text Example
White with #2448BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2448BA; }
p { color: rgb(36,72,186); }
H1.HeaderClassName
{
color: #2448BA;
}
.AnyTagClassName
{
color: #2448BA;
}
</style>
background-color css
<style>
a { background-color: #2448BA; }
a { background-color: rgb(36,72,186); }
div.DivClassName
{
background-color: #2448BA;
}
.BgClassName
{
background-color: #2448BA;
}
</style>
border-color css
<style>
span { border-color: #2448BA; }
span { border-color: rgb(36,72,186); }
td.TdClassName
{
border-color: #2448BA;
}
.TagClassName
{
border-color: #2448BA;
}
</style>