Shades of Cerulean Blue #2957A8
Tints of Cerulean Blue #2957A8
RGB
CMYK
RGB Variations
Color information
#2957A8 (or 0x2957A8) is known color: Cerulean Blue. HEX triplet: 29, 57 and A8. RGB value is (41,87,168). Sum of RGB (Red+Green+Blue) = 41+87+168=296 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.85% from 296); Green value is 87 (34.38% from 255 or 29.39% from 296); Blue value is 168 (66.02% from 255 or 56.76% from 296); Max value from RGB is 168 - color contains mainly: blue. Hex color #2957A8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2957A8 is #D6A857. Grayscale: #525252. Windows color (decimal): -14067800 or 11032361. OLE color: 11032361.
HSL color Cylindrical-coordinate representation of color #2957A8: hue angle of 218.27º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2957A8 is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 41 | 87 | 168 | - |
| CMYK | 0.76 | 0.48 | 0 | 0.34 |
| HSL | 218.27º | 0.61% | 0.41% | - |
| HSV(B) | 218.27º | 0.76% | 0.66% | - |
| XYZ | 11.39 | 10.11 | 38.4 | - |
| YUV | 82.48 | 176.26 | 98.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 87 | 168 | 0.76 | 0.48 | 0 | 0.34 | 218.27 | 0.61 | 0.41 |
| Hex | 29 | 57 | A8 | 4C | 30 | 0 | 22 | DA | 3D | 29 |
| Octal | 51 | 127 | 250 | 114 | 60 | 0 | 42 | 332 | 75 | 51 |
| Binary | 101001 | 1010111 | 10101000 | 1001100 | 110000 | 0 | 100010 | 11011010 | 111101 | 101001 |
Color Harmonies of #2957A8
Complementary color
Monochromatic Colors of #2957A8
Black with #2957A8
Text Example
Text Example
White with #2957A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2957A8; }
p { color: rgb(41,87,168); }
H1.HeaderClassName
{
color: #2957A8;
}
.AnyTagClassName
{
color: #2957A8;
}
</style>
background-color css
<style>
a { background-color: #2957A8; }
a { background-color: rgb(41,87,168); }
div.DivClassName
{
background-color: #2957A8;
}
.BgClassName
{
background-color: #2957A8;
}
</style>
border-color css
<style>
span { border-color: #2957A8; }
span { border-color: rgb(41,87,168); }
td.TdClassName
{
border-color: #2957A8;
}
.TagClassName
{
border-color: #2957A8;
}
</style>