Shades of Cello #355160
Tints of Cello #355160
RGB
CMYK
RGB Variations
Color information
#355160 (or 0x355160) is known color: Cello. HEX triplet: 35, 51 and 60. RGB value is (53,81,96). Sum of RGB (Red+Green+Blue) = 53+81+96=230 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.04% from 230); Green value is 81 (32.03% from 255 or 35.22% from 230); Blue value is 96 (37.89% from 255 or 41.74% from 230); Max value from RGB is 96 - color contains mainly: blue. Hex color #355160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355160 is #CAAE9F. Grayscale: #4A4A4A. Windows color (decimal): -13282976 or 6312245. OLE color: 6312245.
HSL color Cylindrical-coordinate representation of color #355160: hue angle of 200.93º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #355160 is Cyan = 0.45, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 53 | 81 | 96 | - |
| CMYK | 0.45 | 0.16 | 0 | 0.62 |
| HSL | 200.93º | 0.29% | 0.29% | - |
| HSV(B) | 200.93º | 0.45% | 0.38% | - |
| XYZ | 6.52 | 7.49 | 12.17 | - |
| YUV | 74.34 | 140.22 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 81 | 96 | 0.45 | 0.16 | 0 | 0.62 | 200.93 | 0.29 | 0.29 |
| Hex | 35 | 51 | 60 | 2D | 10 | 0 | 3E | C9 | 1D | 1D |
| Octal | 65 | 121 | 140 | 55 | 20 | 0 | 76 | 311 | 35 | 35 |
| Binary | 110101 | 1010001 | 1100000 | 101101 | 10000 | 0 | 111110 | 11001001 | 11101 | 11101 |
Color Harmonies of #355160
Complementary color
Monochromatic Colors of #355160
Black with #355160
Text Example
Text Example
White with #355160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355160; }
p { color: rgb(53,81,96); }
H1.HeaderClassName
{
color: #355160;
}
.AnyTagClassName
{
color: #355160;
}
</style>
background-color css
<style>
a { background-color: #355160; }
a { background-color: rgb(53,81,96); }
div.DivClassName
{
background-color: #355160;
}
.BgClassName
{
background-color: #355160;
}
</style>
border-color css
<style>
span { border-color: #355160; }
span { border-color: rgb(53,81,96); }
td.TdClassName
{
border-color: #355160;
}
.TagClassName
{
border-color: #355160;
}
</style>