Shades of Gossamer #319E89
Tints of Gossamer #319E89
RGB
CMYK
RGB Variations
Color information
#319E89 (or 0x319E89) is known color: Gossamer. HEX triplet: 31, 9E and 89. RGB value is (49,158,137). Sum of RGB (Red+Green+Blue) = 49+158+137=344 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.24% from 344); Green value is 158 (62.11% from 255 or 45.93% from 344); Blue value is 137 (53.91% from 255 or 39.83% from 344); Max value from RGB is 158 - color contains mainly: green. Hex color #319E89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319E89 is #CE6176. Grayscale: #7A7A7A. Windows color (decimal): -13525367 or 9018929. OLE color: 9018929.
HSL color Cylindrical-coordinate representation of color #319E89: hue angle of 168.44º 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 #319E89 is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 49 | 158 | 137 | - |
| CMYK | 0.69 | 0 | 0.13 | 0.38 |
| HSL | 168.44º | 0.53% | 0.41% | - |
| HSV(B) | 168.44º | 0.69% | 0.62% | - |
| XYZ | 18.01 | 26.91 | 27.91 | - |
| YUV | 123.02 | 135.89 | 75.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 158 | 137 | 0.69 | 0 | 0.13 | 0.38 | 168.44 | 0.53 | 0.41 |
| Hex | 31 | 9E | 89 | 45 | 0 | D | 26 | A8 | 35 | 29 |
| Octal | 61 | 236 | 211 | 105 | 0 | 15 | 46 | 250 | 65 | 51 |
| Binary | 110001 | 10011110 | 10001001 | 1000101 | 0 | 1101 | 100110 | 10101000 | 110101 | 101001 |
Color Harmonies of #319E89
Complementary color
Monochromatic Colors of #319E89
Black with #319E89
Text Example
Text Example
White with #319E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319E89; }
p { color: rgb(49,158,137); }
H1.HeaderClassName
{
color: #319E89;
}
.AnyTagClassName
{
color: #319E89;
}
</style>
background-color css
<style>
a { background-color: #319E89; }
a { background-color: rgb(49,158,137); }
div.DivClassName
{
background-color: #319E89;
}
.BgClassName
{
background-color: #319E89;
}
</style>
border-color css
<style>
span { border-color: #319E89; }
span { border-color: rgb(49,158,137); }
td.TdClassName
{
border-color: #319E89;
}
.TagClassName
{
border-color: #319E89;
}
</style>