Shades of Cerulean Blue #2951BE
Tints of Cerulean Blue #2951BE
RGB
CMYK
RGB Variations
Color information
#2951BE (or 0x2951BE) is known color: Cerulean Blue. HEX triplet: 29, 51 and BE. RGB value is (41,81,190). Sum of RGB (Red+Green+Blue) = 41+81+190=312 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.14% from 312); Green value is 81 (32.03% from 255 or 25.96% from 312); Blue value is 190 (74.61% from 255 or 60.90% from 312); Max value from RGB is 190 - color contains mainly: blue. Hex color #2951BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2951BE is #D6AE41. Grayscale: #505050. Windows color (decimal): -14069314 or 12472617. OLE color: 12472617.
HSL color Cylindrical-coordinate representation of color #2951BE: hue angle of 223.89º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2951BE is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 41 | 81 | 190 | - |
| CMYK | 0.78 | 0.57 | 0 | 0.25 |
| HSL | 223.89º | 0.65% | 0.45% | - |
| HSV(B) | 223.89º | 0.78% | 0.75% | - |
| XYZ | 13.15 | 10.07 | 49.97 | - |
| YUV | 81.47 | 189.25 | 99.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 81 | 190 | 0.78 | 0.57 | 0 | 0.25 | 223.89 | 0.65 | 0.45 |
| Hex | 29 | 51 | BE | 4E | 39 | 0 | 19 | E0 | 41 | 2D |
| Octal | 51 | 121 | 276 | 116 | 71 | 0 | 31 | 340 | 101 | 55 |
| Binary | 101001 | 1010001 | 10111110 | 1001110 | 111001 | 0 | 11001 | 11100000 | 1000001 | 101101 |
Color Harmonies of #2951BE
Complementary color
Monochromatic Colors of #2951BE
Black with #2951BE
Text Example
Text Example
White with #2951BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2951BE; }
p { color: rgb(41,81,190); }
H1.HeaderClassName
{
color: #2951BE;
}
.AnyTagClassName
{
color: #2951BE;
}
</style>
background-color css
<style>
a { background-color: #2951BE; }
a { background-color: rgb(41,81,190); }
div.DivClassName
{
background-color: #2951BE;
}
.BgClassName
{
background-color: #2951BE;
}
</style>
border-color css
<style>
span { border-color: #2951BE; }
span { border-color: rgb(41,81,190); }
td.TdClassName
{
border-color: #2951BE;
}
.TagClassName
{
border-color: #2951BE;
}
</style>