Shades of Cerulean Blue #2949D6
Tints of Cerulean Blue #2949D6
RGB
CMYK
RGB Variations
Color information
#2949D6 (or 0x2949D6) is known color: Cerulean Blue. HEX triplet: 29, 49 and D6. RGB value is (41,73,214). Sum of RGB (Red+Green+Blue) = 41+73+214=328 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.5% from 328); Green value is 73 (28.91% from 255 or 22.26% from 328); Blue value is 214 (83.98% from 255 or 65.24% from 328); Max value from RGB is 214 - color contains mainly: blue. Hex color #2949D6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2949D6 is #D6B629. Grayscale: #4E4E4E. Windows color (decimal): -14071338 or 14043433. OLE color: 14043433.
HSL color Cylindrical-coordinate representation of color #2949D6: hue angle of 228.9º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2949D6 is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 41 | 73 | 214 | - |
| CMYK | 0.81 | 0.66 | 0 | 0.16 |
| HSL | 228.9º | 0.68% | 0.5% | - |
| HSV(B) | 228.9º | 0.81% | 0.84% | - |
| XYZ | 15.43 | 10.09 | 64.75 | - |
| YUV | 79.51 | 203.9 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 73 | 214 | 0.81 | 0.66 | 0 | 0.16 | 228.9 | 0.68 | 0.5 |
| Hex | 29 | 49 | D6 | 51 | 42 | 0 | 10 | E5 | 44 | 32 |
| Octal | 51 | 111 | 326 | 121 | 102 | 0 | 20 | 345 | 104 | 62 |
| Binary | 101001 | 1001001 | 11010110 | 1010001 | 1000010 | 0 | 10000 | 11100101 | 1000100 | 110010 |
Color Harmonies of #2949D6
Complementary color
Monochromatic Colors of #2949D6
Black with #2949D6
Text Example
Text Example
White with #2949D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2949D6; }
p { color: rgb(41,73,214); }
H1.HeaderClassName
{
color: #2949D6;
}
.AnyTagClassName
{
color: #2949D6;
}
</style>
background-color css
<style>
a { background-color: #2949D6; }
a { background-color: rgb(41,73,214); }
div.DivClassName
{
background-color: #2949D6;
}
.BgClassName
{
background-color: #2949D6;
}
</style>
border-color css
<style>
span { border-color: #2949D6; }
span { border-color: rgb(41,73,214); }
td.TdClassName
{
border-color: #2949D6;
}
.TagClassName
{
border-color: #2949D6;
}
</style>