Shades of Cello #335262
Tints of Cello #335262
RGB
CMYK
RGB Variations
Color information
#335262 (or 0x335262) is known color: Cello. HEX triplet: 33, 52 and 62. RGB value is (51,82,98). Sum of RGB (Red+Green+Blue) = 51+82+98=231 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.08% from 231); Green value is 82 (32.42% from 255 or 35.50% from 231); Blue value is 98 (38.67% from 255 or 42.42% from 231); Max value from RGB is 98 - color contains mainly: blue. Hex color #335262 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335262 is #CCAD9D. Grayscale: #4A4A4A. Windows color (decimal): -13413790 or 6443571. OLE color: 6443571.
HSL color Cylindrical-coordinate representation of color #335262: hue angle of 200.43º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #335262 is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 51 | 82 | 98 | - |
| CMYK | 0.48 | 0.16 | 0 | 0.62 |
| HSL | 200.43º | 0.32% | 0.29% | - |
| HSV(B) | 200.43º | 0.48% | 0.38% | - |
| XYZ | 6.59 | 7.62 | 12.68 | - |
| YUV | 74.56 | 141.23 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 82 | 98 | 0.48 | 0.16 | 0 | 0.62 | 200.43 | 0.32 | 0.29 |
| Hex | 33 | 52 | 62 | 30 | 10 | 0 | 3E | C8 | 20 | 1D |
| Octal | 63 | 122 | 142 | 60 | 20 | 0 | 76 | 310 | 40 | 35 |
| Binary | 110011 | 1010010 | 1100010 | 110000 | 10000 | 0 | 111110 | 11001000 | 100000 | 11101 |
Color Harmonies of #335262
Complementary color
Monochromatic Colors of #335262
Black with #335262
Text Example
Text Example
White with #335262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335262; }
p { color: rgb(51,82,98); }
H1.HeaderClassName
{
color: #335262;
}
.AnyTagClassName
{
color: #335262;
}
</style>
background-color css
<style>
a { background-color: #335262; }
a { background-color: rgb(51,82,98); }
div.DivClassName
{
background-color: #335262;
}
.BgClassName
{
background-color: #335262;
}
</style>
border-color css
<style>
span { border-color: #335262; }
span { border-color: rgb(51,82,98); }
td.TdClassName
{
border-color: #335262;
}
.TagClassName
{
border-color: #335262;
}
</style>