Shades of Spectra #336852
Tints of Spectra #336852
RGB
CMYK
RGB Variations
Color information
#336852 (or 0x336852) is known color: Spectra. HEX triplet: 33, 68 and 52. RGB value is (51,104,82). Sum of RGB (Red+Green+Blue) = 51+104+82=237 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.52% from 237); Green value is 104 (41.02% from 255 or 43.88% from 237); Blue value is 82 (32.42% from 255 or 34.60% from 237); Max value from RGB is 104 - color contains mainly: green. Hex color #336852 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336852 is #CC97AD. Grayscale: #555555. Windows color (decimal): -13408174 or 5400627. OLE color: 5400627.
HSL color Cylindrical-coordinate representation of color #336852: hue angle of 155.09º 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 #336852 is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 51 | 104 | 82 | - |
| CMYK | 0.51 | 0 | 0.21 | 0.59 |
| HSL | 155.09º | 0.34% | 0.3% | - |
| HSV(B) | 155.09º | 0.51% | 0.41% | - |
| XYZ | 7.84 | 11.21 | 9.73 | - |
| YUV | 85.65 | 125.94 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 104 | 82 | 0.51 | 0 | 0.21 | 0.59 | 155.09 | 0.34 | 0.3 |
| Hex | 33 | 68 | 52 | 33 | 0 | 15 | 3B | 9B | 22 | 1E |
| Octal | 63 | 150 | 122 | 63 | 0 | 25 | 73 | 233 | 42 | 36 |
| Binary | 110011 | 1101000 | 1010010 | 110011 | 0 | 10101 | 111011 | 10011011 | 100010 | 11110 |
Color Harmonies of #336852
Complementary color
Monochromatic Colors of #336852
Black with #336852
Text Example
Text Example
White with #336852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336852; }
p { color: rgb(51,104,82); }
H1.HeaderClassName
{
color: #336852;
}
.AnyTagClassName
{
color: #336852;
}
</style>
background-color css
<style>
a { background-color: #336852; }
a { background-color: rgb(51,104,82); }
div.DivClassName
{
background-color: #336852;
}
.BgClassName
{
background-color: #336852;
}
</style>
border-color css
<style>
span { border-color: #336852; }
span { border-color: rgb(51,104,82); }
td.TdClassName
{
border-color: #336852;
}
.TagClassName
{
border-color: #336852;
}
</style>