Shades of Gossamer #31917D
Tints of Gossamer #31917D
RGB
CMYK
RGB Variations
Color information
#31917D (or 0x31917D) is known color: Gossamer. HEX triplet: 31, 91 and 7D. RGB value is (49,145,125). Sum of RGB (Red+Green+Blue) = 49+145+125=319 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.36% from 319); Green value is 145 (57.03% from 255 or 45.45% from 319); Blue value is 125 (49.22% from 255 or 39.18% from 319); Max value from RGB is 145 - color contains mainly: green. Hex color #31917D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31917D is #CE6E82. Grayscale: #727272. Windows color (decimal): -13528707 or 8229169. OLE color: 8229169.
HSL color Cylindrical-coordinate representation of color #31917D: hue angle of 167.5º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #31917D is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 49 | 145 | 125 | - |
| CMYK | 0.66 | 0 | 0.14 | 0.43 |
| HSL | 167.5º | 0.49% | 0.38% | - |
| HSV(B) | 167.5º | 0.66% | 0.57% | - |
| XYZ | 15.09 | 22.38 | 22.93 | - |
| YUV | 114.02 | 134.2 | 81.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 145 | 125 | 0.66 | 0 | 0.14 | 0.43 | 167.5 | 0.49 | 0.38 |
| Hex | 31 | 91 | 7D | 42 | 0 | E | 2B | A8 | 31 | 26 |
| Octal | 61 | 221 | 175 | 102 | 0 | 16 | 53 | 250 | 61 | 46 |
| Binary | 110001 | 10010001 | 1111101 | 1000010 | 0 | 1110 | 101011 | 10101000 | 110001 | 100110 |
Color Harmonies of #31917D
Complementary color
Monochromatic Colors of #31917D
Black with #31917D
Text Example
Text Example
White with #31917D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31917D; }
p { color: rgb(49,145,125); }
H1.HeaderClassName
{
color: #31917D;
}
.AnyTagClassName
{
color: #31917D;
}
</style>
background-color css
<style>
a { background-color: #31917D; }
a { background-color: rgb(49,145,125); }
div.DivClassName
{
background-color: #31917D;
}
.BgClassName
{
background-color: #31917D;
}
</style>
border-color css
<style>
span { border-color: #31917D; }
span { border-color: rgb(49,145,125); }
td.TdClassName
{
border-color: #31917D;
}
.TagClassName
{
border-color: #31917D;
}
</style>