Shades of Cerulean Blue #2957BC
Tints of Cerulean Blue #2957BC
RGB
CMYK
RGB Variations
Color information
#2957BC (or 0x2957BC) is known color: Cerulean Blue. HEX triplet: 29, 57 and BC. RGB value is (41,87,188). Sum of RGB (Red+Green+Blue) = 41+87+188=316 (41% of max value = 765). Red value is 41 (16.41% from 255 or 12.97% from 316); Green value is 87 (34.38% from 255 or 27.53% from 316); Blue value is 188 (73.83% from 255 or 59.49% from 316); Max value from RGB is 188 - color contains mainly: blue. Hex color #2957BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2957BC is #D6A843. Grayscale: #545454. Windows color (decimal): -14067780 or 12343081. OLE color: 12343081.
HSL color Cylindrical-coordinate representation of color #2957BC: hue angle of 221.22º 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 #2957BC is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 41 | 87 | 188 | - |
| CMYK | 0.78 | 0.54 | 0 | 0.26 |
| HSL | 221.22º | 0.64% | 0.45% | - |
| HSV(B) | 221.22º | 0.78% | 0.74% | - |
| XYZ | 13.4 | 10.92 | 48.98 | - |
| YUV | 84.76 | 186.26 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 87 | 188 | 0.78 | 0.54 | 0 | 0.26 | 221.22 | 0.64 | 0.45 |
| Hex | 29 | 57 | BC | 4E | 36 | 0 | 1A | DD | 40 | 2D |
| Octal | 51 | 127 | 274 | 116 | 66 | 0 | 32 | 335 | 100 | 55 |
| Binary | 101001 | 1010111 | 10111100 | 1001110 | 110110 | 0 | 11010 | 11011101 | 1000000 | 101101 |
Color Harmonies of #2957BC
Complementary color
Monochromatic Colors of #2957BC
Black with #2957BC
Text Example
Text Example
White with #2957BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2957BC; }
p { color: rgb(41,87,188); }
H1.HeaderClassName
{
color: #2957BC;
}
.AnyTagClassName
{
color: #2957BC;
}
</style>
background-color css
<style>
a { background-color: #2957BC; }
a { background-color: rgb(41,87,188); }
div.DivClassName
{
background-color: #2957BC;
}
.BgClassName
{
background-color: #2957BC;
}
</style>
border-color css
<style>
span { border-color: #2957BC; }
span { border-color: rgb(41,87,188); }
td.TdClassName
{
border-color: #2957BC;
}
.TagClassName
{
border-color: #2957BC;
}
</style>