Shades of Gossamer #319F87
Tints of Gossamer #319F87
RGB
CMYK
RGB Variations
Color information
#319F87 (or 0x319F87) is known color: Gossamer. HEX triplet: 31, 9F and 87. RGB value is (49,159,135). Sum of RGB (Red+Green+Blue) = 49+159+135=343 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.29% from 343); Green value is 159 (62.5% from 255 or 46.36% from 343); Blue value is 135 (53.12% from 255 or 39.36% from 343); Max value from RGB is 159 - color contains mainly: green. Hex color #319F87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319F87 is #CE6078. Grayscale: #7B7B7B. Windows color (decimal): -13525113 or 8888113. OLE color: 8888113.
HSL color Cylindrical-coordinate representation of color #319F87: hue angle of 166.91º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #319F87 is Cyan = 0.69, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 49 | 159 | 135 | - |
| CMYK | 0.69 | 0 | 0.15 | 0.38 |
| HSL | 166.91º | 0.53% | 0.41% | - |
| HSV(B) | 166.91º | 0.69% | 0.62% | - |
| XYZ | 18.04 | 27.2 | 27.22 | - |
| YUV | 123.37 | 134.56 | 74.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 159 | 135 | 0.69 | 0 | 0.15 | 0.38 | 166.91 | 0.53 | 0.41 |
| Hex | 31 | 9F | 87 | 45 | 0 | F | 26 | A7 | 35 | 29 |
| Octal | 61 | 237 | 207 | 105 | 0 | 17 | 46 | 247 | 65 | 51 |
| Binary | 110001 | 10011111 | 10000111 | 1000101 | 0 | 1111 | 100110 | 10100111 | 110101 | 101001 |
Color Harmonies of #319F87
Complementary color
Monochromatic Colors of #319F87
Black with #319F87
Text Example
Text Example
White with #319F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319F87; }
p { color: rgb(49,159,135); }
H1.HeaderClassName
{
color: #319F87;
}
.AnyTagClassName
{
color: #319F87;
}
</style>
background-color css
<style>
a { background-color: #319F87; }
a { background-color: rgb(49,159,135); }
div.DivClassName
{
background-color: #319F87;
}
.BgClassName
{
background-color: #319F87;
}
</style>
border-color css
<style>
span { border-color: #319F87; }
span { border-color: rgb(49,159,135); }
td.TdClassName
{
border-color: #319F87;
}
.TagClassName
{
border-color: #319F87;
}
</style>