Shades of Cello #335164
Tints of Cello #335164
RGB
CMYK
RGB Variations
Color information
#335164 (or 0x335164) is known color: Cello. HEX triplet: 33, 51 and 64. RGB value is (51,81,100). Sum of RGB (Red+Green+Blue) = 51+81+100=232 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.98% from 232); Green value is 81 (32.03% from 255 or 34.91% from 232); Blue value is 100 (39.45% from 255 or 43.10% from 232); Max value from RGB is 100 - color contains mainly: blue. Hex color #335164 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335164 is #CCAE9B. Grayscale: #4A4A4A. Windows color (decimal): -13414044 or 6574387. OLE color: 6574387.
HSL color Cylindrical-coordinate representation of color #335164: hue angle of 203.27º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #335164 is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 51 | 81 | 100 | - |
| CMYK | 0.49 | 0.19 | 0 | 0.61 |
| HSL | 203.27º | 0.32% | 0.3% | - |
| HSV(B) | 203.27º | 0.49% | 0.39% | - |
| XYZ | 6.61 | 7.51 | 13.16 | - |
| YUV | 74.2 | 142.56 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 81 | 100 | 0.49 | 0.19 | 0 | 0.61 | 203.27 | 0.32 | 0.3 |
| Hex | 33 | 51 | 64 | 31 | 13 | 0 | 3D | CB | 20 | 1E |
| Octal | 63 | 121 | 144 | 61 | 23 | 0 | 75 | 313 | 40 | 36 |
| Binary | 110011 | 1010001 | 1100100 | 110001 | 10011 | 0 | 111101 | 11001011 | 100000 | 11110 |
Color Harmonies of #335164
Complementary color
Monochromatic Colors of #335164
Black with #335164
Text Example
Text Example
White with #335164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335164; }
p { color: rgb(51,81,100); }
H1.HeaderClassName
{
color: #335164;
}
.AnyTagClassName
{
color: #335164;
}
</style>
background-color css
<style>
a { background-color: #335164; }
a { background-color: rgb(51,81,100); }
div.DivClassName
{
background-color: #335164;
}
.BgClassName
{
background-color: #335164;
}
</style>
border-color css
<style>
span { border-color: #335164; }
span { border-color: rgb(51,81,100); }
td.TdClassName
{
border-color: #335164;
}
.TagClassName
{
border-color: #335164;
}
</style>