Shades of Spectra #32604E
Tints of Spectra #32604E
RGB
CMYK
RGB Variations
Color information
#32604E (or 0x32604E) is known color: Spectra. HEX triplet: 32, 60 and 4E. RGB value is (50,96,78). Sum of RGB (Red+Green+Blue) = 50+96+78=224 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.32% from 224); Green value is 96 (37.89% from 255 or 42.86% from 224); Blue value is 78 (30.86% from 255 or 34.82% from 224); Max value from RGB is 96 - color contains mainly: green. Hex color #32604E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32604E is #CD9FB1. Grayscale: #505050. Windows color (decimal): -13475762 or 5136434. OLE color: 5136434.
HSL color Cylindrical-coordinate representation of color #32604E: hue angle of 156.52º 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 #32604E is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 50 | 96 | 78 | - |
| CMYK | 0.48 | 0 | 0.19 | 0.62 |
| HSL | 156.52º | 0.32% | 0.29% | - |
| HSV(B) | 156.52º | 0.48% | 0.38% | - |
| XYZ | 6.87 | 9.59 | 8.7 | - |
| YUV | 80.19 | 126.76 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 96 | 78 | 0.48 | 0 | 0.19 | 0.62 | 156.52 | 0.32 | 0.29 |
| Hex | 32 | 60 | 4E | 30 | 0 | 13 | 3E | 9D | 20 | 1D |
| Octal | 62 | 140 | 116 | 60 | 0 | 23 | 76 | 235 | 40 | 35 |
| Binary | 110010 | 1100000 | 1001110 | 110000 | 0 | 10011 | 111110 | 10011101 | 100000 | 11101 |
Color Harmonies of #32604E
Complementary color
Monochromatic Colors of #32604E
Black with #32604E
Text Example
Text Example
White with #32604E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32604E; }
p { color: rgb(50,96,78); }
H1.HeaderClassName
{
color: #32604E;
}
.AnyTagClassName
{
color: #32604E;
}
</style>
background-color css
<style>
a { background-color: #32604E; }
a { background-color: rgb(50,96,78); }
div.DivClassName
{
background-color: #32604E;
}
.BgClassName
{
background-color: #32604E;
}
</style>
border-color css
<style>
span { border-color: #32604E; }
span { border-color: rgb(50,96,78); }
td.TdClassName
{
border-color: #32604E;
}
.TagClassName
{
border-color: #32604E;
}
</style>