Shades of Gossamer #319A84
Tints of Gossamer #319A84
RGB
CMYK
RGB Variations
Color information
#319A84 (or 0x319A84) is known color: Gossamer. HEX triplet: 31, 9A and 84. RGB value is (49,154,132). Sum of RGB (Red+Green+Blue) = 49+154+132=335 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.63% from 335); Green value is 154 (60.55% from 255 or 45.97% from 335); Blue value is 132 (51.95% from 255 or 39.40% from 335); Max value from RGB is 154 - color contains mainly: green. Hex color #319A84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319A84 is #CE657B. Grayscale: #787878. Windows color (decimal): -13526396 or 8690225. OLE color: 8690225.
HSL color Cylindrical-coordinate representation of color #319A84: hue angle of 167.43º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #319A84 is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 49 | 154 | 132 | - |
| CMYK | 0.68 | 0 | 0.14 | 0.40 |
| HSL | 167.43º | 0.52% | 0.4% | - |
| HSV(B) | 167.43º | 0.68% | 0.6% | - |
| XYZ | 16.99 | 25.43 | 25.84 | - |
| YUV | 120.1 | 134.71 | 77.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 154 | 132 | 0.68 | 0 | 0.14 | 0.40 | 167.43 | 0.52 | 0.4 |
| Hex | 31 | 9A | 84 | 44 | 0 | E | 28 | A7 | 34 | 28 |
| Octal | 61 | 232 | 204 | 104 | 0 | 16 | 50 | 247 | 64 | 50 |
| Binary | 110001 | 10011010 | 10000100 | 1000100 | 0 | 1110 | 101000 | 10100111 | 110100 | 101000 |
Color Harmonies of #319A84
Complementary color
Monochromatic Colors of #319A84
Black with #319A84
Text Example
Text Example
White with #319A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319A84; }
p { color: rgb(49,154,132); }
H1.HeaderClassName
{
color: #319A84;
}
.AnyTagClassName
{
color: #319A84;
}
</style>
background-color css
<style>
a { background-color: #319A84; }
a { background-color: rgb(49,154,132); }
div.DivClassName
{
background-color: #319A84;
}
.BgClassName
{
background-color: #319A84;
}
</style>
border-color css
<style>
span { border-color: #319A84; }
span { border-color: rgb(49,154,132); }
td.TdClassName
{
border-color: #319A84;
}
.TagClassName
{
border-color: #319A84;
}
</style>