Shades of Gossamer #3B9584
Tints of Gossamer #3B9584
RGB
CMYK
RGB Variations
Color information
#3B9584 (or 0x3B9584) is known color: Gossamer. HEX triplet: 3B, 95 and 84. RGB value is (59,149,132). Sum of RGB (Red+Green+Blue) = 59+149+132=340 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.35% from 340); Green value is 149 (58.59% from 255 or 43.82% from 340); Blue value is 132 (51.95% from 255 or 38.82% from 340); Max value from RGB is 149 - color contains mainly: green. Hex color #3B9584 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B9584 is #C46A7B. Grayscale: #787878. Windows color (decimal): -12872316 or 8688955. OLE color: 8688955.
HSL color Cylindrical-coordinate representation of color #3B9584: hue angle of 168.67º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3B9584 is Cyan = 0.60, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 59 | 149 | 132 | - |
| CMYK | 0.60 | 0 | 0.11 | 0.42 |
| HSL | 168.67º | 0.43% | 0.41% | - |
| HSV(B) | 168.67º | 0.6% | 0.58% | - |
| XYZ | 16.72 | 24.09 | 25.6 | - |
| YUV | 120.15 | 134.68 | 84.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 149 | 132 | 0.60 | 0 | 0.11 | 0.42 | 168.67 | 0.43 | 0.41 |
| Hex | 3B | 95 | 84 | 3C | 0 | B | 2A | A9 | 2B | 29 |
| Octal | 73 | 225 | 204 | 74 | 0 | 13 | 52 | 251 | 53 | 51 |
| Binary | 111011 | 10010101 | 10000100 | 111100 | 0 | 1011 | 101010 | 10101001 | 101011 | 101001 |
Color Harmonies of #3B9584
Complementary color
Monochromatic Colors of #3B9584
Black with #3B9584
Text Example
Text Example
White with #3B9584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B9584; }
p { color: rgb(59,149,132); }
H1.HeaderClassName
{
color: #3B9584;
}
.AnyTagClassName
{
color: #3B9584;
}
</style>
background-color css
<style>
a { background-color: #3B9584; }
a { background-color: rgb(59,149,132); }
div.DivClassName
{
background-color: #3B9584;
}
.BgClassName
{
background-color: #3B9584;
}
</style>
border-color css
<style>
span { border-color: #3B9584; }
span { border-color: rgb(59,149,132); }
td.TdClassName
{
border-color: #3B9584;
}
.TagClassName
{
border-color: #3B9584;
}
</style>