Shades of Cerulean Blue #2449A6
Tints of Cerulean Blue #2449A6
RGB
CMYK
RGB Variations
Color information
#2449A6 (or 0x2449A6) is known color: Cerulean Blue. HEX triplet: 24, 49 and A6. RGB value is (36,73,166). Sum of RGB (Red+Green+Blue) = 36+73+166=275 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.09% from 275); Green value is 73 (28.91% from 255 or 26.55% from 275); Blue value is 166 (65.23% from 255 or 60.36% from 275); Max value from RGB is 166 - color contains mainly: blue. Hex color #2449A6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2449A6 is #DBB659. Grayscale: #484848. Windows color (decimal): -14399066 or 10897700. OLE color: 10897700.
HSL color Cylindrical-coordinate representation of color #2449A6: hue angle of 222.92º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2449A6 is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 36 | 73 | 166 | - |
| CMYK | 0.78 | 0.56 | 0 | 0.35 |
| HSL | 222.92º | 0.64% | 0.4% | - |
| HSV(B) | 222.92º | 0.78% | 0.65% | - |
| XYZ | 9.99 | 7.89 | 37.07 | - |
| YUV | 72.54 | 180.74 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 73 | 166 | 0.78 | 0.56 | 0 | 0.35 | 222.92 | 0.64 | 0.4 |
| Hex | 24 | 49 | A6 | 4E | 38 | 0 | 23 | DF | 40 | 28 |
| Octal | 44 | 111 | 246 | 116 | 70 | 0 | 43 | 337 | 100 | 50 |
| Binary | 100100 | 1001001 | 10100110 | 1001110 | 111000 | 0 | 100011 | 11011111 | 1000000 | 101000 |
Color Harmonies of #2449A6
Complementary color
Monochromatic Colors of #2449A6
Black with #2449A6
Text Example
Text Example
White with #2449A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2449A6; }
p { color: rgb(36,73,166); }
H1.HeaderClassName
{
color: #2449A6;
}
.AnyTagClassName
{
color: #2449A6;
}
</style>
background-color css
<style>
a { background-color: #2449A6; }
a { background-color: rgb(36,73,166); }
div.DivClassName
{
background-color: #2449A6;
}
.BgClassName
{
background-color: #2449A6;
}
</style>
border-color css
<style>
span { border-color: #2449A6; }
span { border-color: rgb(36,73,166); }
td.TdClassName
{
border-color: #2449A6;
}
.TagClassName
{
border-color: #2449A6;
}
</style>