Shades of Cerulean Blue #2949BB
Tints of Cerulean Blue #2949BB
RGB
CMYK
RGB Variations
Color information
#2949BB (or 0x2949BB) is known color: Cerulean Blue. HEX triplet: 29, 49 and BB. RGB value is (41,73,187). Sum of RGB (Red+Green+Blue) = 41+73+187=301 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.62% from 301); Green value is 73 (28.91% from 255 or 24.25% from 301); Blue value is 187 (73.44% from 255 or 62.13% from 301); Max value from RGB is 187 - color contains mainly: blue. Hex color #2949BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2949BB is #D6B644. Grayscale: #4B4B4B. Windows color (decimal): -14071365 or 12273961. OLE color: 12273961.
HSL color Cylindrical-coordinate representation of color #2949BB: hue angle of 226.85º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2949BB is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 73 | 187 | - |
| CMYK | 0.78 | 0.61 | 0 | 0.27 |
| HSL | 226.85º | 0.64% | 0.45% | - |
| HSV(B) | 226.85º | 0.78% | 0.73% | - |
| XYZ | 12.27 | 8.82 | 48.07 | - |
| YUV | 76.43 | 190.4 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 73 | 187 | 0.78 | 0.61 | 0 | 0.27 | 226.85 | 0.64 | 0.45 |
| Hex | 29 | 49 | BB | 4E | 3D | 0 | 1B | E3 | 40 | 2D |
| Octal | 51 | 111 | 273 | 116 | 75 | 0 | 33 | 343 | 100 | 55 |
| Binary | 101001 | 1001001 | 10111011 | 1001110 | 111101 | 0 | 11011 | 11100011 | 1000000 | 101101 |
Color Harmonies of #2949BB
Complementary color
Monochromatic Colors of #2949BB
Black with #2949BB
Text Example
Text Example
White with #2949BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2949BB; }
p { color: rgb(41,73,187); }
H1.HeaderClassName
{
color: #2949BB;
}
.AnyTagClassName
{
color: #2949BB;
}
</style>
background-color css
<style>
a { background-color: #2949BB; }
a { background-color: rgb(41,73,187); }
div.DivClassName
{
background-color: #2949BB;
}
.BgClassName
{
background-color: #2949BB;
}
</style>
border-color css
<style>
span { border-color: #2949BB; }
span { border-color: rgb(41,73,187); }
td.TdClassName
{
border-color: #2949BB;
}
.TagClassName
{
border-color: #2949BB;
}
</style>