Shades of Gossamer #319B86
Tints of Gossamer #319B86
RGB
CMYK
RGB Variations
Color information
#319B86 (or 0x319B86) is known color: Gossamer. HEX triplet: 31, 9B and 86. RGB value is (49,155,134). Sum of RGB (Red+Green+Blue) = 49+155+134=338 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.50% from 338); Green value is 155 (60.94% from 255 or 45.86% from 338); Blue value is 134 (52.73% from 255 or 39.64% from 338); Max value from RGB is 155 - color contains mainly: green. Hex color #319B86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319B86 is #CE6479. Grayscale: #787878. Windows color (decimal): -13526138 or 8821553. OLE color: 8821553.
HSL color Cylindrical-coordinate representation of color #319B86: hue angle of 168.11º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #319B86 is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 49 | 155 | 134 | - |
| CMYK | 0.68 | 0 | 0.14 | 0.39 |
| HSL | 168.11º | 0.52% | 0.4% | - |
| HSV(B) | 168.11º | 0.68% | 0.61% | - |
| XYZ | 17.29 | 25.82 | 26.63 | - |
| YUV | 120.91 | 135.38 | 76.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 155 | 134 | 0.68 | 0 | 0.14 | 0.39 | 168.11 | 0.52 | 0.4 |
| Hex | 31 | 9B | 86 | 44 | 0 | E | 27 | A8 | 34 | 28 |
| Octal | 61 | 233 | 206 | 104 | 0 | 16 | 47 | 250 | 64 | 50 |
| Binary | 110001 | 10011011 | 10000110 | 1000100 | 0 | 1110 | 100111 | 10101000 | 110100 | 101000 |
Color Harmonies of #319B86
Complementary color
Monochromatic Colors of #319B86
Black with #319B86
Text Example
Text Example
White with #319B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319B86; }
p { color: rgb(49,155,134); }
H1.HeaderClassName
{
color: #319B86;
}
.AnyTagClassName
{
color: #319B86;
}
</style>
background-color css
<style>
a { background-color: #319B86; }
a { background-color: rgb(49,155,134); }
div.DivClassName
{
background-color: #319B86;
}
.BgClassName
{
background-color: #319B86;
}
</style>
border-color css
<style>
span { border-color: #319B86; }
span { border-color: rgb(49,155,134); }
td.TdClassName
{
border-color: #319B86;
}
.TagClassName
{
border-color: #319B86;
}
</style>