Shades of Gossamer #3A937F
Tints of Gossamer #3A937F
RGB
CMYK
RGB Variations
Color information
#3A937F (or 0x3A937F) is known color: Gossamer. HEX triplet: 3A, 93 and 7F. RGB value is (58,147,127). Sum of RGB (Red+Green+Blue) = 58+147+127=332 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.47% from 332); Green value is 147 (57.81% from 255 or 44.28% from 332); Blue value is 127 (50% from 255 or 38.25% from 332); Max value from RGB is 147 - color contains mainly: green. Hex color #3A937F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A937F is #C56C80. Grayscale: #767676. Windows color (decimal): -12938369 or 8360762. OLE color: 8360762.
HSL color Cylindrical-coordinate representation of color #3A937F: hue angle of 166.52º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A937F is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 58 | 147 | 127 | - |
| CMYK | 0.61 | 0 | 0.14 | 0.42 |
| HSL | 166.52º | 0.43% | 0.4% | - |
| HSV(B) | 166.52º | 0.61% | 0.58% | - |
| XYZ | 16.01 | 23.3 | 23.73 | - |
| YUV | 118.11 | 133.01 | 85.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 147 | 127 | 0.61 | 0 | 0.14 | 0.42 | 166.52 | 0.43 | 0.4 |
| Hex | 3A | 93 | 7F | 3D | 0 | E | 2A | A7 | 2B | 28 |
| Octal | 72 | 223 | 177 | 75 | 0 | 16 | 52 | 247 | 53 | 50 |
| Binary | 111010 | 10010011 | 1111111 | 111101 | 0 | 1110 | 101010 | 10100111 | 101011 | 101000 |
Color Harmonies of #3A937F
Complementary color
Monochromatic Colors of #3A937F
Black with #3A937F
Text Example
Text Example
White with #3A937F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A937F; }
p { color: rgb(58,147,127); }
H1.HeaderClassName
{
color: #3A937F;
}
.AnyTagClassName
{
color: #3A937F;
}
</style>
background-color css
<style>
a { background-color: #3A937F; }
a { background-color: rgb(58,147,127); }
div.DivClassName
{
background-color: #3A937F;
}
.BgClassName
{
background-color: #3A937F;
}
</style>
border-color css
<style>
span { border-color: #3A937F; }
span { border-color: rgb(58,147,127); }
td.TdClassName
{
border-color: #3A937F;
}
.TagClassName
{
border-color: #3A937F;
}
</style>