Shades of Cerulean Blue #2959B8
Tints of Cerulean Blue #2959B8
RGB
CMYK
RGB Variations
Color information
#2959B8 (or 0x2959B8) is known color: Cerulean Blue. HEX triplet: 29, 59 and B8. RGB value is (41,89,184). Sum of RGB (Red+Green+Blue) = 41+89+184=314 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.06% from 314); Green value is 89 (35.16% from 255 or 28.34% from 314); Blue value is 184 (72.27% from 255 or 58.60% from 314); Max value from RGB is 184 - color contains mainly: blue. Hex color #2959B8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2959B8 is #D6A647. Grayscale: #555555. Windows color (decimal): -14067272 or 12081449. OLE color: 12081449.
HSL color Cylindrical-coordinate representation of color #2959B8: hue angle of 219.86º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2959B8 is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 41 | 89 | 184 | - |
| CMYK | 0.78 | 0.52 | 0 | 0.28 |
| HSL | 219.86º | 0.64% | 0.44% | - |
| HSV(B) | 219.86º | 0.78% | 0.72% | - |
| XYZ | 13.14 | 11.08 | 46.79 | - |
| YUV | 85.48 | 183.6 | 96.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 89 | 184 | 0.78 | 0.52 | 0 | 0.28 | 219.86 | 0.64 | 0.44 |
| Hex | 29 | 59 | B8 | 4E | 34 | 0 | 1C | DC | 40 | 2C |
| Octal | 51 | 131 | 270 | 116 | 64 | 0 | 34 | 334 | 100 | 54 |
| Binary | 101001 | 1011001 | 10111000 | 1001110 | 110100 | 0 | 11100 | 11011100 | 1000000 | 101100 |
Color Harmonies of #2959B8
Complementary color
Monochromatic Colors of #2959B8
Black with #2959B8
Text Example
Text Example
White with #2959B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2959B8; }
p { color: rgb(41,89,184); }
H1.HeaderClassName
{
color: #2959B8;
}
.AnyTagClassName
{
color: #2959B8;
}
</style>
background-color css
<style>
a { background-color: #2959B8; }
a { background-color: rgb(41,89,184); }
div.DivClassName
{
background-color: #2959B8;
}
.BgClassName
{
background-color: #2959B8;
}
</style>
border-color css
<style>
span { border-color: #2959B8; }
span { border-color: rgb(41,89,184); }
td.TdClassName
{
border-color: #2959B8;
}
.TagClassName
{
border-color: #2959B8;
}
</style>