Shades of Cerulean Blue #2953AD
Tints of Cerulean Blue #2953AD
RGB
CMYK
RGB Variations
Color information
#2953AD (or 0x2953AD) is known color: Cerulean Blue. HEX triplet: 29, 53 and AD. RGB value is (41,83,173). Sum of RGB (Red+Green+Blue) = 41+83+173=297 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.80% from 297); Green value is 83 (32.81% from 255 or 27.95% from 297); Blue value is 173 (67.97% from 255 or 58.25% from 297); Max value from RGB is 173 - color contains mainly: blue. Hex color #2953AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2953AD is #D6AC52. Grayscale: #505050. Windows color (decimal): -14068819 or 11359017. OLE color: 11359017.
HSL color Cylindrical-coordinate representation of color #2953AD: hue angle of 220.91º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2953AD is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 41 | 83 | 173 | - |
| CMYK | 0.76 | 0.52 | 0 | 0.32 |
| HSL | 220.91º | 0.62% | 0.42% | - |
| HSV(B) | 220.91º | 0.76% | 0.68% | - |
| XYZ | 11.55 | 9.68 | 40.79 | - |
| YUV | 80.7 | 180.09 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 83 | 173 | 0.76 | 0.52 | 0 | 0.32 | 220.91 | 0.62 | 0.42 |
| Hex | 29 | 53 | AD | 4C | 34 | 0 | 20 | DD | 3E | 2A |
| Octal | 51 | 123 | 255 | 114 | 64 | 0 | 40 | 335 | 76 | 52 |
| Binary | 101001 | 1010011 | 10101101 | 1001100 | 110100 | 0 | 100000 | 11011101 | 111110 | 101010 |
Color Harmonies of #2953AD
Complementary color
Monochromatic Colors of #2953AD
Black with #2953AD
Text Example
Text Example
White with #2953AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2953AD; }
p { color: rgb(41,83,173); }
H1.HeaderClassName
{
color: #2953AD;
}
.AnyTagClassName
{
color: #2953AD;
}
</style>
background-color css
<style>
a { background-color: #2953AD; }
a { background-color: rgb(41,83,173); }
div.DivClassName
{
background-color: #2953AD;
}
.BgClassName
{
background-color: #2953AD;
}
</style>
border-color css
<style>
span { border-color: #2953AD; }
span { border-color: rgb(41,83,173); }
td.TdClassName
{
border-color: #2953AD;
}
.TagClassName
{
border-color: #2953AD;
}
</style>