Shades of Gossamer #329884
Tints of Gossamer #329884
RGB
CMYK
RGB Variations
Color information
#329884 (or 0x329884) is known color: Gossamer. HEX triplet: 32, 98 and 84. RGB value is (50,152,132). Sum of RGB (Red+Green+Blue) = 50+152+132=334 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.97% from 334); Green value is 152 (59.77% from 255 or 45.51% from 334); Blue value is 132 (51.95% from 255 or 39.52% from 334); Max value from RGB is 152 - color contains mainly: green. Hex color #329884 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329884 is #CD677B. Grayscale: #777777. Windows color (decimal): -13461372 or 8689714. OLE color: 8689714.
HSL color Cylindrical-coordinate representation of color #329884: hue angle of 168.24º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #329884 is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 50 | 152 | 132 | - |
| CMYK | 0.67 | 0 | 0.13 | 0.40 |
| HSL | 168.24º | 0.5% | 0.4% | - |
| HSV(B) | 168.24º | 0.67% | 0.6% | - |
| XYZ | 16.71 | 24.8 | 25.74 | - |
| YUV | 119.22 | 135.21 | 78.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 152 | 132 | 0.67 | 0 | 0.13 | 0.40 | 168.24 | 0.5 | 0.4 |
| Hex | 32 | 98 | 84 | 43 | 0 | D | 28 | A8 | 32 | 28 |
| Octal | 62 | 230 | 204 | 103 | 0 | 15 | 50 | 250 | 62 | 50 |
| Binary | 110010 | 10011000 | 10000100 | 1000011 | 0 | 1101 | 101000 | 10101000 | 110010 | 101000 |
Color Harmonies of #329884
Complementary color
Monochromatic Colors of #329884
Black with #329884
Text Example
Text Example
White with #329884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329884; }
p { color: rgb(50,152,132); }
H1.HeaderClassName
{
color: #329884;
}
.AnyTagClassName
{
color: #329884;
}
</style>
background-color css
<style>
a { background-color: #329884; }
a { background-color: rgb(50,152,132); }
div.DivClassName
{
background-color: #329884;
}
.BgClassName
{
background-color: #329884;
}
</style>
border-color css
<style>
span { border-color: #329884; }
span { border-color: rgb(50,152,132); }
td.TdClassName
{
border-color: #329884;
}
.TagClassName
{
border-color: #329884;
}
</style>