Shades of Gossamer #329985
Tints of Gossamer #329985
RGB
CMYK
RGB Variations
Color information
#329985 (or 0x329985) is known color: Gossamer. HEX triplet: 32, 99 and 85. RGB value is (50,153,133). Sum of RGB (Red+Green+Blue) = 50+153+133=336 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.88% from 336); Green value is 153 (60.16% from 255 or 45.54% from 336); Blue value is 133 (52.34% from 255 or 39.58% from 336); Max value from RGB is 153 - color contains mainly: green. Hex color #329985 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329985 is #CD667A. Grayscale: #777777. Windows color (decimal): -13461115 or 8755506. OLE color: 8755506.
HSL color Cylindrical-coordinate representation of color #329985: hue angle of 168.35º degrees, saturation: 0.51, 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 #329985 is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 50 | 153 | 133 | - |
| CMYK | 0.67 | 0 | 0.13 | 0.4 |
| HSL | 168.35º | 0.51% | 0.4% | - |
| HSV(B) | 168.35º | 0.67% | 0.6% | - |
| XYZ | 16.94 | 25.15 | 26.15 | - |
| YUV | 119.92 | 135.38 | 78.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 153 | 133 | 0.67 | 0 | 0.13 | 0.4 | 168.35 | 0.51 | 0.4 |
| Hex | 32 | 99 | 85 | 43 | 0 | D | 28 | A8 | 33 | 28 |
| Octal | 62 | 231 | 205 | 103 | 0 | 15 | 50 | 250 | 63 | 50 |
| Binary | 110010 | 10011001 | 10000101 | 1000011 | 0 | 1101 | 101000 | 10101000 | 110011 | 101000 |
Color Harmonies of #329985
Complementary color
Monochromatic Colors of #329985
Black with #329985
Text Example
Text Example
White with #329985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329985; }
p { color: rgb(50,153,133); }
H1.HeaderClassName
{
color: #329985;
}
.AnyTagClassName
{
color: #329985;
}
</style>
background-color css
<style>
a { background-color: #329985; }
a { background-color: rgb(50,153,133); }
div.DivClassName
{
background-color: #329985;
}
.BgClassName
{
background-color: #329985;
}
</style>
border-color css
<style>
span { border-color: #329985; }
span { border-color: rgb(50,153,133); }
td.TdClassName
{
border-color: #329985;
}
.TagClassName
{
border-color: #329985;
}
</style>