Shades of Gossamer #3A927C
Tints of Gossamer #3A927C
RGB
CMYK
RGB Variations
Color information
#3A927C (or 0x3A927C) is known color: Gossamer. HEX triplet: 3A, 92 and 7C. RGB value is (58,146,124). Sum of RGB (Red+Green+Blue) = 58+146+124=328 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.68% from 328); Green value is 146 (57.42% from 255 or 44.51% from 328); Blue value is 124 (48.83% from 255 or 37.80% from 328); Max value from RGB is 146 - color contains mainly: green. Hex color #3A927C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A927C is #C56D83. Grayscale: #757575. Windows color (decimal): -12938628 or 8163898. OLE color: 8163898.
HSL color Cylindrical-coordinate representation of color #3A927C: hue angle of 165º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A927C is Cyan = 0.60, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 58 | 146 | 124 | - |
| CMYK | 0.60 | 0 | 0.15 | 0.43 |
| HSL | 165º | 0.43% | 0.4% | - |
| HSV(B) | 165º | 0.6% | 0.57% | - |
| XYZ | 15.66 | 22.91 | 22.67 | - |
| YUV | 117.18 | 131.85 | 85.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 146 | 124 | 0.60 | 0 | 0.15 | 0.43 | 165 | 0.43 | 0.4 |
| Hex | 3A | 92 | 7C | 3C | 0 | F | 2B | A5 | 2B | 28 |
| Octal | 72 | 222 | 174 | 74 | 0 | 17 | 53 | 245 | 53 | 50 |
| Binary | 111010 | 10010010 | 1111100 | 111100 | 0 | 1111 | 101011 | 10100101 | 101011 | 101000 |
Color Harmonies of #3A927C
Complementary color
Monochromatic Colors of #3A927C
Black with #3A927C
Text Example
Text Example
White with #3A927C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A927C; }
p { color: rgb(58,146,124); }
H1.HeaderClassName
{
color: #3A927C;
}
.AnyTagClassName
{
color: #3A927C;
}
</style>
background-color css
<style>
a { background-color: #3A927C; }
a { background-color: rgb(58,146,124); }
div.DivClassName
{
background-color: #3A927C;
}
.BgClassName
{
background-color: #3A927C;
}
</style>
border-color css
<style>
span { border-color: #3A927C; }
span { border-color: rgb(58,146,124); }
td.TdClassName
{
border-color: #3A927C;
}
.TagClassName
{
border-color: #3A927C;
}
</style>