Shades of Gossamer #3BA784
Tints of Gossamer #3BA784
RGB
CMYK
RGB Variations
Color information
#3BA784 (or 0x3BA784) is known color: Gossamer. HEX triplet: 3B, A7 and 84. RGB value is (59,167,132). Sum of RGB (Red+Green+Blue) = 59+167+132=358 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.48% from 358); Green value is 167 (65.62% from 255 or 46.65% from 358); Blue value is 132 (51.95% from 255 or 36.87% from 358); Max value from RGB is 167 - color contains mainly: green. Hex color #3BA784 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BA784 is #C4587B. Grayscale: #828282. Windows color (decimal): -12867708 or 8693563. OLE color: 8693563.
HSL color Cylindrical-coordinate representation of color #3BA784: hue angle of 160.56º 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 #3BA784 is Cyan = 0.65, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 59 | 167 | 132 | - |
| CMYK | 0.65 | 0 | 0.21 | 0.35 |
| HSL | 160.56º | 0.48% | 0.44% | - |
| HSV(B) | 160.56º | 0.65% | 0.65% | - |
| XYZ | 19.79 | 30.23 | 26.62 | - |
| YUV | 130.72 | 128.72 | 76.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 167 | 132 | 0.65 | 0 | 0.21 | 0.35 | 160.56 | 0.48 | 0.44 |
| Hex | 3B | A7 | 84 | 41 | 0 | 15 | 23 | A1 | 30 | 2C |
| Octal | 73 | 247 | 204 | 101 | 0 | 25 | 43 | 241 | 60 | 54 |
| Binary | 111011 | 10100111 | 10000100 | 1000001 | 0 | 10101 | 100011 | 10100001 | 110000 | 101100 |
Color Harmonies of #3BA784
Complementary color
Monochromatic Colors of #3BA784
Black with #3BA784
Text Example
Text Example
White with #3BA784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA784; }
p { color: rgb(59,167,132); }
H1.HeaderClassName
{
color: #3BA784;
}
.AnyTagClassName
{
color: #3BA784;
}
</style>
background-color css
<style>
a { background-color: #3BA784; }
a { background-color: rgb(59,167,132); }
div.DivClassName
{
background-color: #3BA784;
}
.BgClassName
{
background-color: #3BA784;
}
</style>
border-color css
<style>
span { border-color: #3BA784; }
span { border-color: rgb(59,167,132); }
td.TdClassName
{
border-color: #3BA784;
}
.TagClassName
{
border-color: #3BA784;
}
</style>