Shades of Cerulean Blue #2949A2
Tints of Cerulean Blue #2949A2
RGB
CMYK
RGB Variations
Color information
#2949A2 (or 0x2949A2) is known color: Cerulean Blue. HEX triplet: 29, 49 and A2. RGB value is (41,73,162). Sum of RGB (Red+Green+Blue) = 41+73+162=276 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.86% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 162 (63.67% from 255 or 58.70% from 276); Max value from RGB is 162 - color contains mainly: blue. Hex color #2949A2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2949A2 is #D6B65D. Grayscale: #494949. Windows color (decimal): -14071390 or 10635561. OLE color: 10635561.
HSL color Cylindrical-coordinate representation of color #2949A2: hue angle of 224.13º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2949A2 is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 41 | 73 | 162 | - |
| CMYK | 0.75 | 0.55 | 0 | 0.36 |
| HSL | 224.13º | 0.6% | 0.4% | - |
| HSV(B) | 224.13º | 0.75% | 0.64% | - |
| XYZ | 9.82 | 7.85 | 35.18 | - |
| YUV | 73.58 | 177.9 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 73 | 162 | 0.75 | 0.55 | 0 | 0.36 | 224.13 | 0.6 | 0.4 |
| Hex | 29 | 49 | A2 | 4B | 37 | 0 | 24 | E0 | 3C | 28 |
| Octal | 51 | 111 | 242 | 113 | 67 | 0 | 44 | 340 | 74 | 50 |
| Binary | 101001 | 1001001 | 10100010 | 1001011 | 110111 | 0 | 100100 | 11100000 | 111100 | 101000 |
Color Harmonies of #2949A2
Complementary color
Monochromatic Colors of #2949A2
Black with #2949A2
Text Example
Text Example
White with #2949A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2949A2; }
p { color: rgb(41,73,162); }
H1.HeaderClassName
{
color: #2949A2;
}
.AnyTagClassName
{
color: #2949A2;
}
</style>
background-color css
<style>
a { background-color: #2949A2; }
a { background-color: rgb(41,73,162); }
div.DivClassName
{
background-color: #2949A2;
}
.BgClassName
{
background-color: #2949A2;
}
</style>
border-color css
<style>
span { border-color: #2949A2; }
span { border-color: rgb(41,73,162); }
td.TdClassName
{
border-color: #2949A2;
}
.TagClassName
{
border-color: #2949A2;
}
</style>