Shades of Cerulean Blue #2953CD
Tints of Cerulean Blue #2953CD
RGB
CMYK
RGB Variations
Color information
#2953CD (or 0x2953CD) is known color: Cerulean Blue. HEX triplet: 29, 53 and CD. RGB value is (41,83,205). Sum of RGB (Red+Green+Blue) = 41+83+205=329 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.46% from 329); Green value is 83 (32.81% from 255 or 25.23% from 329); Blue value is 205 (80.47% from 255 or 62.31% from 329); Max value from RGB is 205 - color contains mainly: blue. Hex color #2953CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2953CD is #D6AC32. Grayscale: #535353. Windows color (decimal): -14068787 or 13456169. OLE color: 13456169.
HSL color Cylindrical-coordinate representation of color #2953CD: hue angle of 224.63º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2953CD is Cyan = 0.8, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 41 | 83 | 205 | - |
| CMYK | 0.8 | 0.60 | 0 | 0.20 |
| HSL | 224.63º | 0.67% | 0.48% | - |
| HSV(B) | 224.63º | 0.8% | 0.8% | - |
| XYZ | 15.03 | 11.07 | 59.1 | - |
| YUV | 84.35 | 196.09 | 97.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 83 | 205 | 0.8 | 0.60 | 0 | 0.20 | 224.63 | 0.67 | 0.48 |
| Hex | 29 | 53 | CD | 50 | 3C | 0 | 14 | E1 | 43 | 30 |
| Octal | 51 | 123 | 315 | 120 | 74 | 0 | 24 | 341 | 103 | 60 |
| Binary | 101001 | 1010011 | 11001101 | 1010000 | 111100 | 0 | 10100 | 11100001 | 1000011 | 110000 |
Color Harmonies of #2953CD
Complementary color
Monochromatic Colors of #2953CD
Black with #2953CD
Text Example
Text Example
White with #2953CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2953CD; }
p { color: rgb(41,83,205); }
H1.HeaderClassName
{
color: #2953CD;
}
.AnyTagClassName
{
color: #2953CD;
}
</style>
background-color css
<style>
a { background-color: #2953CD; }
a { background-color: rgb(41,83,205); }
div.DivClassName
{
background-color: #2953CD;
}
.BgClassName
{
background-color: #2953CD;
}
</style>
border-color css
<style>
span { border-color: #2953CD; }
span { border-color: rgb(41,83,205); }
td.TdClassName
{
border-color: #2953CD;
}
.TagClassName
{
border-color: #2953CD;
}
</style>