Shades of Cerulean Blue #2962BC
Tints of Cerulean Blue #2962BC
RGB
CMYK
RGB Variations
Color information
#2962BC (or 0x2962BC) is known color: Cerulean Blue. HEX triplet: 29, 62 and BC. RGB value is (41,98,188). Sum of RGB (Red+Green+Blue) = 41+98+188=327 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.54% from 327); Green value is 98 (38.67% from 255 or 29.97% from 327); Blue value is 188 (73.83% from 255 or 57.49% from 327); Max value from RGB is 188 - color contains mainly: blue. Hex color #2962BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2962BC is #D69D43. Grayscale: #5A5A5A. Windows color (decimal): -14064964 or 12345897. OLE color: 12345897.
HSL color Cylindrical-coordinate representation of color #2962BC: hue angle of 216.73º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2962BC is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 41 | 98 | 188 | - |
| CMYK | 0.78 | 0.48 | 0 | 0.26 |
| HSL | 216.73º | 0.64% | 0.45% | - |
| HSV(B) | 216.73º | 0.78% | 0.74% | - |
| XYZ | 14.36 | 12.84 | 49.3 | - |
| YUV | 91.22 | 182.62 | 92.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 98 | 188 | 0.78 | 0.48 | 0 | 0.26 | 216.73 | 0.64 | 0.45 |
| Hex | 29 | 62 | BC | 4E | 30 | 0 | 1A | D9 | 40 | 2D |
| Octal | 51 | 142 | 274 | 116 | 60 | 0 | 32 | 331 | 100 | 55 |
| Binary | 101001 | 1100010 | 10111100 | 1001110 | 110000 | 0 | 11010 | 11011001 | 1000000 | 101101 |
Color Harmonies of #2962BC
Complementary color
Monochromatic Colors of #2962BC
Black with #2962BC
Text Example
Text Example
White with #2962BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2962BC; }
p { color: rgb(41,98,188); }
H1.HeaderClassName
{
color: #2962BC;
}
.AnyTagClassName
{
color: #2962BC;
}
</style>
background-color css
<style>
a { background-color: #2962BC; }
a { background-color: rgb(41,98,188); }
div.DivClassName
{
background-color: #2962BC;
}
.BgClassName
{
background-color: #2962BC;
}
</style>
border-color css
<style>
span { border-color: #2962BC; }
span { border-color: rgb(41,98,188); }
td.TdClassName
{
border-color: #2962BC;
}
.TagClassName
{
border-color: #2962BC;
}
</style>