Shades of Cello #335168
Tints of Cello #335168
RGB
CMYK
RGB Variations
Color information
#335168 (or 0x335168) is known color: Cello. HEX triplet: 33, 51 and 68. RGB value is (51,81,104). Sum of RGB (Red+Green+Blue) = 51+81+104=236 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.61% from 236); Green value is 81 (32.03% from 255 or 34.32% from 236); Blue value is 104 (41.02% from 255 or 44.07% from 236); Max value from RGB is 104 - color contains mainly: blue. Hex color #335168 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335168 is #CCAE97. Grayscale: #4A4A4A. Windows color (decimal): -13414040 or 6836531. OLE color: 6836531.
HSL color Cylindrical-coordinate representation of color #335168: hue angle of 206.04º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #335168 is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 51 | 81 | 104 | - |
| CMYK | 0.51 | 0.22 | 0 | 0.59 |
| HSL | 206.04º | 0.34% | 0.3% | - |
| HSV(B) | 206.04º | 0.51% | 0.41% | - |
| XYZ | 6.81 | 7.59 | 14.2 | - |
| YUV | 74.65 | 144.56 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 81 | 104 | 0.51 | 0.22 | 0 | 0.59 | 206.04 | 0.34 | 0.3 |
| Hex | 33 | 51 | 68 | 33 | 16 | 0 | 3B | CE | 22 | 1E |
| Octal | 63 | 121 | 150 | 63 | 26 | 0 | 73 | 316 | 42 | 36 |
| Binary | 110011 | 1010001 | 1101000 | 110011 | 10110 | 0 | 111011 | 11001110 | 100010 | 11110 |
Color Harmonies of #335168
Complementary color
Monochromatic Colors of #335168
Black with #335168
Text Example
Text Example
White with #335168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335168; }
p { color: rgb(51,81,104); }
H1.HeaderClassName
{
color: #335168;
}
.AnyTagClassName
{
color: #335168;
}
</style>
background-color css
<style>
a { background-color: #335168; }
a { background-color: rgb(51,81,104); }
div.DivClassName
{
background-color: #335168;
}
.BgClassName
{
background-color: #335168;
}
</style>
border-color css
<style>
span { border-color: #335168; }
span { border-color: rgb(51,81,104); }
td.TdClassName
{
border-color: #335168;
}
.TagClassName
{
border-color: #335168;
}
</style>