Shades of Gossamer #31987B
Tints of Gossamer #31987B
RGB
CMYK
RGB Variations
Color information
#31987B (or 0x31987B) is known color: Gossamer. HEX triplet: 31, 98 and 7B. RGB value is (49,152,123). Sum of RGB (Red+Green+Blue) = 49+152+123=324 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.12% from 324); Green value is 152 (59.77% from 255 or 46.91% from 324); Blue value is 123 (48.44% from 255 or 37.96% from 324); Max value from RGB is 152 - color contains mainly: green. Hex color #31987B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31987B is #CE6784. Grayscale: #757575. Windows color (decimal): -13526917 or 8099889. OLE color: 8099889.
HSL color Cylindrical-coordinate representation of color #31987B: hue angle of 163.11º 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 #31987B is Cyan = 0.68, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 49 | 152 | 123 | - |
| CMYK | 0.68 | 0 | 0.19 | 0.40 |
| HSL | 163.11º | 0.51% | 0.39% | - |
| HSV(B) | 163.11º | 0.68% | 0.6% | - |
| XYZ | 16.07 | 24.54 | 22.63 | - |
| YUV | 117.9 | 130.88 | 78.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 152 | 123 | 0.68 | 0 | 0.19 | 0.40 | 163.11 | 0.51 | 0.39 |
| Hex | 31 | 98 | 7B | 44 | 0 | 13 | 28 | A3 | 33 | 27 |
| Octal | 61 | 230 | 173 | 104 | 0 | 23 | 50 | 243 | 63 | 47 |
| Binary | 110001 | 10011000 | 1111011 | 1000100 | 0 | 10011 | 101000 | 10100011 | 110011 | 100111 |
Color Harmonies of #31987B
Complementary color
Monochromatic Colors of #31987B
Black with #31987B
Text Example
Text Example
White with #31987B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31987B; }
p { color: rgb(49,152,123); }
H1.HeaderClassName
{
color: #31987B;
}
.AnyTagClassName
{
color: #31987B;
}
</style>
background-color css
<style>
a { background-color: #31987B; }
a { background-color: rgb(49,152,123); }
div.DivClassName
{
background-color: #31987B;
}
.BgClassName
{
background-color: #31987B;
}
</style>
border-color css
<style>
span { border-color: #31987B; }
span { border-color: rgb(49,152,123); }
td.TdClassName
{
border-color: #31987B;
}
.TagClassName
{
border-color: #31987B;
}
</style>