Shades of Cello #35516D
Tints of Cello #35516D
RGB
CMYK
RGB Variations
Color information
#35516D (or 0x35516D) is known color: Cello. HEX triplet: 35, 51 and 6D. RGB value is (53,81,109). Sum of RGB (Red+Green+Blue) = 53+81+109=243 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.81% from 243); Green value is 81 (32.03% from 255 or 33.33% from 243); Blue value is 109 (42.97% from 255 or 44.86% from 243); Max value from RGB is 109 - color contains mainly: blue. Hex color #35516D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35516D is #CAAE92. Grayscale: #4B4B4B. Windows color (decimal): -13282963 or 7164213. OLE color: 7164213.
HSL color Cylindrical-coordinate representation of color #35516D: hue angle of 210º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #35516D is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 53 | 81 | 109 | - |
| CMYK | 0.51 | 0.26 | 0 | 0.57 |
| HSL | 210º | 0.35% | 0.32% | - |
| HSV(B) | 210º | 0.51% | 0.43% | - |
| XYZ | 7.17 | 7.75 | 15.59 | - |
| YUV | 75.82 | 146.72 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 81 | 109 | 0.51 | 0.26 | 0 | 0.57 | 210 | 0.35 | 0.32 |
| Hex | 35 | 51 | 6D | 33 | 1A | 0 | 39 | D2 | 23 | 20 |
| Octal | 65 | 121 | 155 | 63 | 32 | 0 | 71 | 322 | 43 | 40 |
| Binary | 110101 | 1010001 | 1101101 | 110011 | 11010 | 0 | 111001 | 11010010 | 100011 | 100000 |
Color Harmonies of #35516D
Complementary color
Monochromatic Colors of #35516D
Black with #35516D
Text Example
Text Example
White with #35516D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35516D; }
p { color: rgb(53,81,109); }
H1.HeaderClassName
{
color: #35516D;
}
.AnyTagClassName
{
color: #35516D;
}
</style>
background-color css
<style>
a { background-color: #35516D; }
a { background-color: rgb(53,81,109); }
div.DivClassName
{
background-color: #35516D;
}
.BgClassName
{
background-color: #35516D;
}
</style>
border-color css
<style>
span { border-color: #35516D; }
span { border-color: rgb(53,81,109); }
td.TdClassName
{
border-color: #35516D;
}
.TagClassName
{
border-color: #35516D;
}
</style>