Shades of Gossamer #31988C
Tints of Gossamer #31988C
RGB
CMYK
RGB Variations
Color information
#31988C (or 0x31988C) is known color: Gossamer. HEX triplet: 31, 98 and 8C. RGB value is (49,152,140). Sum of RGB (Red+Green+Blue) = 49+152+140=341 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.37% from 341); Green value is 152 (59.77% from 255 or 44.57% from 341); Blue value is 140 (55.08% from 255 or 41.06% from 341); Max value from RGB is 152 - color contains mainly: green. Hex color #31988C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31988C is #CE6773. Grayscale: #777777. Windows color (decimal): -13526900 or 9214001. OLE color: 9214001.
HSL color Cylindrical-coordinate representation of color #31988C: hue angle of 173.01º 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 #31988C is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 49 | 152 | 140 | - |
| CMYK | 0.68 | 0 | 0.08 | 0.40 |
| HSL | 173.01º | 0.51% | 0.39% | - |
| HSV(B) | 173.01º | 0.68% | 0.6% | - |
| XYZ | 17.23 | 25 | 28.73 | - |
| YUV | 119.84 | 139.38 | 77.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 152 | 140 | 0.68 | 0 | 0.08 | 0.40 | 173.01 | 0.51 | 0.39 |
| Hex | 31 | 98 | 8C | 44 | 0 | 8 | 28 | AD | 33 | 27 |
| Octal | 61 | 230 | 214 | 104 | 0 | 10 | 50 | 255 | 63 | 47 |
| Binary | 110001 | 10011000 | 10001100 | 1000100 | 0 | 1000 | 101000 | 10101101 | 110011 | 100111 |
Color Harmonies of #31988C
Complementary color
Monochromatic Colors of #31988C
Black with #31988C
Text Example
Text Example
White with #31988C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31988C; }
p { color: rgb(49,152,140); }
H1.HeaderClassName
{
color: #31988C;
}
.AnyTagClassName
{
color: #31988C;
}
</style>
background-color css
<style>
a { background-color: #31988C; }
a { background-color: rgb(49,152,140); }
div.DivClassName
{
background-color: #31988C;
}
.BgClassName
{
background-color: #31988C;
}
</style>
border-color css
<style>
span { border-color: #31988C; }
span { border-color: rgb(49,152,140); }
td.TdClassName
{
border-color: #31988C;
}
.TagClassName
{
border-color: #31988C;
}
</style>