Shades of Gossamer #3B987C
Tints of Gossamer #3B987C
RGB
CMYK
RGB Variations
Color information
#3B987C (or 0x3B987C) is known color: Gossamer. HEX triplet: 3B, 98 and 7C. RGB value is (59,152,124). Sum of RGB (Red+Green+Blue) = 59+152+124=335 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.61% from 335); Green value is 152 (59.77% from 255 or 45.37% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 152 - color contains mainly: green. Hex color #3B987C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B987C is #C46783. Grayscale: #797979. Windows color (decimal): -12871556 or 8165435. OLE color: 8165435.
HSL color Cylindrical-coordinate representation of color #3B987C: hue angle of 161.94º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B987C is Cyan = 0.61, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 59 | 152 | 124 | - |
| CMYK | 0.61 | 0 | 0.18 | 0.40 |
| HSL | 161.94º | 0.44% | 0.41% | - |
| HSV(B) | 161.94º | 0.61% | 0.6% | - |
| XYZ | 16.67 | 24.84 | 22.99 | - |
| YUV | 121 | 129.69 | 83.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 152 | 124 | 0.61 | 0 | 0.18 | 0.40 | 161.94 | 0.44 | 0.41 |
| Hex | 3B | 98 | 7C | 3D | 0 | 12 | 28 | A2 | 2C | 29 |
| Octal | 73 | 230 | 174 | 75 | 0 | 22 | 50 | 242 | 54 | 51 |
| Binary | 111011 | 10011000 | 1111100 | 111101 | 0 | 10010 | 101000 | 10100010 | 101100 | 101001 |
Color Harmonies of #3B987C
Complementary color
Monochromatic Colors of #3B987C
Black with #3B987C
Text Example
Text Example
White with #3B987C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B987C; }
p { color: rgb(59,152,124); }
H1.HeaderClassName
{
color: #3B987C;
}
.AnyTagClassName
{
color: #3B987C;
}
</style>
background-color css
<style>
a { background-color: #3B987C; }
a { background-color: rgb(59,152,124); }
div.DivClassName
{
background-color: #3B987C;
}
.BgClassName
{
background-color: #3B987C;
}
</style>
border-color css
<style>
span { border-color: #3B987C; }
span { border-color: rgb(59,152,124); }
td.TdClassName
{
border-color: #3B987C;
}
.TagClassName
{
border-color: #3B987C;
}
</style>