Shades of Gossamer #329082
Tints of Gossamer #329082
RGB
CMYK
RGB Variations
Color information
#329082 (or 0x329082) is known color: Gossamer. HEX triplet: 32, 90 and 82. RGB value is (50,144,130). Sum of RGB (Red+Green+Blue) = 50+144+130=324 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.43% from 324); Green value is 144 (56.64% from 255 or 44.44% from 324); Blue value is 130 (51.17% from 255 or 40.12% from 324); Max value from RGB is 144 - color contains mainly: green. Hex color #329082 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329082 is #CD6F7D. Grayscale: #727272. Windows color (decimal): -13463422 or 8556594. OLE color: 8556594.
HSL color Cylindrical-coordinate representation of color #329082: hue angle of 171.06º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #329082 is Cyan = 0.65, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 50 | 144 | 130 | - |
| CMYK | 0.65 | 0 | 0.10 | 0.44 |
| HSL | 171.06º | 0.48% | 0.38% | - |
| HSV(B) | 171.06º | 0.65% | 0.56% | - |
| XYZ | 15.32 | 22.24 | 24.6 | - |
| YUV | 114.3 | 136.86 | 82.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 144 | 130 | 0.65 | 0 | 0.10 | 0.44 | 171.06 | 0.48 | 0.38 |
| Hex | 32 | 90 | 82 | 41 | 0 | A | 2C | AB | 30 | 26 |
| Octal | 62 | 220 | 202 | 101 | 0 | 12 | 54 | 253 | 60 | 46 |
| Binary | 110010 | 10010000 | 10000010 | 1000001 | 0 | 1010 | 101100 | 10101011 | 110000 | 100110 |
Color Harmonies of #329082
Complementary color
Monochromatic Colors of #329082
Black with #329082
Text Example
Text Example
White with #329082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329082; }
p { color: rgb(50,144,130); }
H1.HeaderClassName
{
color: #329082;
}
.AnyTagClassName
{
color: #329082;
}
</style>
background-color css
<style>
a { background-color: #329082; }
a { background-color: rgb(50,144,130); }
div.DivClassName
{
background-color: #329082;
}
.BgClassName
{
background-color: #329082;
}
</style>
border-color css
<style>
span { border-color: #329082; }
span { border-color: rgb(50,144,130); }
td.TdClassName
{
border-color: #329082;
}
.TagClassName
{
border-color: #329082;
}
</style>