Shades of Gossamer #319383
Tints of Gossamer #319383
RGB
CMYK
RGB Variations
Color information
#319383 (or 0x319383) is known color: Gossamer. HEX triplet: 31, 93 and 83. RGB value is (49,147,131). Sum of RGB (Red+Green+Blue) = 49+147+131=327 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.98% from 327); Green value is 147 (57.81% from 255 or 44.95% from 327); Blue value is 131 (51.56% from 255 or 40.06% from 327); Max value from RGB is 147 - color contains mainly: green. Hex color #319383 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319383 is #CE6C7C. Grayscale: #737373. Windows color (decimal): -13528189 or 8622897. OLE color: 8622897.
HSL color Cylindrical-coordinate representation of color #319383: hue angle of 170.2º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #319383 is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 49 | 147 | 131 | - |
| CMYK | 0.67 | 0 | 0.11 | 0.42 |
| HSL | 170.2º | 0.5% | 0.38% | - |
| HSV(B) | 170.2º | 0.67% | 0.58% | - |
| XYZ | 15.8 | 23.16 | 25.11 | - |
| YUV | 115.87 | 136.53 | 80.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 147 | 131 | 0.67 | 0 | 0.11 | 0.42 | 170.2 | 0.5 | 0.38 |
| Hex | 31 | 93 | 83 | 43 | 0 | B | 2A | AA | 32 | 26 |
| Octal | 61 | 223 | 203 | 103 | 0 | 13 | 52 | 252 | 62 | 46 |
| Binary | 110001 | 10010011 | 10000011 | 1000011 | 0 | 1011 | 101010 | 10101010 | 110010 | 100110 |
Color Harmonies of #319383
Complementary color
Monochromatic Colors of #319383
Black with #319383
Text Example
Text Example
White with #319383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319383; }
p { color: rgb(49,147,131); }
H1.HeaderClassName
{
color: #319383;
}
.AnyTagClassName
{
color: #319383;
}
</style>
background-color css
<style>
a { background-color: #319383; }
a { background-color: rgb(49,147,131); }
div.DivClassName
{
background-color: #319383;
}
.BgClassName
{
background-color: #319383;
}
</style>
border-color css
<style>
span { border-color: #319383; }
span { border-color: rgb(49,147,131); }
td.TdClassName
{
border-color: #319383;
}
.TagClassName
{
border-color: #319383;
}
</style>