Shades of Cerulean Blue #2954BC
Tints of Cerulean Blue #2954BC
RGB
CMYK
RGB Variations
Color information
#2954BC (or 0x2954BC) is known color: Cerulean Blue. HEX triplet: 29, 54 and BC. RGB value is (41,84,188). Sum of RGB (Red+Green+Blue) = 41+84+188=313 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.10% from 313); Green value is 84 (33.20% from 255 or 26.84% from 313); Blue value is 188 (73.83% from 255 or 60.06% from 313); Max value from RGB is 188 - color contains mainly: blue. Hex color #2954BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2954BC is #D6AB43. Grayscale: #525252. Windows color (decimal): -14068548 or 12342313. OLE color: 12342313.
HSL color Cylindrical-coordinate representation of color #2954BC: hue angle of 222.45º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2954BC is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 41 | 84 | 188 | - |
| CMYK | 0.78 | 0.55 | 0 | 0.26 |
| HSL | 222.45º | 0.64% | 0.45% | - |
| HSV(B) | 222.45º | 0.78% | 0.74% | - |
| XYZ | 13.16 | 10.44 | 48.9 | - |
| YUV | 83 | 187.25 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 84 | 188 | 0.78 | 0.55 | 0 | 0.26 | 222.45 | 0.64 | 0.45 |
| Hex | 29 | 54 | BC | 4E | 37 | 0 | 1A | DE | 40 | 2D |
| Octal | 51 | 124 | 274 | 116 | 67 | 0 | 32 | 336 | 100 | 55 |
| Binary | 101001 | 1010100 | 10111100 | 1001110 | 110111 | 0 | 11010 | 11011110 | 1000000 | 101101 |
Color Harmonies of #2954BC
Complementary color
Monochromatic Colors of #2954BC
Black with #2954BC
Text Example
Text Example
White with #2954BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2954BC; }
p { color: rgb(41,84,188); }
H1.HeaderClassName
{
color: #2954BC;
}
.AnyTagClassName
{
color: #2954BC;
}
</style>
background-color css
<style>
a { background-color: #2954BC; }
a { background-color: rgb(41,84,188); }
div.DivClassName
{
background-color: #2954BC;
}
.BgClassName
{
background-color: #2954BC;
}
</style>
border-color css
<style>
span { border-color: #2954BC; }
span { border-color: rgb(41,84,188); }
td.TdClassName
{
border-color: #2954BC;
}
.TagClassName
{
border-color: #2954BC;
}
</style>