Shades of Cerulean Blue #2951CB
Tints of Cerulean Blue #2951CB
RGB
CMYK
RGB Variations
Color information
#2951CB (or 0x2951CB) is known color: Cerulean Blue. HEX triplet: 29, 51 and CB. RGB value is (41,81,203). Sum of RGB (Red+Green+Blue) = 41+81+203=325 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.62% from 325); Green value is 81 (32.03% from 255 or 24.92% from 325); Blue value is 203 (79.69% from 255 or 62.46% from 325); Max value from RGB is 203 - color contains mainly: blue. Hex color #2951CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2951CB is #D6AE34. Grayscale: #525252. Windows color (decimal): -14069301 or 13324585. OLE color: 13324585.
HSL color Cylindrical-coordinate representation of color #2951CB: hue angle of 225.19º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2951CB is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 41 | 81 | 203 | - |
| CMYK | 0.80 | 0.60 | 0 | 0.20 |
| HSL | 225.19º | 0.66% | 0.48% | - |
| HSV(B) | 225.19º | 0.8% | 0.8% | - |
| XYZ | 14.64 | 10.67 | 57.79 | - |
| YUV | 82.95 | 195.75 | 98.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 81 | 203 | 0.80 | 0.60 | 0 | 0.20 | 225.19 | 0.66 | 0.48 |
| Hex | 29 | 51 | CB | 50 | 3C | 0 | 14 | E1 | 42 | 30 |
| Octal | 51 | 121 | 313 | 120 | 74 | 0 | 24 | 341 | 102 | 60 |
| Binary | 101001 | 1010001 | 11001011 | 1010000 | 111100 | 0 | 10100 | 11100001 | 1000010 | 110000 |
Color Harmonies of #2951CB
Complementary color
Monochromatic Colors of #2951CB
Black with #2951CB
Text Example
Text Example
White with #2951CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2951CB; }
p { color: rgb(41,81,203); }
H1.HeaderClassName
{
color: #2951CB;
}
.AnyTagClassName
{
color: #2951CB;
}
</style>
background-color css
<style>
a { background-color: #2951CB; }
a { background-color: rgb(41,81,203); }
div.DivClassName
{
background-color: #2951CB;
}
.BgClassName
{
background-color: #2951CB;
}
</style>
border-color css
<style>
span { border-color: #2951CB; }
span { border-color: rgb(41,81,203); }
td.TdClassName
{
border-color: #2951CB;
}
.TagClassName
{
border-color: #2951CB;
}
</style>