Shades of Cerulean Blue #2949BF
Tints of Cerulean Blue #2949BF
RGB
CMYK
RGB Variations
Color information
#2949BF (or 0x2949BF) is known color: Cerulean Blue. HEX triplet: 29, 49 and BF. RGB value is (41,73,191). Sum of RGB (Red+Green+Blue) = 41+73+191=305 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.44% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 191 (75% from 255 or 62.62% from 305); Max value from RGB is 191 - color contains mainly: blue. Hex color #2949BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2949BF is #D6B640. Grayscale: #4C4C4C. Windows color (decimal): -14071361 or 12536105. OLE color: 12536105.
HSL color Cylindrical-coordinate representation of color #2949BF: hue angle of 227.2º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2949BF is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 41 | 73 | 191 | - |
| CMYK | 0.79 | 0.62 | 0 | 0.25 |
| HSL | 227.2º | 0.65% | 0.45% | - |
| HSV(B) | 227.2º | 0.79% | 0.75% | - |
| XYZ | 12.7 | 9 | 50.36 | - |
| YUV | 76.88 | 192.4 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 73 | 191 | 0.79 | 0.62 | 0 | 0.25 | 227.2 | 0.65 | 0.45 |
| Hex | 29 | 49 | BF | 4F | 3E | 0 | 19 | E3 | 41 | 2D |
| Octal | 51 | 111 | 277 | 117 | 76 | 0 | 31 | 343 | 101 | 55 |
| Binary | 101001 | 1001001 | 10111111 | 1001111 | 111110 | 0 | 11001 | 11100011 | 1000001 | 101101 |
Color Harmonies of #2949BF
Complementary color
Monochromatic Colors of #2949BF
Black with #2949BF
Text Example
Text Example
White with #2949BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2949BF; }
p { color: rgb(41,73,191); }
H1.HeaderClassName
{
color: #2949BF;
}
.AnyTagClassName
{
color: #2949BF;
}
</style>
background-color css
<style>
a { background-color: #2949BF; }
a { background-color: rgb(41,73,191); }
div.DivClassName
{
background-color: #2949BF;
}
.BgClassName
{
background-color: #2949BF;
}
</style>
border-color css
<style>
span { border-color: #2949BF; }
span { border-color: rgb(41,73,191); }
td.TdClassName
{
border-color: #2949BF;
}
.TagClassName
{
border-color: #2949BF;
}
</style>