Shades of Spectra #32694D
Tints of Spectra #32694D
RGB
CMYK
RGB Variations
Color information
#32694D (or 0x32694D) is known color: Spectra. HEX triplet: 32, 69 and 4D. RGB value is (50,105,77). Sum of RGB (Red+Green+Blue) = 50+105+77=232 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.55% from 232); Green value is 105 (41.41% from 255 or 45.26% from 232); Blue value is 77 (30.47% from 255 or 33.19% from 232); Max value from RGB is 105 - color contains mainly: green. Hex color #32694D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32694D is #CD96B2. Grayscale: #555555. Windows color (decimal): -13473459 or 5073202. OLE color: 5073202.
HSL color Cylindrical-coordinate representation of color #32694D: hue angle of 149.45º 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 #32694D is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 50 | 105 | 77 | - |
| CMYK | 0.52 | 0 | 0.27 | 0.59 |
| HSL | 149.45º | 0.35% | 0.3% | - |
| HSV(B) | 149.45º | 0.52% | 0.41% | - |
| XYZ | 7.71 | 11.32 | 8.8 | - |
| YUV | 85.36 | 123.28 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 105 | 77 | 0.52 | 0 | 0.27 | 0.59 | 149.45 | 0.35 | 0.3 |
| Hex | 32 | 69 | 4D | 34 | 0 | 1B | 3B | 95 | 23 | 1E |
| Octal | 62 | 151 | 115 | 64 | 0 | 33 | 73 | 225 | 43 | 36 |
| Binary | 110010 | 1101001 | 1001101 | 110100 | 0 | 11011 | 111011 | 10010101 | 100011 | 11110 |
Color Harmonies of #32694D
Complementary color
Monochromatic Colors of #32694D
Black with #32694D
Text Example
Text Example
White with #32694D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32694D; }
p { color: rgb(50,105,77); }
H1.HeaderClassName
{
color: #32694D;
}
.AnyTagClassName
{
color: #32694D;
}
</style>
background-color css
<style>
a { background-color: #32694D; }
a { background-color: rgb(50,105,77); }
div.DivClassName
{
background-color: #32694D;
}
.BgClassName
{
background-color: #32694D;
}
</style>
border-color css
<style>
span { border-color: #32694D; }
span { border-color: rgb(50,105,77); }
td.TdClassName
{
border-color: #32694D;
}
.TagClassName
{
border-color: #32694D;
}
</style>