Shades of Gossamer #32937E
Tints of Gossamer #32937E
RGB
CMYK
RGB Variations
Color information
#32937E (or 0x32937E) is known color: Gossamer. HEX triplet: 32, 93 and 7E. RGB value is (50,147,126). Sum of RGB (Red+Green+Blue) = 50+147+126=323 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.48% from 323); Green value is 147 (57.81% from 255 or 45.51% from 323); Blue value is 126 (49.61% from 255 or 39.01% from 323); Max value from RGB is 147 - color contains mainly: green. Hex color #32937E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32937E is #CD6C81. Grayscale: #737373. Windows color (decimal): -13462658 or 8295218. OLE color: 8295218.
HSL color Cylindrical-coordinate representation of color #32937E: hue angle of 167.01º degrees, saturation: 0.49, 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 #32937E is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 147 | 126 | - |
| CMYK | 0.66 | 0 | 0.14 | 0.42 |
| HSL | 167.01º | 0.49% | 0.39% | - |
| HSV(B) | 167.01º | 0.66% | 0.58% | - |
| XYZ | 15.52 | 23.05 | 23.37 | - |
| YUV | 115.6 | 133.86 | 81.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 147 | 126 | 0.66 | 0 | 0.14 | 0.42 | 167.01 | 0.49 | 0.39 |
| Hex | 32 | 93 | 7E | 42 | 0 | E | 2A | A7 | 31 | 27 |
| Octal | 62 | 223 | 176 | 102 | 0 | 16 | 52 | 247 | 61 | 47 |
| Binary | 110010 | 10010011 | 1111110 | 1000010 | 0 | 1110 | 101010 | 10100111 | 110001 | 100111 |
Color Harmonies of #32937E
Complementary color
Monochromatic Colors of #32937E
Black with #32937E
Text Example
Text Example
White with #32937E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32937E; }
p { color: rgb(50,147,126); }
H1.HeaderClassName
{
color: #32937E;
}
.AnyTagClassName
{
color: #32937E;
}
</style>
background-color css
<style>
a { background-color: #32937E; }
a { background-color: rgb(50,147,126); }
div.DivClassName
{
background-color: #32937E;
}
.BgClassName
{
background-color: #32937E;
}
</style>
border-color css
<style>
span { border-color: #32937E; }
span { border-color: rgb(50,147,126); }
td.TdClassName
{
border-color: #32937E;
}
.TagClassName
{
border-color: #32937E;
}
</style>