Shades of Cello #335367
Tints of Cello #335367
RGB
CMYK
RGB Variations
Color information
#335367 (or 0x335367) is known color: Cello. HEX triplet: 33, 53 and 67. RGB value is (51,83,103). Sum of RGB (Red+Green+Blue) = 51+83+103=237 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.52% from 237); Green value is 83 (32.81% from 255 or 35.02% from 237); Blue value is 103 (40.62% from 255 or 43.46% from 237); Max value from RGB is 103 - color contains mainly: blue. Hex color #335367 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335367 is #CCAC98. Grayscale: #4B4B4B. Windows color (decimal): -13413529 or 6771507. OLE color: 6771507.
HSL color Cylindrical-coordinate representation of color #335367: hue angle of 203.08º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #335367 is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 51 | 83 | 103 | - |
| CMYK | 0.50 | 0.19 | 0 | 0.60 |
| HSL | 203.08º | 0.34% | 0.3% | - |
| HSV(B) | 203.08º | 0.5% | 0.4% | - |
| XYZ | 6.91 | 7.87 | 13.99 | - |
| YUV | 75.71 | 143.4 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 83 | 103 | 0.50 | 0.19 | 0 | 0.60 | 203.08 | 0.34 | 0.3 |
| Hex | 33 | 53 | 67 | 32 | 13 | 0 | 3C | CB | 22 | 1E |
| Octal | 63 | 123 | 147 | 62 | 23 | 0 | 74 | 313 | 42 | 36 |
| Binary | 110011 | 1010011 | 1100111 | 110010 | 10011 | 0 | 111100 | 11001011 | 100010 | 11110 |
Color Harmonies of #335367
Complementary color
Monochromatic Colors of #335367
Black with #335367
Text Example
Text Example
White with #335367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335367; }
p { color: rgb(51,83,103); }
H1.HeaderClassName
{
color: #335367;
}
.AnyTagClassName
{
color: #335367;
}
</style>
background-color css
<style>
a { background-color: #335367; }
a { background-color: rgb(51,83,103); }
div.DivClassName
{
background-color: #335367;
}
.BgClassName
{
background-color: #335367;
}
</style>
border-color css
<style>
span { border-color: #335367; }
span { border-color: rgb(51,83,103); }
td.TdClassName
{
border-color: #335367;
}
.TagClassName
{
border-color: #335367;
}
</style>