Shades of Gossamer #319585
Tints of Gossamer #319585
RGB
CMYK
RGB Variations
Color information
#319585 (or 0x319585) is known color: Gossamer. HEX triplet: 31, 95 and 85. RGB value is (49,149,133). Sum of RGB (Red+Green+Blue) = 49+149+133=331 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.80% from 331); Green value is 149 (58.59% from 255 or 45.02% from 331); Blue value is 133 (52.34% from 255 or 40.18% from 331); Max value from RGB is 149 - color contains mainly: green. Hex color #319585 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319585 is #CE6A7A. Grayscale: #757575. Windows color (decimal): -13527675 or 8754481. OLE color: 8754481.
HSL color Cylindrical-coordinate representation of color #319585: hue angle of 170.4º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #319585 is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 49 | 149 | 133 | - |
| CMYK | 0.67 | 0 | 0.11 | 0.42 |
| HSL | 170.4º | 0.51% | 0.39% | - |
| HSV(B) | 170.4º | 0.67% | 0.58% | - |
| XYZ | 16.25 | 23.84 | 25.94 | - |
| YUV | 117.28 | 136.87 | 79.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 149 | 133 | 0.67 | 0 | 0.11 | 0.42 | 170.4 | 0.51 | 0.39 |
| Hex | 31 | 95 | 85 | 43 | 0 | B | 2A | AA | 33 | 27 |
| Octal | 61 | 225 | 205 | 103 | 0 | 13 | 52 | 252 | 63 | 47 |
| Binary | 110001 | 10010101 | 10000101 | 1000011 | 0 | 1011 | 101010 | 10101010 | 110011 | 100111 |
Color Harmonies of #319585
Complementary color
Monochromatic Colors of #319585
Black with #319585
Text Example
Text Example
White with #319585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319585; }
p { color: rgb(49,149,133); }
H1.HeaderClassName
{
color: #319585;
}
.AnyTagClassName
{
color: #319585;
}
</style>
background-color css
<style>
a { background-color: #319585; }
a { background-color: rgb(49,149,133); }
div.DivClassName
{
background-color: #319585;
}
.BgClassName
{
background-color: #319585;
}
</style>
border-color css
<style>
span { border-color: #319585; }
span { border-color: rgb(49,149,133); }
td.TdClassName
{
border-color: #319585;
}
.TagClassName
{
border-color: #319585;
}
</style>