Shades of Cello #355362
Tints of Cello #355362
RGB
CMYK
RGB Variations
Color information
#355362 (or 0x355362) is known color: Cello. HEX triplet: 35, 53 and 62. RGB value is (53,83,98). Sum of RGB (Red+Green+Blue) = 53+83+98=234 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.65% from 234); Green value is 83 (32.81% from 255 or 35.47% from 234); Blue value is 98 (38.67% from 255 or 41.88% from 234); Max value from RGB is 98 - color contains mainly: blue. Hex color #355362 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355362 is #CAAC9D. Grayscale: #4B4B4B. Windows color (decimal): -13282462 or 6443829. OLE color: 6443829.
HSL color Cylindrical-coordinate representation of color #355362: hue angle of 200º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #355362 is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 53 | 83 | 98 | - |
| CMYK | 0.46 | 0.15 | 0 | 0.62 |
| HSL | 200º | 0.3% | 0.3% | - |
| HSV(B) | 200º | 0.46% | 0.38% | - |
| XYZ | 6.77 | 7.83 | 12.71 | - |
| YUV | 75.74 | 140.56 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 83 | 98 | 0.46 | 0.15 | 0 | 0.62 | 200 | 0.3 | 0.3 |
| Hex | 35 | 53 | 62 | 2E | F | 0 | 3E | C8 | 1E | 1E |
| Octal | 65 | 123 | 142 | 56 | 17 | 0 | 76 | 310 | 36 | 36 |
| Binary | 110101 | 1010011 | 1100010 | 101110 | 1111 | 0 | 111110 | 11001000 | 11110 | 11110 |
Color Harmonies of #355362
Complementary color
Monochromatic Colors of #355362
Black with #355362
Text Example
Text Example
White with #355362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355362; }
p { color: rgb(53,83,98); }
H1.HeaderClassName
{
color: #355362;
}
.AnyTagClassName
{
color: #355362;
}
</style>
background-color css
<style>
a { background-color: #355362; }
a { background-color: rgb(53,83,98); }
div.DivClassName
{
background-color: #355362;
}
.BgClassName
{
background-color: #355362;
}
</style>
border-color css
<style>
span { border-color: #355362; }
span { border-color: rgb(53,83,98); }
td.TdClassName
{
border-color: #355362;
}
.TagClassName
{
border-color: #355362;
}
</style>