Shades of Gossamer #31937D
Tints of Gossamer #31937D
RGB
CMYK
RGB Variations
Color information
#31937D (or 0x31937D) is known color: Gossamer. HEX triplet: 31, 93 and 7D. RGB value is (49,147,125). Sum of RGB (Red+Green+Blue) = 49+147+125=321 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.26% from 321); Green value is 147 (57.81% from 255 or 45.79% from 321); Blue value is 125 (49.22% from 255 or 38.94% from 321); Max value from RGB is 147 - color contains mainly: green. Hex color #31937D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31937D is #CE6C82. Grayscale: #737373. Windows color (decimal): -13528195 or 8229681. OLE color: 8229681.
HSL color Cylindrical-coordinate representation of color #31937D: hue angle of 166.53º 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 #31937D is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 49 | 147 | 125 | - |
| CMYK | 0.67 | 0 | 0.15 | 0.42 |
| HSL | 166.53º | 0.5% | 0.38% | - |
| HSV(B) | 166.53º | 0.67% | 0.58% | - |
| XYZ | 15.4 | 23 | 23.03 | - |
| YUV | 115.19 | 133.53 | 80.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 147 | 125 | 0.67 | 0 | 0.15 | 0.42 | 166.53 | 0.5 | 0.38 |
| Hex | 31 | 93 | 7D | 43 | 0 | F | 2A | A7 | 32 | 26 |
| Octal | 61 | 223 | 175 | 103 | 0 | 17 | 52 | 247 | 62 | 46 |
| Binary | 110001 | 10010011 | 1111101 | 1000011 | 0 | 1111 | 101010 | 10100111 | 110010 | 100110 |
Color Harmonies of #31937D
Complementary color
Monochromatic Colors of #31937D
Black with #31937D
Text Example
Text Example
White with #31937D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31937D; }
p { color: rgb(49,147,125); }
H1.HeaderClassName
{
color: #31937D;
}
.AnyTagClassName
{
color: #31937D;
}
</style>
background-color css
<style>
a { background-color: #31937D; }
a { background-color: rgb(49,147,125); }
div.DivClassName
{
background-color: #31937D;
}
.BgClassName
{
background-color: #31937D;
}
</style>
border-color css
<style>
span { border-color: #31937D; }
span { border-color: rgb(49,147,125); }
td.TdClassName
{
border-color: #31937D;
}
.TagClassName
{
border-color: #31937D;
}
</style>