Shades of Spectra #326151
Tints of Spectra #326151
RGB
CMYK
RGB Variations
Color information
#326151 (or 0x326151) is known color: Spectra. HEX triplet: 32, 61 and 51. RGB value is (50,97,81). Sum of RGB (Red+Green+Blue) = 50+97+81=228 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.93% from 228); Green value is 97 (38.28% from 255 or 42.54% from 228); Blue value is 81 (32.03% from 255 or 35.53% from 228); Max value from RGB is 97 - color contains mainly: green. Hex color #326151 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326151 is #CD9EAE. Grayscale: #515151. Windows color (decimal): -13475503 or 5333298. OLE color: 5333298.
HSL color Cylindrical-coordinate representation of color #326151: hue angle of 159.57º 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 #326151 is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 50 | 97 | 81 | - |
| CMYK | 0.48 | 0 | 0.16 | 0.62 |
| HSL | 159.57º | 0.32% | 0.29% | - |
| HSV(B) | 159.57º | 0.48% | 0.38% | - |
| XYZ | 7.08 | 9.82 | 9.31 | - |
| YUV | 81.12 | 127.93 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 97 | 81 | 0.48 | 0 | 0.16 | 0.62 | 159.57 | 0.32 | 0.29 |
| Hex | 32 | 61 | 51 | 30 | 0 | 10 | 3E | A0 | 20 | 1D |
| Octal | 62 | 141 | 121 | 60 | 0 | 20 | 76 | 240 | 40 | 35 |
| Binary | 110010 | 1100001 | 1010001 | 110000 | 0 | 10000 | 111110 | 10100000 | 100000 | 11101 |
Color Harmonies of #326151
Complementary color
Monochromatic Colors of #326151
Black with #326151
Text Example
Text Example
White with #326151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326151; }
p { color: rgb(50,97,81); }
H1.HeaderClassName
{
color: #326151;
}
.AnyTagClassName
{
color: #326151;
}
</style>
background-color css
<style>
a { background-color: #326151; }
a { background-color: rgb(50,97,81); }
div.DivClassName
{
background-color: #326151;
}
.BgClassName
{
background-color: #326151;
}
</style>
border-color css
<style>
span { border-color: #326151; }
span { border-color: rgb(50,97,81); }
td.TdClassName
{
border-color: #326151;
}
.TagClassName
{
border-color: #326151;
}
</style>