Shades of Gossamer #32958B
Tints of Gossamer #32958B
RGB
CMYK
RGB Variations
Color information
#32958B (or 0x32958B) is known color: Gossamer. HEX triplet: 32, 95 and 8B. RGB value is (50,149,139). Sum of RGB (Red+Green+Blue) = 50+149+139=338 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.79% from 338); Green value is 149 (58.59% from 255 or 44.08% from 338); Blue value is 139 (54.69% from 255 or 41.12% from 338); Max value from RGB is 149 - color contains mainly: green. Hex color #32958B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32958B is #CD6A74. Grayscale: #767676. Windows color (decimal): -13462133 or 9147698. OLE color: 9147698.
HSL color Cylindrical-coordinate representation of color #32958B: hue angle of 173.94º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #32958B is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 149 | 139 | - |
| CMYK | 0.66 | 0 | 0.07 | 0.42 |
| HSL | 173.94º | 0.5% | 0.39% | - |
| HSV(B) | 173.94º | 0.66% | 0.58% | - |
| XYZ | 16.72 | 24.04 | 28.18 | - |
| YUV | 118.26 | 139.7 | 79.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 149 | 139 | 0.66 | 0 | 0.07 | 0.42 | 173.94 | 0.5 | 0.39 |
| Hex | 32 | 95 | 8B | 42 | 0 | 7 | 2A | AE | 32 | 27 |
| Octal | 62 | 225 | 213 | 102 | 0 | 7 | 52 | 256 | 62 | 47 |
| Binary | 110010 | 10010101 | 10001011 | 1000010 | 0 | 111 | 101010 | 10101110 | 110010 | 100111 |
Color Harmonies of #32958B
Complementary color
Monochromatic Colors of #32958B
Black with #32958B
Text Example
Text Example
White with #32958B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32958B; }
p { color: rgb(50,149,139); }
H1.HeaderClassName
{
color: #32958B;
}
.AnyTagClassName
{
color: #32958B;
}
</style>
background-color css
<style>
a { background-color: #32958B; }
a { background-color: rgb(50,149,139); }
div.DivClassName
{
background-color: #32958B;
}
.BgClassName
{
background-color: #32958B;
}
</style>
border-color css
<style>
span { border-color: #32958B; }
span { border-color: rgb(50,149,139); }
td.TdClassName
{
border-color: #32958B;
}
.TagClassName
{
border-color: #32958B;
}
</style>