Shades of Gossamer #3E997D
Tints of Gossamer #3E997D
RGB
CMYK
RGB Variations
Color information
#3E997D (or 0x3E997D) is known color: Gossamer. HEX triplet: 3E, 99 and 7D. RGB value is (62,153,125). Sum of RGB (Red+Green+Blue) = 62+153+125=340 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.24% from 340); Green value is 153 (60.16% from 255 or 45% from 340); Blue value is 125 (49.22% from 255 or 36.76% from 340); Max value from RGB is 153 - color contains mainly: green. Hex color #3E997D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E997D is #C16682. Grayscale: #7A7A7A. Windows color (decimal): -12674691 or 8231230. OLE color: 8231230.
HSL color Cylindrical-coordinate representation of color #3E997D: hue angle of 161.54º 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 #3E997D is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 62 | 153 | 125 | - |
| CMYK | 0.59 | 0 | 0.18 | 0.4 |
| HSL | 161.54º | 0.42% | 0.42% | - |
| HSV(B) | 161.54º | 0.59% | 0.6% | - |
| XYZ | 17.08 | 25.29 | 23.38 | - |
| YUV | 122.6 | 129.35 | 84.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 153 | 125 | 0.59 | 0 | 0.18 | 0.4 | 161.54 | 0.42 | 0.42 |
| Hex | 3E | 99 | 7D | 3B | 0 | 12 | 28 | A2 | 2A | 2A |
| Octal | 76 | 231 | 175 | 73 | 0 | 22 | 50 | 242 | 52 | 52 |
| Binary | 111110 | 10011001 | 1111101 | 111011 | 0 | 10010 | 101000 | 10100010 | 101010 | 101010 |
Color Harmonies of #3E997D
Complementary color
Monochromatic Colors of #3E997D
Black with #3E997D
Text Example
Text Example
White with #3E997D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E997D; }
p { color: rgb(62,153,125); }
H1.HeaderClassName
{
color: #3E997D;
}
.AnyTagClassName
{
color: #3E997D;
}
</style>
background-color css
<style>
a { background-color: #3E997D; }
a { background-color: rgb(62,153,125); }
div.DivClassName
{
background-color: #3E997D;
}
.BgClassName
{
background-color: #3E997D;
}
</style>
border-color css
<style>
span { border-color: #3E997D; }
span { border-color: rgb(62,153,125); }
td.TdClassName
{
border-color: #3E997D;
}
.TagClassName
{
border-color: #3E997D;
}
</style>