Shades of Cello #355163
Tints of Cello #355163
RGB
CMYK
RGB Variations
Color information
#355163 (or 0x355163) is known color: Cello. HEX triplet: 35, 51 and 63. RGB value is (53,81,99). Sum of RGB (Red+Green+Blue) = 53+81+99=233 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.75% from 233); Green value is 81 (32.03% from 255 or 34.76% from 233); Blue value is 99 (39.06% from 255 or 42.49% from 233); Max value from RGB is 99 - color contains mainly: blue. Hex color #355163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355163 is #CAAE9C. Grayscale: #4A4A4A. Windows color (decimal): -13282973 or 6508853. OLE color: 6508853.
HSL color Cylindrical-coordinate representation of color #355163: hue angle of 203.48º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #355163 is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 53 | 81 | 99 | - |
| CMYK | 0.46 | 0.18 | 0 | 0.61 |
| HSL | 203.48º | 0.3% | 0.3% | - |
| HSV(B) | 203.48º | 0.46% | 0.39% | - |
| XYZ | 6.66 | 7.54 | 12.91 | - |
| YUV | 74.68 | 141.72 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 81 | 99 | 0.46 | 0.18 | 0 | 0.61 | 203.48 | 0.3 | 0.3 |
| Hex | 35 | 51 | 63 | 2E | 12 | 0 | 3D | CB | 1E | 1E |
| Octal | 65 | 121 | 143 | 56 | 22 | 0 | 75 | 313 | 36 | 36 |
| Binary | 110101 | 1010001 | 1100011 | 101110 | 10010 | 0 | 111101 | 11001011 | 11110 | 11110 |
Color Harmonies of #355163
Complementary color
Monochromatic Colors of #355163
Black with #355163
Text Example
Text Example
White with #355163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355163; }
p { color: rgb(53,81,99); }
H1.HeaderClassName
{
color: #355163;
}
.AnyTagClassName
{
color: #355163;
}
</style>
background-color css
<style>
a { background-color: #355163; }
a { background-color: rgb(53,81,99); }
div.DivClassName
{
background-color: #355163;
}
.BgClassName
{
background-color: #355163;
}
</style>
border-color css
<style>
span { border-color: #355163; }
span { border-color: rgb(53,81,99); }
td.TdClassName
{
border-color: #355163;
}
.TagClassName
{
border-color: #355163;
}
</style>