Shades of Cello #355166
Tints of Cello #355166
RGB
CMYK
RGB Variations
Color information
#355166 (or 0x355166) is known color: Cello. HEX triplet: 35, 51 and 66. RGB value is (53,81,102). Sum of RGB (Red+Green+Blue) = 53+81+102=236 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.46% from 236); Green value is 81 (32.03% from 255 or 34.32% from 236); Blue value is 102 (40.23% from 255 or 43.22% from 236); Max value from RGB is 102 - color contains mainly: blue. Hex color #355166 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355166 is #CAAE99. Grayscale: #4A4A4A. Windows color (decimal): -13282970 or 6705461. OLE color: 6705461.
HSL color Cylindrical-coordinate representation of color #355166: hue angle of 205.71º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #355166 is Cyan = 0.48, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 53 | 81 | 102 | - |
| CMYK | 0.48 | 0.21 | 0 | 0.6 |
| HSL | 205.71º | 0.32% | 0.3% | - |
| HSV(B) | 205.71º | 0.48% | 0.4% | - |
| XYZ | 6.81 | 7.6 | 13.68 | - |
| YUV | 75.02 | 143.22 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 81 | 102 | 0.48 | 0.21 | 0 | 0.6 | 205.71 | 0.32 | 0.3 |
| Hex | 35 | 51 | 66 | 30 | 15 | 0 | 3C | CE | 20 | 1E |
| Octal | 65 | 121 | 146 | 60 | 25 | 0 | 74 | 316 | 40 | 36 |
| Binary | 110101 | 1010001 | 1100110 | 110000 | 10101 | 0 | 111100 | 11001110 | 100000 | 11110 |
Color Harmonies of #355166
Complementary color
Monochromatic Colors of #355166
Black with #355166
Text Example
Text Example
White with #355166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355166; }
p { color: rgb(53,81,102); }
H1.HeaderClassName
{
color: #355166;
}
.AnyTagClassName
{
color: #355166;
}
</style>
background-color css
<style>
a { background-color: #355166; }
a { background-color: rgb(53,81,102); }
div.DivClassName
{
background-color: #355166;
}
.BgClassName
{
background-color: #355166;
}
</style>
border-color css
<style>
span { border-color: #355166; }
span { border-color: rgb(53,81,102); }
td.TdClassName
{
border-color: #355166;
}
.TagClassName
{
border-color: #355166;
}
</style>