Shades of Cerulean Blue #2951DC
Tints of Cerulean Blue #2951DC
RGB
CMYK
RGB Variations
Color information
#2951DC (or 0x2951DC) is known color: Cerulean Blue. HEX triplet: 29, 51 and DC. RGB value is (41,81,220). Sum of RGB (Red+Green+Blue) = 41+81+220=342 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.99% from 342); Green value is 81 (32.03% from 255 or 23.68% from 342); Blue value is 220 (86.33% from 255 or 64.33% from 342); Max value from RGB is 220 - color contains mainly: blue. Hex color #2951DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2951DC is #D6AE23. Grayscale: #545454. Windows color (decimal): -14069284 or 14438697. OLE color: 14438697.
HSL color Cylindrical-coordinate representation of color #2951DC: hue angle of 226.59º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2951DC is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 81 | 220 | - |
| CMYK | 0.81 | 0.63 | 0 | 0.14 |
| HSL | 226.59º | 0.72% | 0.51% | - |
| HSV(B) | 226.59º | 0.81% | 0.86% | - |
| XYZ | 16.78 | 11.52 | 69.05 | - |
| YUV | 84.89 | 204.25 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 81 | 220 | 0.81 | 0.63 | 0 | 0.14 | 226.59 | 0.72 | 0.51 |
| Hex | 29 | 51 | DC | 51 | 3F | 0 | E | E3 | 48 | 33 |
| Octal | 51 | 121 | 334 | 121 | 77 | 0 | 16 | 343 | 110 | 63 |
| Binary | 101001 | 1010001 | 11011100 | 1010001 | 111111 | 0 | 1110 | 11100011 | 1001000 | 110011 |
Color Harmonies of #2951DC
Complementary color
Monochromatic Colors of #2951DC
Black with #2951DC
Text Example
Text Example
White with #2951DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2951DC; }
p { color: rgb(41,81,220); }
H1.HeaderClassName
{
color: #2951DC;
}
.AnyTagClassName
{
color: #2951DC;
}
</style>
background-color css
<style>
a { background-color: #2951DC; }
a { background-color: rgb(41,81,220); }
div.DivClassName
{
background-color: #2951DC;
}
.BgClassName
{
background-color: #2951DC;
}
</style>
border-color css
<style>
span { border-color: #2951DC; }
span { border-color: rgb(41,81,220); }
td.TdClassName
{
border-color: #2951DC;
}
.TagClassName
{
border-color: #2951DC;
}
</style>