Shades of Gossamer #3A957C
Tints of Gossamer #3A957C
RGB
CMYK
RGB Variations
Color information
#3A957C (or 0x3A957C) is known color: Gossamer. HEX triplet: 3A, 95 and 7C. RGB value is (58,149,124). Sum of RGB (Red+Green+Blue) = 58+149+124=331 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.52% from 331); Green value is 149 (58.59% from 255 or 45.02% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 149 - color contains mainly: green. Hex color #3A957C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A957C is #C56A83. Grayscale: #767676. Windows color (decimal): -12937860 or 8164666. OLE color: 8164666.
HSL color Cylindrical-coordinate representation of color #3A957C: hue angle of 163.52º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A957C is Cyan = 0.61, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 58 | 149 | 124 | - |
| CMYK | 0.61 | 0 | 0.17 | 0.42 |
| HSL | 163.52º | 0.44% | 0.41% | - |
| HSV(B) | 163.52º | 0.61% | 0.58% | - |
| XYZ | 16.13 | 23.85 | 22.82 | - |
| YUV | 118.94 | 130.85 | 84.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 149 | 124 | 0.61 | 0 | 0.17 | 0.42 | 163.52 | 0.44 | 0.41 |
| Hex | 3A | 95 | 7C | 3D | 0 | 11 | 2A | A4 | 2C | 29 |
| Octal | 72 | 225 | 174 | 75 | 0 | 21 | 52 | 244 | 54 | 51 |
| Binary | 111010 | 10010101 | 1111100 | 111101 | 0 | 10001 | 101010 | 10100100 | 101100 | 101001 |
Color Harmonies of #3A957C
Complementary color
Monochromatic Colors of #3A957C
Black with #3A957C
Text Example
Text Example
White with #3A957C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A957C; }
p { color: rgb(58,149,124); }
H1.HeaderClassName
{
color: #3A957C;
}
.AnyTagClassName
{
color: #3A957C;
}
</style>
background-color css
<style>
a { background-color: #3A957C; }
a { background-color: rgb(58,149,124); }
div.DivClassName
{
background-color: #3A957C;
}
.BgClassName
{
background-color: #3A957C;
}
</style>
border-color css
<style>
span { border-color: #3A957C; }
span { border-color: rgb(58,149,124); }
td.TdClassName
{
border-color: #3A957C;
}
.TagClassName
{
border-color: #3A957C;
}
</style>