Shades of Gossamer #3F9F87
Tints of Gossamer #3F9F87
RGB
CMYK
RGB Variations
Color information
#3F9F87 (or 0x3F9F87) is known color: Gossamer. HEX triplet: 3F, 9F and 87. RGB value is (63,159,135). Sum of RGB (Red+Green+Blue) = 63+159+135=357 (47% of max value = 765). Red value is 63 (25% from 255 or 17.65% from 357); Green value is 159 (62.5% from 255 or 44.54% from 357); Blue value is 135 (53.12% from 255 or 37.82% from 357); Max value from RGB is 159 - color contains mainly: green. Hex color #3F9F87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F9F87 is #C06078. Grayscale: #7F7F7F. Windows color (decimal): -12607609 or 8888127. OLE color: 8888127.
HSL color Cylindrical-coordinate representation of color #3F9F87: hue angle of 165º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F9F87 is Cyan = 0.60, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 63 | 159 | 135 | - |
| CMYK | 0.60 | 0 | 0.15 | 0.38 |
| HSL | 165º | 0.43% | 0.44% | - |
| HSV(B) | 165º | 0.6% | 0.62% | - |
| XYZ | 18.82 | 27.6 | 27.26 | - |
| YUV | 127.56 | 132.2 | 81.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 159 | 135 | 0.60 | 0 | 0.15 | 0.38 | 165 | 0.43 | 0.44 |
| Hex | 3F | 9F | 87 | 3C | 0 | F | 26 | A5 | 2B | 2C |
| Octal | 77 | 237 | 207 | 74 | 0 | 17 | 46 | 245 | 53 | 54 |
| Binary | 111111 | 10011111 | 10000111 | 111100 | 0 | 1111 | 100110 | 10100101 | 101011 | 101100 |
Color Harmonies of #3F9F87
Complementary color
Monochromatic Colors of #3F9F87
Black with #3F9F87
Text Example
Text Example
White with #3F9F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9F87; }
p { color: rgb(63,159,135); }
H1.HeaderClassName
{
color: #3F9F87;
}
.AnyTagClassName
{
color: #3F9F87;
}
</style>
background-color css
<style>
a { background-color: #3F9F87; }
a { background-color: rgb(63,159,135); }
div.DivClassName
{
background-color: #3F9F87;
}
.BgClassName
{
background-color: #3F9F87;
}
</style>
border-color css
<style>
span { border-color: #3F9F87; }
span { border-color: rgb(63,159,135); }
td.TdClassName
{
border-color: #3F9F87;
}
.TagClassName
{
border-color: #3F9F87;
}
</style>