Shades of Gossamer #329B87
Tints of Gossamer #329B87
RGB
CMYK
RGB Variations
Color information
#329B87 (or 0x329B87) is known color: Gossamer. HEX triplet: 32, 9B and 87. RGB value is (50,155,135). Sum of RGB (Red+Green+Blue) = 50+155+135=340 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.71% from 340); Green value is 155 (60.94% from 255 or 45.59% from 340); Blue value is 135 (53.12% from 255 or 39.71% from 340); Max value from RGB is 155 - color contains mainly: green. Hex color #329B87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329B87 is #CD6478. Grayscale: #797979. Windows color (decimal): -13460601 or 8887090. OLE color: 8887090.
HSL color Cylindrical-coordinate representation of color #329B87: hue angle of 168.57º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #329B87 is Cyan = 0.68, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 50 | 155 | 135 | - |
| CMYK | 0.68 | 0 | 0.13 | 0.39 |
| HSL | 168.57º | 0.51% | 0.4% | - |
| HSV(B) | 168.57º | 0.68% | 0.61% | - |
| XYZ | 17.41 | 25.87 | 27 | - |
| YUV | 121.33 | 135.71 | 77.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 155 | 135 | 0.68 | 0 | 0.13 | 0.39 | 168.57 | 0.51 | 0.4 |
| Hex | 32 | 9B | 87 | 44 | 0 | D | 27 | A9 | 33 | 28 |
| Octal | 62 | 233 | 207 | 104 | 0 | 15 | 47 | 251 | 63 | 50 |
| Binary | 110010 | 10011011 | 10000111 | 1000100 | 0 | 1101 | 100111 | 10101001 | 110011 | 101000 |
Color Harmonies of #329B87
Complementary color
Monochromatic Colors of #329B87
Black with #329B87
Text Example
Text Example
White with #329B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329B87; }
p { color: rgb(50,155,135); }
H1.HeaderClassName
{
color: #329B87;
}
.AnyTagClassName
{
color: #329B87;
}
</style>
background-color css
<style>
a { background-color: #329B87; }
a { background-color: rgb(50,155,135); }
div.DivClassName
{
background-color: #329B87;
}
.BgClassName
{
background-color: #329B87;
}
</style>
border-color css
<style>
span { border-color: #329B87; }
span { border-color: rgb(50,155,135); }
td.TdClassName
{
border-color: #329B87;
}
.TagClassName
{
border-color: #329B87;
}
</style>