Shades of Gossamer #3FB092
Tints of Gossamer #3FB092
RGB
CMYK
RGB Variations
Color information
#3FB092 (or 0x3FB092) is known color: Gossamer. HEX triplet: 3F, B0 and 92. RGB value is (63,176,146). Sum of RGB (Red+Green+Blue) = 63+176+146=385 (50% of max value = 765). Red value is 63 (25% from 255 or 16.36% from 385); Green value is 176 (69.14% from 255 or 45.71% from 385); Blue value is 146 (57.42% from 255 or 37.92% from 385); Max value from RGB is 176 - color contains mainly: green. Hex color #3FB092 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FB092 is #C04F6D. Grayscale: #8A8A8A. Windows color (decimal): -12603246 or 9613375. OLE color: 9613375.
HSL color Cylindrical-coordinate representation of color #3FB092: hue angle of 164.07º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3FB092 is Cyan = 0.64, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 63 | 176 | 146 | - |
| CMYK | 0.64 | 0 | 0.17 | 0.31 |
| HSL | 164.07º | 0.47% | 0.47% | - |
| HSV(B) | 164.07º | 0.64% | 0.69% | - |
| XYZ | 22.76 | 34.18 | 32.59 | - |
| YUV | 138.79 | 132.06 | 73.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 176 | 146 | 0.64 | 0 | 0.17 | 0.31 | 164.07 | 0.47 | 0.47 |
| Hex | 3F | B0 | 92 | 40 | 0 | 11 | 1F | A4 | 2F | 2F |
| Octal | 77 | 260 | 222 | 100 | 0 | 21 | 37 | 244 | 57 | 57 |
| Binary | 111111 | 10110000 | 10010010 | 1000000 | 0 | 10001 | 11111 | 10100100 | 101111 | 101111 |
Color Harmonies of #3FB092
Complementary color
Monochromatic Colors of #3FB092
Black with #3FB092
Text Example
Text Example
White with #3FB092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB092; }
p { color: rgb(63,176,146); }
H1.HeaderClassName
{
color: #3FB092;
}
.AnyTagClassName
{
color: #3FB092;
}
</style>
background-color css
<style>
a { background-color: #3FB092; }
a { background-color: rgb(63,176,146); }
div.DivClassName
{
background-color: #3FB092;
}
.BgClassName
{
background-color: #3FB092;
}
</style>
border-color css
<style>
span { border-color: #3FB092; }
span { border-color: rgb(63,176,146); }
td.TdClassName
{
border-color: #3FB092;
}
.TagClassName
{
border-color: #3FB092;
}
</style>