Shades of Gossamer #3BA584
Tints of Gossamer #3BA584
RGB
CMYK
RGB Variations
Color information
#3BA584 (or 0x3BA584) is known color: Gossamer. HEX triplet: 3B, A5 and 84. RGB value is (59,165,132). Sum of RGB (Red+Green+Blue) = 59+165+132=356 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.57% from 356); Green value is 165 (64.84% from 255 or 46.35% from 356); Blue value is 132 (51.95% from 255 or 37.08% from 356); Max value from RGB is 165 - color contains mainly: green. Hex color #3BA584 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BA584 is #C45A7B. Grayscale: #818181. Windows color (decimal): -12868220 or 8693051. OLE color: 8693051.
HSL color Cylindrical-coordinate representation of color #3BA584: hue angle of 161.32º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3BA584 is Cyan = 0.64, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 59 | 165 | 132 | - |
| CMYK | 0.64 | 0 | 0.20 | 0.35 |
| HSL | 161.32º | 0.47% | 0.44% | - |
| HSV(B) | 161.32º | 0.64% | 0.65% | - |
| XYZ | 19.42 | 29.51 | 26.5 | - |
| YUV | 129.54 | 129.38 | 77.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 165 | 132 | 0.64 | 0 | 0.20 | 0.35 | 161.32 | 0.47 | 0.44 |
| Hex | 3B | A5 | 84 | 40 | 0 | 14 | 23 | A1 | 2F | 2C |
| Octal | 73 | 245 | 204 | 100 | 0 | 24 | 43 | 241 | 57 | 54 |
| Binary | 111011 | 10100101 | 10000100 | 1000000 | 0 | 10100 | 100011 | 10100001 | 101111 | 101100 |
Color Harmonies of #3BA584
Complementary color
Monochromatic Colors of #3BA584
Black with #3BA584
Text Example
Text Example
White with #3BA584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA584; }
p { color: rgb(59,165,132); }
H1.HeaderClassName
{
color: #3BA584;
}
.AnyTagClassName
{
color: #3BA584;
}
</style>
background-color css
<style>
a { background-color: #3BA584; }
a { background-color: rgb(59,165,132); }
div.DivClassName
{
background-color: #3BA584;
}
.BgClassName
{
background-color: #3BA584;
}
</style>
border-color css
<style>
span { border-color: #3BA584; }
span { border-color: rgb(59,165,132); }
td.TdClassName
{
border-color: #3BA584;
}
.TagClassName
{
border-color: #3BA584;
}
</style>