Shades of Cerulean Blue #2949C1
Tints of Cerulean Blue #2949C1
RGB
CMYK
RGB Variations
Color information
#2949C1 (or 0x2949C1) is known color: Cerulean Blue. HEX triplet: 29, 49 and C1. RGB value is (41,73,193). Sum of RGB (Red+Green+Blue) = 41+73+193=307 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.36% from 307); Green value is 73 (28.91% from 255 or 23.78% from 307); Blue value is 193 (75.78% from 255 or 62.87% from 307); Max value from RGB is 193 - color contains mainly: blue. Hex color #2949C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2949C1 is #D6B63E. Grayscale: #4C4C4C. Windows color (decimal): -14071359 or 12667177. OLE color: 12667177.
HSL color Cylindrical-coordinate representation of color #2949C1: hue angle of 227.37º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2949C1 is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 41 | 73 | 193 | - |
| CMYK | 0.79 | 0.62 | 0 | 0.24 |
| HSL | 227.37º | 0.65% | 0.46% | - |
| HSV(B) | 227.37º | 0.79% | 0.76% | - |
| XYZ | 12.92 | 9.09 | 51.52 | - |
| YUV | 77.11 | 193.4 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 73 | 193 | 0.79 | 0.62 | 0 | 0.24 | 227.37 | 0.65 | 0.46 |
| Hex | 29 | 49 | C1 | 4F | 3E | 0 | 18 | E3 | 41 | 2E |
| Octal | 51 | 111 | 301 | 117 | 76 | 0 | 30 | 343 | 101 | 56 |
| Binary | 101001 | 1001001 | 11000001 | 1001111 | 111110 | 0 | 11000 | 11100011 | 1000001 | 101110 |
Color Harmonies of #2949C1
Complementary color
Monochromatic Colors of #2949C1
Black with #2949C1
Text Example
Text Example
White with #2949C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2949C1; }
p { color: rgb(41,73,193); }
H1.HeaderClassName
{
color: #2949C1;
}
.AnyTagClassName
{
color: #2949C1;
}
</style>
background-color css
<style>
a { background-color: #2949C1; }
a { background-color: rgb(41,73,193); }
div.DivClassName
{
background-color: #2949C1;
}
.BgClassName
{
background-color: #2949C1;
}
</style>
border-color css
<style>
span { border-color: #2949C1; }
span { border-color: rgb(41,73,193); }
td.TdClassName
{
border-color: #2949C1;
}
.TagClassName
{
border-color: #2949C1;
}
</style>