Shades of Cerulean Blue #2958BC
Tints of Cerulean Blue #2958BC
RGB
CMYK
RGB Variations
Color information
#2958BC (or 0x2958BC) is known color: Cerulean Blue. HEX triplet: 29, 58 and BC. RGB value is (41,88,188). Sum of RGB (Red+Green+Blue) = 41+88+188=317 (41% of max value = 765). Red value is 41 (16.41% from 255 or 12.93% from 317); Green value is 88 (34.77% from 255 or 27.76% from 317); Blue value is 188 (73.83% from 255 or 59.31% from 317); Max value from RGB is 188 - color contains mainly: blue. Hex color #2958BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2958BC is #D6A743. Grayscale: #545454. Windows color (decimal): -14067524 or 12343337. OLE color: 12343337.
HSL color Cylindrical-coordinate representation of color #2958BC: hue angle of 220.82º 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 #2958BC is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 41 | 88 | 188 | - |
| CMYK | 0.78 | 0.53 | 0 | 0.26 |
| HSL | 220.82º | 0.64% | 0.45% | - |
| HSV(B) | 220.82º | 0.78% | 0.74% | - |
| XYZ | 13.48 | 11.08 | 49.01 | - |
| YUV | 85.35 | 185.93 | 96.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 88 | 188 | 0.78 | 0.53 | 0 | 0.26 | 220.82 | 0.64 | 0.45 |
| Hex | 29 | 58 | BC | 4E | 35 | 0 | 1A | DD | 40 | 2D |
| Octal | 51 | 130 | 274 | 116 | 65 | 0 | 32 | 335 | 100 | 55 |
| Binary | 101001 | 1011000 | 10111100 | 1001110 | 110101 | 0 | 11010 | 11011101 | 1000000 | 101101 |
Color Harmonies of #2958BC
Complementary color
Monochromatic Colors of #2958BC
Black with #2958BC
Text Example
Text Example
White with #2958BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2958BC; }
p { color: rgb(41,88,188); }
H1.HeaderClassName
{
color: #2958BC;
}
.AnyTagClassName
{
color: #2958BC;
}
</style>
background-color css
<style>
a { background-color: #2958BC; }
a { background-color: rgb(41,88,188); }
div.DivClassName
{
background-color: #2958BC;
}
.BgClassName
{
background-color: #2958BC;
}
</style>
border-color css
<style>
span { border-color: #2958BC; }
span { border-color: rgb(41,88,188); }
td.TdClassName
{
border-color: #2958BC;
}
.TagClassName
{
border-color: #2958BC;
}
</style>