Shades of Cerulean Blue #2449CC
Tints of Cerulean Blue #2449CC
RGB
CMYK
RGB Variations
Color information
#2449CC (or 0x2449CC) is known color: Cerulean Blue. HEX triplet: 24, 49 and CC. RGB value is (36,73,204). Sum of RGB (Red+Green+Blue) = 36+73+204=313 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.50% from 313); Green value is 73 (28.91% from 255 or 23.32% from 313); Blue value is 204 (80.08% from 255 or 65.18% from 313); Max value from RGB is 204 - color contains mainly: blue. Hex color #2449CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2449CC is #DBB633. Grayscale: #4C4C4C. Windows color (decimal): -14399028 or 13388068. OLE color: 13388068.
HSL color Cylindrical-coordinate representation of color #2449CC: hue angle of 226.79º 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 #2449CC is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 36 | 73 | 204 | - |
| CMYK | 0.82 | 0.64 | 0 | 0.2 |
| HSL | 226.79º | 0.7% | 0.47% | - |
| HSV(B) | 226.79º | 0.82% | 0.8% | - |
| XYZ | 14.01 | 9.5 | 58.22 | - |
| YUV | 76.87 | 199.74 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 73 | 204 | 0.82 | 0.64 | 0 | 0.2 | 226.79 | 0.7 | 0.47 |
| Hex | 24 | 49 | CC | 52 | 40 | 0 | 14 | E3 | 46 | 2F |
| Octal | 44 | 111 | 314 | 122 | 100 | 0 | 24 | 343 | 106 | 57 |
| Binary | 100100 | 1001001 | 11001100 | 1010010 | 1000000 | 0 | 10100 | 11100011 | 1000110 | 101111 |
Color Harmonies of #2449CC
Complementary color
Monochromatic Colors of #2449CC
Black with #2449CC
Text Example
Text Example
White with #2449CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2449CC; }
p { color: rgb(36,73,204); }
H1.HeaderClassName
{
color: #2449CC;
}
.AnyTagClassName
{
color: #2449CC;
}
</style>
background-color css
<style>
a { background-color: #2449CC; }
a { background-color: rgb(36,73,204); }
div.DivClassName
{
background-color: #2449CC;
}
.BgClassName
{
background-color: #2449CC;
}
</style>
border-color css
<style>
span { border-color: #2449CC; }
span { border-color: rgb(36,73,204); }
td.TdClassName
{
border-color: #2449CC;
}
.TagClassName
{
border-color: #2449CC;
}
</style>