Shades of Cerulean Blue #2951CC
Tints of Cerulean Blue #2951CC
RGB
CMYK
RGB Variations
Color information
#2951CC (or 0x2951CC) is known color: Cerulean Blue. HEX triplet: 29, 51 and CC. RGB value is (41,81,204). Sum of RGB (Red+Green+Blue) = 41+81+204=326 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.58% from 326); Green value is 81 (32.03% from 255 or 24.85% from 326); Blue value is 204 (80.08% from 255 or 62.58% from 326); Max value from RGB is 204 - color contains mainly: blue. Hex color #2951CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2951CC is #D6AE33. Grayscale: #525252. Windows color (decimal): -14069300 or 13390121. OLE color: 13390121.
HSL color Cylindrical-coordinate representation of color #2951CC: hue angle of 225.28º degrees, saturation: 0.67, 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 #2951CC is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 41 | 81 | 204 | - |
| CMYK | 0.80 | 0.60 | 0 | 0.2 |
| HSL | 225.28º | 0.67% | 0.48% | - |
| HSV(B) | 225.28º | 0.8% | 0.8% | - |
| XYZ | 14.76 | 10.72 | 58.42 | - |
| YUV | 83.06 | 196.25 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 81 | 204 | 0.80 | 0.60 | 0 | 0.2 | 225.28 | 0.67 | 0.48 |
| Hex | 29 | 51 | CC | 50 | 3C | 0 | 14 | E1 | 43 | 30 |
| Octal | 51 | 121 | 314 | 120 | 74 | 0 | 24 | 341 | 103 | 60 |
| Binary | 101001 | 1010001 | 11001100 | 1010000 | 111100 | 0 | 10100 | 11100001 | 1000011 | 110000 |
Color Harmonies of #2951CC
Complementary color
Monochromatic Colors of #2951CC
Black with #2951CC
Text Example
Text Example
White with #2951CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2951CC; }
p { color: rgb(41,81,204); }
H1.HeaderClassName
{
color: #2951CC;
}
.AnyTagClassName
{
color: #2951CC;
}
</style>
background-color css
<style>
a { background-color: #2951CC; }
a { background-color: rgb(41,81,204); }
div.DivClassName
{
background-color: #2951CC;
}
.BgClassName
{
background-color: #2951CC;
}
</style>
border-color css
<style>
span { border-color: #2951CC; }
span { border-color: rgb(41,81,204); }
td.TdClassName
{
border-color: #2951CC;
}
.TagClassName
{
border-color: #2951CC;
}
</style>