Shades of Gossamer #319C85
Tints of Gossamer #319C85
RGB
CMYK
RGB Variations
Color information
#319C85 (or 0x319C85) is known color: Gossamer. HEX triplet: 31, 9C and 85. RGB value is (49,156,133). Sum of RGB (Red+Green+Blue) = 49+156+133=338 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.50% from 338); Green value is 156 (61.33% from 255 or 46.15% from 338); Blue value is 133 (52.34% from 255 or 39.35% from 338); Max value from RGB is 156 - color contains mainly: green. Hex color #319C85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319C85 is #CE637A. Grayscale: #797979. Windows color (decimal): -13525883 or 8756273. OLE color: 8756273.
HSL color Cylindrical-coordinate representation of color #319C85: hue angle of 167.1º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #319C85 is Cyan = 0.69, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 49 | 156 | 133 | - |
| CMYK | 0.69 | 0 | 0.15 | 0.39 |
| HSL | 167.1º | 0.52% | 0.4% | - |
| HSV(B) | 167.1º | 0.69% | 0.61% | - |
| XYZ | 17.39 | 26.12 | 26.32 | - |
| YUV | 121.39 | 134.55 | 76.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 156 | 133 | 0.69 | 0 | 0.15 | 0.39 | 167.1 | 0.52 | 0.4 |
| Hex | 31 | 9C | 85 | 45 | 0 | F | 27 | A7 | 34 | 28 |
| Octal | 61 | 234 | 205 | 105 | 0 | 17 | 47 | 247 | 64 | 50 |
| Binary | 110001 | 10011100 | 10000101 | 1000101 | 0 | 1111 | 100111 | 10100111 | 110100 | 101000 |
Color Harmonies of #319C85
Complementary color
Monochromatic Colors of #319C85
Black with #319C85
Text Example
Text Example
White with #319C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319C85; }
p { color: rgb(49,156,133); }
H1.HeaderClassName
{
color: #319C85;
}
.AnyTagClassName
{
color: #319C85;
}
</style>
background-color css
<style>
a { background-color: #319C85; }
a { background-color: rgb(49,156,133); }
div.DivClassName
{
background-color: #319C85;
}
.BgClassName
{
background-color: #319C85;
}
</style>
border-color css
<style>
span { border-color: #319C85; }
span { border-color: rgb(49,156,133); }
td.TdClassName
{
border-color: #319C85;
}
.TagClassName
{
border-color: #319C85;
}
</style>