Shades of Gossamer #3FA598
Tints of Gossamer #3FA598
RGB
CMYK
RGB Variations
Color information
#3FA598 (or 0x3FA598) is known color: Gossamer. HEX triplet: 3F, A5 and 98. RGB value is (63,165,152). Sum of RGB (Red+Green+Blue) = 63+165+152=380 (50% of max value = 765). Red value is 63 (25% from 255 or 16.58% from 380); Green value is 165 (64.84% from 255 or 43.42% from 380); Blue value is 152 (59.77% from 255 or 40% from 380); Max value from RGB is 165 - color contains mainly: green. Hex color #3FA598 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FA598 is #C05A67. Grayscale: #848484. Windows color (decimal): -12606056 or 10003775. OLE color: 10003775.
HSL color Cylindrical-coordinate representation of color #3FA598: hue angle of 172.35º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3FA598 is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 63 | 165 | 152 | - |
| CMYK | 0.62 | 0 | 0.08 | 0.35 |
| HSL | 172.35º | 0.45% | 0.45% | - |
| HSV(B) | 172.35º | 0.62% | 0.65% | - |
| XYZ | 21.17 | 30.23 | 34.43 | - |
| YUV | 133.02 | 138.71 | 78.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 165 | 152 | 0.62 | 0 | 0.08 | 0.35 | 172.35 | 0.45 | 0.45 |
| Hex | 3F | A5 | 98 | 3E | 0 | 8 | 23 | AC | 2D | 2D |
| Octal | 77 | 245 | 230 | 76 | 0 | 10 | 43 | 254 | 55 | 55 |
| Binary | 111111 | 10100101 | 10011000 | 111110 | 0 | 1000 | 100011 | 10101100 | 101101 | 101101 |
Color Harmonies of #3FA598
Complementary color
Monochromatic Colors of #3FA598
Black with #3FA598
Text Example
Text Example
White with #3FA598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA598; }
p { color: rgb(63,165,152); }
H1.HeaderClassName
{
color: #3FA598;
}
.AnyTagClassName
{
color: #3FA598;
}
</style>
background-color css
<style>
a { background-color: #3FA598; }
a { background-color: rgb(63,165,152); }
div.DivClassName
{
background-color: #3FA598;
}
.BgClassName
{
background-color: #3FA598;
}
</style>
border-color css
<style>
span { border-color: #3FA598; }
span { border-color: rgb(63,165,152); }
td.TdClassName
{
border-color: #3FA598;
}
.TagClassName
{
border-color: #3FA598;
}
</style>