Shades of Cello #335068
Tints of Cello #335068
RGB
CMYK
RGB Variations
Color information
#335068 (or 0x335068) is known color: Cello. HEX triplet: 33, 50 and 68. RGB value is (51,80,104). Sum of RGB (Red+Green+Blue) = 51+80+104=235 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.70% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 104 (41.02% from 255 or 44.26% from 235); Max value from RGB is 104 - color contains mainly: blue. Hex color #335068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335068 is #CCAF97. Grayscale: #494949. Windows color (decimal): -13414296 or 6836275. OLE color: 6836275.
HSL color Cylindrical-coordinate representation of color #335068: hue angle of 207.17º 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 #335068 is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 51 | 80 | 104 | - |
| CMYK | 0.51 | 0.23 | 0 | 0.59 |
| HSL | 207.17º | 0.34% | 0.3% | - |
| HSV(B) | 207.17º | 0.51% | 0.41% | - |
| XYZ | 6.73 | 7.44 | 14.18 | - |
| YUV | 74.07 | 144.89 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 80 | 104 | 0.51 | 0.23 | 0 | 0.59 | 207.17 | 0.34 | 0.3 |
| Hex | 33 | 50 | 68 | 33 | 17 | 0 | 3B | CF | 22 | 1E |
| Octal | 63 | 120 | 150 | 63 | 27 | 0 | 73 | 317 | 42 | 36 |
| Binary | 110011 | 1010000 | 1101000 | 110011 | 10111 | 0 | 111011 | 11001111 | 100010 | 11110 |
Color Harmonies of #335068
Complementary color
Monochromatic Colors of #335068
Black with #335068
Text Example
Text Example
White with #335068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335068; }
p { color: rgb(51,80,104); }
H1.HeaderClassName
{
color: #335068;
}
.AnyTagClassName
{
color: #335068;
}
</style>
background-color css
<style>
a { background-color: #335068; }
a { background-color: rgb(51,80,104); }
div.DivClassName
{
background-color: #335068;
}
.BgClassName
{
background-color: #335068;
}
</style>
border-color css
<style>
span { border-color: #335068; }
span { border-color: rgb(51,80,104); }
td.TdClassName
{
border-color: #335068;
}
.TagClassName
{
border-color: #335068;
}
</style>