Shades of Cello #335061
Tints of Cello #335061
RGB
CMYK
RGB Variations
Color information
#335061 (or 0x335061) is known color: Cello. HEX triplet: 33, 50 and 61. RGB value is (51,80,97). Sum of RGB (Red+Green+Blue) = 51+80+97=228 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.37% from 228); Green value is 80 (31.64% from 255 or 35.09% from 228); Blue value is 97 (38.28% from 255 or 42.54% from 228); Max value from RGB is 97 - color contains mainly: blue. Hex color #335061 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335061 is #CCAF9E. Grayscale: #494949. Windows color (decimal): -13414303 or 6377523. OLE color: 6377523.
HSL color Cylindrical-coordinate representation of color #335061: hue angle of 202.17º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #335061 is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 51 | 80 | 97 | - |
| CMYK | 0.47 | 0.18 | 0 | 0.62 |
| HSL | 202.17º | 0.31% | 0.29% | - |
| HSV(B) | 202.17º | 0.47% | 0.38% | - |
| XYZ | 6.39 | 7.3 | 12.38 | - |
| YUV | 73.27 | 141.39 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 80 | 97 | 0.47 | 0.18 | 0 | 0.62 | 202.17 | 0.31 | 0.29 |
| Hex | 33 | 50 | 61 | 2F | 12 | 0 | 3E | CA | 1F | 1D |
| Octal | 63 | 120 | 141 | 57 | 22 | 0 | 76 | 312 | 37 | 35 |
| Binary | 110011 | 1010000 | 1100001 | 101111 | 10010 | 0 | 111110 | 11001010 | 11111 | 11101 |
Color Harmonies of #335061
Complementary color
Monochromatic Colors of #335061
Black with #335061
Text Example
Text Example
White with #335061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335061; }
p { color: rgb(51,80,97); }
H1.HeaderClassName
{
color: #335061;
}
.AnyTagClassName
{
color: #335061;
}
</style>
background-color css
<style>
a { background-color: #335061; }
a { background-color: rgb(51,80,97); }
div.DivClassName
{
background-color: #335061;
}
.BgClassName
{
background-color: #335061;
}
</style>
border-color css
<style>
span { border-color: #335061; }
span { border-color: rgb(51,80,97); }
td.TdClassName
{
border-color: #335061;
}
.TagClassName
{
border-color: #335061;
}
</style>