Shades of Gossamer #3BA084
Tints of Gossamer #3BA084
RGB
CMYK
RGB Variations
Color information
#3BA084 (or 0x3BA084) is known color: Gossamer. HEX triplet: 3B, A0 and 84. RGB value is (59,160,132). Sum of RGB (Red+Green+Blue) = 59+160+132=351 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.81% from 351); Green value is 160 (62.89% from 255 or 45.58% from 351); Blue value is 132 (51.95% from 255 or 37.61% from 351); Max value from RGB is 160 - color contains mainly: green. Hex color #3BA084 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BA084 is #C45F7B. Grayscale: #7E7E7E. Windows color (decimal): -12869500 or 8691771. OLE color: 8691771.
HSL color Cylindrical-coordinate representation of color #3BA084: hue angle of 163.37º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3BA084 is Cyan = 0.63, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 59 | 160 | 132 | - |
| CMYK | 0.63 | 0 | 0.17 | 0.37 |
| HSL | 163.37º | 0.46% | 0.43% | - |
| HSV(B) | 163.37º | 0.63% | 0.63% | - |
| XYZ | 18.54 | 27.74 | 26.21 | - |
| YUV | 126.61 | 131.04 | 79.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 160 | 132 | 0.63 | 0 | 0.17 | 0.37 | 163.37 | 0.46 | 0.43 |
| Hex | 3B | A0 | 84 | 3F | 0 | 11 | 25 | A3 | 2E | 2B |
| Octal | 73 | 240 | 204 | 77 | 0 | 21 | 45 | 243 | 56 | 53 |
| Binary | 111011 | 10100000 | 10000100 | 111111 | 0 | 10001 | 100101 | 10100011 | 101110 | 101011 |
Color Harmonies of #3BA084
Complementary color
Monochromatic Colors of #3BA084
Black with #3BA084
Text Example
Text Example
White with #3BA084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA084; }
p { color: rgb(59,160,132); }
H1.HeaderClassName
{
color: #3BA084;
}
.AnyTagClassName
{
color: #3BA084;
}
</style>
background-color css
<style>
a { background-color: #3BA084; }
a { background-color: rgb(59,160,132); }
div.DivClassName
{
background-color: #3BA084;
}
.BgClassName
{
background-color: #3BA084;
}
</style>
border-color css
<style>
span { border-color: #3BA084; }
span { border-color: rgb(59,160,132); }
td.TdClassName
{
border-color: #3BA084;
}
.TagClassName
{
border-color: #3BA084;
}
</style>