Shades of Gossamer #3BA787
Tints of Gossamer #3BA787
RGB
CMYK
RGB Variations
Color information
#3BA787 (or 0x3BA787) is known color: Gossamer. HEX triplet: 3B, A7 and 87. RGB value is (59,167,135). Sum of RGB (Red+Green+Blue) = 59+167+135=361 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.34% from 361); Green value is 167 (65.62% from 255 or 46.26% from 361); Blue value is 135 (53.12% from 255 or 37.40% from 361); Max value from RGB is 167 - color contains mainly: green. Hex color #3BA787 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BA787 is #C45878. Grayscale: #838383. Windows color (decimal): -12867705 or 8890171. OLE color: 8890171.
HSL color Cylindrical-coordinate representation of color #3BA787: hue angle of 162.22º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3BA787 is Cyan = 0.65, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 59 | 167 | 135 | - |
| CMYK | 0.65 | 0 | 0.19 | 0.35 |
| HSL | 162.22º | 0.48% | 0.44% | - |
| HSV(B) | 162.22º | 0.65% | 0.65% | - |
| XYZ | 20 | 30.32 | 27.72 | - |
| YUV | 131.06 | 130.22 | 76.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 167 | 135 | 0.65 | 0 | 0.19 | 0.35 | 162.22 | 0.48 | 0.44 |
| Hex | 3B | A7 | 87 | 41 | 0 | 13 | 23 | A2 | 30 | 2C |
| Octal | 73 | 247 | 207 | 101 | 0 | 23 | 43 | 242 | 60 | 54 |
| Binary | 111011 | 10100111 | 10000111 | 1000001 | 0 | 10011 | 100011 | 10100010 | 110000 | 101100 |
Color Harmonies of #3BA787
Complementary color
Monochromatic Colors of #3BA787
Black with #3BA787
Text Example
Text Example
White with #3BA787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA787; }
p { color: rgb(59,167,135); }
H1.HeaderClassName
{
color: #3BA787;
}
.AnyTagClassName
{
color: #3BA787;
}
</style>
background-color css
<style>
a { background-color: #3BA787; }
a { background-color: rgb(59,167,135); }
div.DivClassName
{
background-color: #3BA787;
}
.BgClassName
{
background-color: #3BA787;
}
</style>
border-color css
<style>
span { border-color: #3BA787; }
span { border-color: rgb(59,167,135); }
td.TdClassName
{
border-color: #3BA787;
}
.TagClassName
{
border-color: #3BA787;
}
</style>