Shades of Gossamer #31987A
Tints of Gossamer #31987A
RGB
CMYK
RGB Variations
Color information
#31987A (or 0x31987A) is known color: Gossamer. HEX triplet: 31, 98 and 7A. RGB value is (49,152,122). Sum of RGB (Red+Green+Blue) = 49+152+122=323 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.17% from 323); Green value is 152 (59.77% from 255 or 47.06% from 323); Blue value is 122 (48.05% from 255 or 37.77% from 323); Max value from RGB is 152 - color contains mainly: green. Hex color #31987A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31987A is #CE6785. Grayscale: #757575. Windows color (decimal): -13526918 or 8034353. OLE color: 8034353.
HSL color Cylindrical-coordinate representation of color #31987A: hue angle of 162.52º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #31987A is Cyan = 0.68, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 49 | 152 | 122 | - |
| CMYK | 0.68 | 0 | 0.20 | 0.40 |
| HSL | 162.52º | 0.51% | 0.39% | - |
| HSV(B) | 162.52º | 0.68% | 0.6% | - |
| XYZ | 16.01 | 24.51 | 22.3 | - |
| YUV | 117.78 | 130.38 | 78.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 152 | 122 | 0.68 | 0 | 0.20 | 0.40 | 162.52 | 0.51 | 0.39 |
| Hex | 31 | 98 | 7A | 44 | 0 | 14 | 28 | A3 | 33 | 27 |
| Octal | 61 | 230 | 172 | 104 | 0 | 24 | 50 | 243 | 63 | 47 |
| Binary | 110001 | 10011000 | 1111010 | 1000100 | 0 | 10100 | 101000 | 10100011 | 110011 | 100111 |
Color Harmonies of #31987A
Complementary color
Monochromatic Colors of #31987A
Black with #31987A
Text Example
Text Example
White with #31987A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31987A; }
p { color: rgb(49,152,122); }
H1.HeaderClassName
{
color: #31987A;
}
.AnyTagClassName
{
color: #31987A;
}
</style>
background-color css
<style>
a { background-color: #31987A; }
a { background-color: rgb(49,152,122); }
div.DivClassName
{
background-color: #31987A;
}
.BgClassName
{
background-color: #31987A;
}
</style>
border-color css
<style>
span { border-color: #31987A; }
span { border-color: rgb(49,152,122); }
td.TdClassName
{
border-color: #31987A;
}
.TagClassName
{
border-color: #31987A;
}
</style>