Shades of Gossamer #3FA389
Tints of Gossamer #3FA389
RGB
CMYK
RGB Variations
Color information
#3FA389 (or 0x3FA389) is known color: Gossamer. HEX triplet: 3F, A3 and 89. RGB value is (63,163,137). Sum of RGB (Red+Green+Blue) = 63+163+137=363 (48% of max value = 765). Red value is 63 (25% from 255 or 17.36% from 363); Green value is 163 (64.06% from 255 or 44.90% from 363); Blue value is 137 (53.91% from 255 or 37.74% from 363); Max value from RGB is 163 - color contains mainly: green. Hex color #3FA389 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FA389 is #C05C76. Grayscale: #828282. Windows color (decimal): -12606583 or 9020223. OLE color: 9020223.
HSL color Cylindrical-coordinate representation of color #3FA389: hue angle of 164.4º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3FA389 is Cyan = 0.61, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 63 | 163 | 137 | - |
| CMYK | 0.61 | 0 | 0.16 | 0.36 |
| HSL | 164.4º | 0.44% | 0.44% | - |
| HSV(B) | 164.4º | 0.61% | 0.64% | - |
| XYZ | 19.66 | 29.06 | 28.24 | - |
| YUV | 130.14 | 131.87 | 80.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 163 | 137 | 0.61 | 0 | 0.16 | 0.36 | 164.4 | 0.44 | 0.44 |
| Hex | 3F | A3 | 89 | 3D | 0 | 10 | 24 | A4 | 2C | 2C |
| Octal | 77 | 243 | 211 | 75 | 0 | 20 | 44 | 244 | 54 | 54 |
| Binary | 111111 | 10100011 | 10001001 | 111101 | 0 | 10000 | 100100 | 10100100 | 101100 | 101100 |
Color Harmonies of #3FA389
Complementary color
Monochromatic Colors of #3FA389
Black with #3FA389
Text Example
Text Example
White with #3FA389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA389; }
p { color: rgb(63,163,137); }
H1.HeaderClassName
{
color: #3FA389;
}
.AnyTagClassName
{
color: #3FA389;
}
</style>
background-color css
<style>
a { background-color: #3FA389; }
a { background-color: rgb(63,163,137); }
div.DivClassName
{
background-color: #3FA389;
}
.BgClassName
{
background-color: #3FA389;
}
</style>
border-color css
<style>
span { border-color: #3FA389; }
span { border-color: rgb(63,163,137); }
td.TdClassName
{
border-color: #3FA389;
}
.TagClassName
{
border-color: #3FA389;
}
</style>