Shades of Cerulean Blue #2449B2
Tints of Cerulean Blue #2449B2
RGB
CMYK
RGB Variations
Color information
#2449B2 (or 0x2449B2) is known color: Cerulean Blue. HEX triplet: 24, 49 and B2. RGB value is (36,73,178). Sum of RGB (Red+Green+Blue) = 36+73+178=287 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.54% from 287); Green value is 73 (28.91% from 255 or 25.44% from 287); Blue value is 178 (69.92% from 255 or 62.02% from 287); Max value from RGB is 178 - color contains mainly: blue. Hex color #2449B2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2449B2 is #DBB64D. Grayscale: #494949. Windows color (decimal): -14399054 or 11684132. OLE color: 11684132.
HSL color Cylindrical-coordinate representation of color #2449B2: hue angle of 224.37º 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 #2449B2 is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 36 | 73 | 178 | - |
| CMYK | 0.80 | 0.59 | 0 | 0.30 |
| HSL | 224.37º | 0.66% | 0.42% | - |
| HSV(B) | 224.37º | 0.8% | 0.7% | - |
| XYZ | 11.15 | 8.35 | 43.14 | - |
| YUV | 73.91 | 186.74 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 73 | 178 | 0.80 | 0.59 | 0 | 0.30 | 224.37 | 0.66 | 0.42 |
| Hex | 24 | 49 | B2 | 50 | 3B | 0 | 1E | E0 | 42 | 2A |
| Octal | 44 | 111 | 262 | 120 | 73 | 0 | 36 | 340 | 102 | 52 |
| Binary | 100100 | 1001001 | 10110010 | 1010000 | 111011 | 0 | 11110 | 11100000 | 1000010 | 101010 |
Color Harmonies of #2449B2
Complementary color
Monochromatic Colors of #2449B2
Black with #2449B2
Text Example
Text Example
White with #2449B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2449B2; }
p { color: rgb(36,73,178); }
H1.HeaderClassName
{
color: #2449B2;
}
.AnyTagClassName
{
color: #2449B2;
}
</style>
background-color css
<style>
a { background-color: #2449B2; }
a { background-color: rgb(36,73,178); }
div.DivClassName
{
background-color: #2449B2;
}
.BgClassName
{
background-color: #2449B2;
}
</style>
border-color css
<style>
span { border-color: #2449B2; }
span { border-color: rgb(36,73,178); }
td.TdClassName
{
border-color: #2449B2;
}
.TagClassName
{
border-color: #2449B2;
}
</style>