Shades of Cerulean Blue #2949DC
Tints of Cerulean Blue #2949DC
RGB
CMYK
RGB Variations
Color information
#2949DC (or 0x2949DC) is known color: Cerulean Blue. HEX triplet: 29, 49 and DC. RGB value is (41,73,220). Sum of RGB (Red+Green+Blue) = 41+73+220=334 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.28% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 220 (86.33% from 255 or 65.87% from 334); Max value from RGB is 220 - color contains mainly: blue. Hex color #2949DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2949DC is #D6B623. Grayscale: #4F4F4F. Windows color (decimal): -14071332 or 14436649. OLE color: 14436649.
HSL color Cylindrical-coordinate representation of color #2949DC: hue angle of 229.27º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2949DC is Cyan = 0.81, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 73 | 220 | - |
| CMYK | 0.81 | 0.67 | 0 | 0.14 |
| HSL | 229.27º | 0.72% | 0.51% | - |
| HSV(B) | 229.27º | 0.81% | 0.86% | - |
| XYZ | 16.22 | 10.4 | 68.86 | - |
| YUV | 80.19 | 206.9 | 100.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 73 | 220 | 0.81 | 0.67 | 0 | 0.14 | 229.27 | 0.72 | 0.51 |
| Hex | 29 | 49 | DC | 51 | 43 | 0 | E | E5 | 48 | 33 |
| Octal | 51 | 111 | 334 | 121 | 103 | 0 | 16 | 345 | 110 | 63 |
| Binary | 101001 | 1001001 | 11011100 | 1010001 | 1000011 | 0 | 1110 | 11100101 | 1001000 | 110011 |
Color Harmonies of #2949DC
Complementary color
Monochromatic Colors of #2949DC
Black with #2949DC
Text Example
Text Example
White with #2949DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2949DC; }
p { color: rgb(41,73,220); }
H1.HeaderClassName
{
color: #2949DC;
}
.AnyTagClassName
{
color: #2949DC;
}
</style>
background-color css
<style>
a { background-color: #2949DC; }
a { background-color: rgb(41,73,220); }
div.DivClassName
{
background-color: #2949DC;
}
.BgClassName
{
background-color: #2949DC;
}
</style>
border-color css
<style>
span { border-color: #2949DC; }
span { border-color: rgb(41,73,220); }
td.TdClassName
{
border-color: #2949DC;
}
.TagClassName
{
border-color: #2949DC;
}
</style>