Shades of Gossamer #3BA497
Tints of Gossamer #3BA497
RGB
CMYK
RGB Variations
Color information
#3BA497 (or 0x3BA497) is known color: Gossamer. HEX triplet: 3B, A4 and 97. RGB value is (59,164,151). Sum of RGB (Red+Green+Blue) = 59+164+151=374 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.78% from 374); Green value is 164 (64.45% from 255 or 43.85% from 374); Blue value is 151 (59.38% from 255 or 40.37% from 374); Max value from RGB is 164 - color contains mainly: green. Hex color #3BA497 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BA497 is #C45B68. Grayscale: #838383. Windows color (decimal): -12868457 or 9937979. OLE color: 9937979.
HSL color Cylindrical-coordinate representation of color #3BA497: hue angle of 172.57º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3BA497 is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 59 | 164 | 151 | - |
| CMYK | 0.64 | 0 | 0.08 | 0.36 |
| HSL | 172.57º | 0.47% | 0.44% | - |
| HSV(B) | 172.57º | 0.64% | 0.64% | - |
| XYZ | 20.67 | 29.72 | 33.92 | - |
| YUV | 131.12 | 139.21 | 76.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 164 | 151 | 0.64 | 0 | 0.08 | 0.36 | 172.57 | 0.47 | 0.44 |
| Hex | 3B | A4 | 97 | 40 | 0 | 8 | 24 | AD | 2F | 2C |
| Octal | 73 | 244 | 227 | 100 | 0 | 10 | 44 | 255 | 57 | 54 |
| Binary | 111011 | 10100100 | 10010111 | 1000000 | 0 | 1000 | 100100 | 10101101 | 101111 | 101100 |
Color Harmonies of #3BA497
Complementary color
Monochromatic Colors of #3BA497
Black with #3BA497
Text Example
Text Example
White with #3BA497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA497; }
p { color: rgb(59,164,151); }
H1.HeaderClassName
{
color: #3BA497;
}
.AnyTagClassName
{
color: #3BA497;
}
</style>
background-color css
<style>
a { background-color: #3BA497; }
a { background-color: rgb(59,164,151); }
div.DivClassName
{
background-color: #3BA497;
}
.BgClassName
{
background-color: #3BA497;
}
</style>
border-color css
<style>
span { border-color: #3BA497; }
span { border-color: rgb(59,164,151); }
td.TdClassName
{
border-color: #3BA497;
}
.TagClassName
{
border-color: #3BA497;
}
</style>