Shades of Gossamer #319A86
Tints of Gossamer #319A86
RGB
CMYK
RGB Variations
Color information
#319A86 (or 0x319A86) is known color: Gossamer. HEX triplet: 31, 9A and 86. RGB value is (49,154,134). Sum of RGB (Red+Green+Blue) = 49+154+134=337 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.54% from 337); Green value is 154 (60.55% from 255 or 45.70% from 337); Blue value is 134 (52.73% from 255 or 39.76% from 337); Max value from RGB is 154 - color contains mainly: green. Hex color #319A86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319A86 is #CE6579. Grayscale: #787878. Windows color (decimal): -13526394 or 8821297. OLE color: 8821297.
HSL color Cylindrical-coordinate representation of color #319A86: hue angle of 168.57º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #319A86 is Cyan = 0.68, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 49 | 154 | 134 | - |
| CMYK | 0.68 | 0 | 0.13 | 0.40 |
| HSL | 168.57º | 0.52% | 0.4% | - |
| HSV(B) | 168.57º | 0.68% | 0.6% | - |
| XYZ | 17.13 | 25.49 | 26.57 | - |
| YUV | 120.33 | 135.71 | 77.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 154 | 134 | 0.68 | 0 | 0.13 | 0.40 | 168.57 | 0.52 | 0.4 |
| Hex | 31 | 9A | 86 | 44 | 0 | D | 28 | A9 | 34 | 28 |
| Octal | 61 | 232 | 206 | 104 | 0 | 15 | 50 | 251 | 64 | 50 |
| Binary | 110001 | 10011010 | 10000110 | 1000100 | 0 | 1101 | 101000 | 10101001 | 110100 | 101000 |
Color Harmonies of #319A86
Complementary color
Monochromatic Colors of #319A86
Black with #319A86
Text Example
Text Example
White with #319A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319A86; }
p { color: rgb(49,154,134); }
H1.HeaderClassName
{
color: #319A86;
}
.AnyTagClassName
{
color: #319A86;
}
</style>
background-color css
<style>
a { background-color: #319A86; }
a { background-color: rgb(49,154,134); }
div.DivClassName
{
background-color: #319A86;
}
.BgClassName
{
background-color: #319A86;
}
</style>
border-color css
<style>
span { border-color: #319A86; }
span { border-color: rgb(49,154,134); }
td.TdClassName
{
border-color: #319A86;
}
.TagClassName
{
border-color: #319A86;
}
</style>