Shades of Spectra #32684F
Tints of Spectra #32684F
RGB
CMYK
RGB Variations
Color information
#32684F (or 0x32684F) is known color: Spectra. HEX triplet: 32, 68 and 4F. RGB value is (50,104,79). Sum of RGB (Red+Green+Blue) = 50+104+79=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 104 (41.02% from 255 or 44.64% from 233); Blue value is 79 (31.25% from 255 or 33.91% from 233); Max value from RGB is 104 - color contains mainly: green. Hex color #32684F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32684F is #CD97B0. Grayscale: #555555. Windows color (decimal): -13473713 or 5204018. OLE color: 5204018.
HSL color Cylindrical-coordinate representation of color #32684F: hue angle of 152.22º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #32684F is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 50 | 104 | 79 | - |
| CMYK | 0.52 | 0 | 0.24 | 0.59 |
| HSL | 152.22º | 0.35% | 0.3% | - |
| HSV(B) | 152.22º | 0.52% | 0.41% | - |
| XYZ | 7.68 | 11.14 | 9.14 | - |
| YUV | 85 | 124.61 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 104 | 79 | 0.52 | 0 | 0.24 | 0.59 | 152.22 | 0.35 | 0.3 |
| Hex | 32 | 68 | 4F | 34 | 0 | 18 | 3B | 98 | 23 | 1E |
| Octal | 62 | 150 | 117 | 64 | 0 | 30 | 73 | 230 | 43 | 36 |
| Binary | 110010 | 1101000 | 1001111 | 110100 | 0 | 11000 | 111011 | 10011000 | 100011 | 11110 |
Color Harmonies of #32684F
Complementary color
Monochromatic Colors of #32684F
Black with #32684F
Text Example
Text Example
White with #32684F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32684F; }
p { color: rgb(50,104,79); }
H1.HeaderClassName
{
color: #32684F;
}
.AnyTagClassName
{
color: #32684F;
}
</style>
background-color css
<style>
a { background-color: #32684F; }
a { background-color: rgb(50,104,79); }
div.DivClassName
{
background-color: #32684F;
}
.BgClassName
{
background-color: #32684F;
}
</style>
border-color css
<style>
span { border-color: #32684F; }
span { border-color: rgb(50,104,79); }
td.TdClassName
{
border-color: #32684F;
}
.TagClassName
{
border-color: #32684F;
}
</style>