Shades of Cello #355363
Tints of Cello #355363
RGB
CMYK
RGB Variations
Color information
#355363 (or 0x355363) is known color: Cello. HEX triplet: 35, 53 and 63. RGB value is (53,83,99). Sum of RGB (Red+Green+Blue) = 53+83+99=235 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.55% from 235); Green value is 83 (32.81% from 255 or 35.32% from 235); Blue value is 99 (39.06% from 255 or 42.13% from 235); Max value from RGB is 99 - color contains mainly: blue. Hex color #355363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355363 is #CAAC9C. Grayscale: #4B4B4B. Windows color (decimal): -13282461 or 6509365. OLE color: 6509365.
HSL color Cylindrical-coordinate representation of color #355363: hue angle of 200.87º 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 #355363 is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 53 | 83 | 99 | - |
| CMYK | 0.46 | 0.16 | 0 | 0.61 |
| HSL | 200.87º | 0.3% | 0.3% | - |
| HSV(B) | 200.87º | 0.46% | 0.39% | - |
| XYZ | 6.81 | 7.84 | 12.96 | - |
| YUV | 75.85 | 141.06 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 83 | 99 | 0.46 | 0.16 | 0 | 0.61 | 200.87 | 0.3 | 0.3 |
| Hex | 35 | 53 | 63 | 2E | 10 | 0 | 3D | C9 | 1E | 1E |
| Octal | 65 | 123 | 143 | 56 | 20 | 0 | 75 | 311 | 36 | 36 |
| Binary | 110101 | 1010011 | 1100011 | 101110 | 10000 | 0 | 111101 | 11001001 | 11110 | 11110 |
Color Harmonies of #355363
Complementary color
Monochromatic Colors of #355363
Black with #355363
Text Example
Text Example
White with #355363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355363; }
p { color: rgb(53,83,99); }
H1.HeaderClassName
{
color: #355363;
}
.AnyTagClassName
{
color: #355363;
}
</style>
background-color css
<style>
a { background-color: #355363; }
a { background-color: rgb(53,83,99); }
div.DivClassName
{
background-color: #355363;
}
.BgClassName
{
background-color: #355363;
}
</style>
border-color css
<style>
span { border-color: #355363; }
span { border-color: rgb(53,83,99); }
td.TdClassName
{
border-color: #355363;
}
.TagClassName
{
border-color: #355363;
}
</style>