Shades of Gossamer #31907D
Tints of Gossamer #31907D
RGB
CMYK
RGB Variations
Color information
#31907D (or 0x31907D) is known color: Gossamer. HEX triplet: 31, 90 and 7D. RGB value is (49,144,125). Sum of RGB (Red+Green+Blue) = 49+144+125=318 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.41% from 318); Green value is 144 (56.64% from 255 or 45.28% from 318); Blue value is 125 (49.22% from 255 or 39.31% from 318); Max value from RGB is 144 - color contains mainly: green. Hex color #31907D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31907D is #CE6F82. Grayscale: #717171. Windows color (decimal): -13528963 or 8228913. OLE color: 8228913.
HSL color Cylindrical-coordinate representation of color #31907D: hue angle of 168º 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 #31907D is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 49 | 144 | 125 | - |
| CMYK | 0.66 | 0 | 0.13 | 0.44 |
| HSL | 168º | 0.49% | 0.38% | - |
| HSV(B) | 168º | 0.66% | 0.56% | - |
| XYZ | 14.94 | 22.08 | 22.88 | - |
| YUV | 113.43 | 134.53 | 82.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 144 | 125 | 0.66 | 0 | 0.13 | 0.44 | 168 | 0.49 | 0.38 |
| Hex | 31 | 90 | 7D | 42 | 0 | D | 2C | A8 | 31 | 26 |
| Octal | 61 | 220 | 175 | 102 | 0 | 15 | 54 | 250 | 61 | 46 |
| Binary | 110001 | 10010000 | 1111101 | 1000010 | 0 | 1101 | 101100 | 10101000 | 110001 | 100110 |
Color Harmonies of #31907D
Complementary color
Monochromatic Colors of #31907D
Black with #31907D
Text Example
Text Example
White with #31907D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31907D; }
p { color: rgb(49,144,125); }
H1.HeaderClassName
{
color: #31907D;
}
.AnyTagClassName
{
color: #31907D;
}
</style>
background-color css
<style>
a { background-color: #31907D; }
a { background-color: rgb(49,144,125); }
div.DivClassName
{
background-color: #31907D;
}
.BgClassName
{
background-color: #31907D;
}
</style>
border-color css
<style>
span { border-color: #31907D; }
span { border-color: rgb(49,144,125); }
td.TdClassName
{
border-color: #31907D;
}
.TagClassName
{
border-color: #31907D;
}
</style>