Shades of Gossamer #31937E
Tints of Gossamer #31937E
RGB
CMYK
RGB Variations
Color information
#31937E (or 0x31937E) is known color: Gossamer. HEX triplet: 31, 93 and 7E. RGB value is (49,147,126). Sum of RGB (Red+Green+Blue) = 49+147+126=322 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.22% from 322); Green value is 147 (57.81% from 255 or 45.65% from 322); Blue value is 126 (49.61% from 255 or 39.13% from 322); Max value from RGB is 147 - color contains mainly: green. Hex color #31937E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31937E is #CE6C81. Grayscale: #737373. Windows color (decimal): -13528194 or 8295217. OLE color: 8295217.
HSL color Cylindrical-coordinate representation of color #31937E: hue angle of 167.14º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #31937E is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 49 | 147 | 126 | - |
| CMYK | 0.67 | 0 | 0.14 | 0.42 |
| HSL | 167.14º | 0.5% | 0.38% | - |
| HSV(B) | 167.14º | 0.67% | 0.58% | - |
| XYZ | 15.47 | 23.03 | 23.37 | - |
| YUV | 115.3 | 134.03 | 80.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 147 | 126 | 0.67 | 0 | 0.14 | 0.42 | 167.14 | 0.5 | 0.38 |
| Hex | 31 | 93 | 7E | 43 | 0 | E | 2A | A7 | 32 | 26 |
| Octal | 61 | 223 | 176 | 103 | 0 | 16 | 52 | 247 | 62 | 46 |
| Binary | 110001 | 10010011 | 1111110 | 1000011 | 0 | 1110 | 101010 | 10100111 | 110010 | 100110 |
Color Harmonies of #31937E
Complementary color
Monochromatic Colors of #31937E
Black with #31937E
Text Example
Text Example
White with #31937E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31937E; }
p { color: rgb(49,147,126); }
H1.HeaderClassName
{
color: #31937E;
}
.AnyTagClassName
{
color: #31937E;
}
</style>
background-color css
<style>
a { background-color: #31937E; }
a { background-color: rgb(49,147,126); }
div.DivClassName
{
background-color: #31937E;
}
.BgClassName
{
background-color: #31937E;
}
</style>
border-color css
<style>
span { border-color: #31937E; }
span { border-color: rgb(49,147,126); }
td.TdClassName
{
border-color: #31937E;
}
.TagClassName
{
border-color: #31937E;
}
</style>