Shades of Gossamer #3E987D
Tints of Gossamer #3E987D
RGB
CMYK
RGB Variations
Color information
#3E987D (or 0x3E987D) is known color: Gossamer. HEX triplet: 3E, 98 and 7D. RGB value is (62,152,125). Sum of RGB (Red+Green+Blue) = 62+152+125=339 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.29% from 339); Green value is 152 (59.77% from 255 or 44.84% from 339); Blue value is 125 (49.22% from 255 or 36.87% from 339); Max value from RGB is 152 - color contains mainly: green. Hex color #3E987D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E987D is #C16782. Grayscale: #7A7A7A. Windows color (decimal): -12674947 or 8230974. OLE color: 8230974.
HSL color Cylindrical-coordinate representation of color #3E987D: hue angle of 162º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3E987D is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 62 | 152 | 125 | - |
| CMYK | 0.59 | 0 | 0.18 | 0.40 |
| HSL | 162º | 0.42% | 0.42% | - |
| HSV(B) | 162º | 0.59% | 0.6% | - |
| XYZ | 16.92 | 24.96 | 23.33 | - |
| YUV | 122.01 | 129.68 | 85.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 152 | 125 | 0.59 | 0 | 0.18 | 0.40 | 162 | 0.42 | 0.42 |
| Hex | 3E | 98 | 7D | 3B | 0 | 12 | 28 | A2 | 2A | 2A |
| Octal | 76 | 230 | 175 | 73 | 0 | 22 | 50 | 242 | 52 | 52 |
| Binary | 111110 | 10011000 | 1111101 | 111011 | 0 | 10010 | 101000 | 10100010 | 101010 | 101010 |
Color Harmonies of #3E987D
Complementary color
Monochromatic Colors of #3E987D
Black with #3E987D
Text Example
Text Example
White with #3E987D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E987D; }
p { color: rgb(62,152,125); }
H1.HeaderClassName
{
color: #3E987D;
}
.AnyTagClassName
{
color: #3E987D;
}
</style>
background-color css
<style>
a { background-color: #3E987D; }
a { background-color: rgb(62,152,125); }
div.DivClassName
{
background-color: #3E987D;
}
.BgClassName
{
background-color: #3E987D;
}
</style>
border-color css
<style>
span { border-color: #3E987D; }
span { border-color: rgb(62,152,125); }
td.TdClassName
{
border-color: #3E987D;
}
.TagClassName
{
border-color: #3E987D;
}
</style>