Shades of Cerulean Blue #2448BE
Tints of Cerulean Blue #2448BE
RGB
CMYK
RGB Variations
Color information
#2448BE (or 0x2448BE) is known color: Cerulean Blue. HEX triplet: 24, 48 and BE. RGB value is (36,72,190). Sum of RGB (Red+Green+Blue) = 36+72+190=298 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.08% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 190 (74.61% from 255 or 63.76% from 298); Max value from RGB is 190 - color contains mainly: blue. Hex color #2448BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2448BE is #DBB741. Grayscale: #4A4A4A. Windows color (decimal): -14399298 or 12470308. OLE color: 12470308.
HSL color Cylindrical-coordinate representation of color #2448BE: hue angle of 225.97º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2448BE is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 36 | 72 | 190 | - |
| CMYK | 0.81 | 0.62 | 0 | 0.25 |
| HSL | 225.97º | 0.68% | 0.44% | - |
| HSV(B) | 225.97º | 0.81% | 0.75% | - |
| XYZ | 12.34 | 8.73 | 49.75 | - |
| YUV | 74.69 | 193.07 | 100.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 72 | 190 | 0.81 | 0.62 | 0 | 0.25 | 225.97 | 0.68 | 0.44 |
| Hex | 24 | 48 | BE | 51 | 3E | 0 | 19 | E2 | 44 | 2C |
| Octal | 44 | 110 | 276 | 121 | 76 | 0 | 31 | 342 | 104 | 54 |
| Binary | 100100 | 1001000 | 10111110 | 1010001 | 111110 | 0 | 11001 | 11100010 | 1000100 | 101100 |
Color Harmonies of #2448BE
Complementary color
Monochromatic Colors of #2448BE
Black with #2448BE
Text Example
Text Example
White with #2448BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2448BE; }
p { color: rgb(36,72,190); }
H1.HeaderClassName
{
color: #2448BE;
}
.AnyTagClassName
{
color: #2448BE;
}
</style>
background-color css
<style>
a { background-color: #2448BE; }
a { background-color: rgb(36,72,190); }
div.DivClassName
{
background-color: #2448BE;
}
.BgClassName
{
background-color: #2448BE;
}
</style>
border-color css
<style>
span { border-color: #2448BE; }
span { border-color: rgb(36,72,190); }
td.TdClassName
{
border-color: #2448BE;
}
.TagClassName
{
border-color: #2448BE;
}
</style>