Shades of Gossamer #32947D
Tints of Gossamer #32947D
RGB
CMYK
RGB Variations
Color information
#32947D (or 0x32947D) is known color: Gossamer. HEX triplet: 32, 94 and 7D. RGB value is (50,148,125). Sum of RGB (Red+Green+Blue) = 50+148+125=323 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.48% from 323); Green value is 148 (58.20% from 255 or 45.82% from 323); Blue value is 125 (49.22% from 255 or 38.70% from 323); Max value from RGB is 148 - color contains mainly: green. Hex color #32947D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32947D is #CD6B82. Grayscale: #747474. Windows color (decimal): -13462403 or 8229938. OLE color: 8229938.
HSL color Cylindrical-coordinate representation of color #32947D: hue angle of 165.92º 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 #32947D is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 148 | 125 | - |
| CMYK | 0.66 | 0 | 0.16 | 0.42 |
| HSL | 165.92º | 0.49% | 0.39% | - |
| HSV(B) | 165.92º | 0.66% | 0.58% | - |
| XYZ | 15.61 | 23.34 | 23.08 | - |
| YUV | 116.08 | 133.03 | 80.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 148 | 125 | 0.66 | 0 | 0.16 | 0.42 | 165.92 | 0.49 | 0.39 |
| Hex | 32 | 94 | 7D | 42 | 0 | 10 | 2A | A6 | 31 | 27 |
| Octal | 62 | 224 | 175 | 102 | 0 | 20 | 52 | 246 | 61 | 47 |
| Binary | 110010 | 10010100 | 1111101 | 1000010 | 0 | 10000 | 101010 | 10100110 | 110001 | 100111 |
Color Harmonies of #32947D
Complementary color
Monochromatic Colors of #32947D
Black with #32947D
Text Example
Text Example
White with #32947D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32947D; }
p { color: rgb(50,148,125); }
H1.HeaderClassName
{
color: #32947D;
}
.AnyTagClassName
{
color: #32947D;
}
</style>
background-color css
<style>
a { background-color: #32947D; }
a { background-color: rgb(50,148,125); }
div.DivClassName
{
background-color: #32947D;
}
.BgClassName
{
background-color: #32947D;
}
</style>
border-color css
<style>
span { border-color: #32947D; }
span { border-color: rgb(50,148,125); }
td.TdClassName
{
border-color: #32947D;
}
.TagClassName
{
border-color: #32947D;
}
</style>