Shades of Cerulean Blue #2959C4
Tints of Cerulean Blue #2959C4
RGB
CMYK
RGB Variations
Color information
#2959C4 (or 0x2959C4) is known color: Cerulean Blue. HEX triplet: 29, 59 and C4. RGB value is (41,89,196). Sum of RGB (Red+Green+Blue) = 41+89+196=326 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.58% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 196 (76.95% from 255 or 60.12% from 326); Max value from RGB is 196 - color contains mainly: blue. Hex color #2959C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2959C4 is #D6A63B. Grayscale: #565656. Windows color (decimal): -14067260 or 12867881. OLE color: 12867881.
HSL color Cylindrical-coordinate representation of color #2959C4: hue angle of 221.42º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2959C4 is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 41 | 89 | 196 | - |
| CMYK | 0.79 | 0.55 | 0 | 0.23 |
| HSL | 221.42º | 0.65% | 0.46% | - |
| HSV(B) | 221.42º | 0.79% | 0.77% | - |
| XYZ | 14.45 | 11.6 | 53.7 | - |
| YUV | 86.85 | 189.6 | 95.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 89 | 196 | 0.79 | 0.55 | 0 | 0.23 | 221.42 | 0.65 | 0.46 |
| Hex | 29 | 59 | C4 | 4F | 37 | 0 | 17 | DD | 41 | 2E |
| Octal | 51 | 131 | 304 | 117 | 67 | 0 | 27 | 335 | 101 | 56 |
| Binary | 101001 | 1011001 | 11000100 | 1001111 | 110111 | 0 | 10111 | 11011101 | 1000001 | 101110 |
Color Harmonies of #2959C4
Complementary color
Monochromatic Colors of #2959C4
Black with #2959C4
Text Example
Text Example
White with #2959C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2959C4; }
p { color: rgb(41,89,196); }
H1.HeaderClassName
{
color: #2959C4;
}
.AnyTagClassName
{
color: #2959C4;
}
</style>
background-color css
<style>
a { background-color: #2959C4; }
a { background-color: rgb(41,89,196); }
div.DivClassName
{
background-color: #2959C4;
}
.BgClassName
{
background-color: #2959C4;
}
</style>
border-color css
<style>
span { border-color: #2959C4; }
span { border-color: rgb(41,89,196); }
td.TdClassName
{
border-color: #2959C4;
}
.TagClassName
{
border-color: #2959C4;
}
</style>