Shades of Gossamer #31907C
Tints of Gossamer #31907C
RGB
CMYK
RGB Variations
Color information
#31907C (or 0x31907C) is known color: Gossamer. HEX triplet: 31, 90 and 7C. RGB value is (49,144,124). Sum of RGB (Red+Green+Blue) = 49+144+124=317 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.46% from 317); Green value is 144 (56.64% from 255 or 45.43% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 144 - color contains mainly: green. Hex color #31907C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31907C is #CE6F83. Grayscale: #717171. Windows color (decimal): -13528964 or 8163377. OLE color: 8163377.
HSL color Cylindrical-coordinate representation of color #31907C: hue angle of 167.37º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #31907C is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 49 | 144 | 124 | - |
| CMYK | 0.66 | 0 | 0.14 | 0.44 |
| HSL | 167.37º | 0.49% | 0.38% | - |
| HSV(B) | 167.37º | 0.66% | 0.56% | - |
| XYZ | 14.88 | 22.05 | 22.54 | - |
| YUV | 113.32 | 134.03 | 82.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 144 | 124 | 0.66 | 0 | 0.14 | 0.44 | 167.37 | 0.49 | 0.38 |
| Hex | 31 | 90 | 7C | 42 | 0 | E | 2C | A7 | 31 | 26 |
| Octal | 61 | 220 | 174 | 102 | 0 | 16 | 54 | 247 | 61 | 46 |
| Binary | 110001 | 10010000 | 1111100 | 1000010 | 0 | 1110 | 101100 | 10100111 | 110001 | 100110 |
Color Harmonies of #31907C
Complementary color
Monochromatic Colors of #31907C
Black with #31907C
Text Example
Text Example
White with #31907C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31907C; }
p { color: rgb(49,144,124); }
H1.HeaderClassName
{
color: #31907C;
}
.AnyTagClassName
{
color: #31907C;
}
</style>
background-color css
<style>
a { background-color: #31907C; }
a { background-color: rgb(49,144,124); }
div.DivClassName
{
background-color: #31907C;
}
.BgClassName
{
background-color: #31907C;
}
</style>
border-color css
<style>
span { border-color: #31907C; }
span { border-color: rgb(49,144,124); }
td.TdClassName
{
border-color: #31907C;
}
.TagClassName
{
border-color: #31907C;
}
</style>