Shades of Gossamer #3A927D
Tints of Gossamer #3A927D
RGB
CMYK
RGB Variations
Color information
#3A927D (or 0x3A927D) is known color: Gossamer. HEX triplet: 3A, 92 and 7D. RGB value is (58,146,125). Sum of RGB (Red+Green+Blue) = 58+146+125=329 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.63% from 329); Green value is 146 (57.42% from 255 or 44.38% from 329); Blue value is 125 (49.22% from 255 or 37.99% from 329); Max value from RGB is 146 - color contains mainly: green. Hex color #3A927D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A927D is #C56D82. Grayscale: #757575. Windows color (decimal): -12938627 or 8229434. OLE color: 8229434.
HSL color Cylindrical-coordinate representation of color #3A927D: hue angle of 165.68º 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 #3A927D is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 58 | 146 | 125 | - |
| CMYK | 0.60 | 0 | 0.14 | 0.43 |
| HSL | 165.68º | 0.43% | 0.4% | - |
| HSV(B) | 165.68º | 0.6% | 0.57% | - |
| XYZ | 15.73 | 22.94 | 23 | - |
| YUV | 117.29 | 132.35 | 85.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 146 | 125 | 0.60 | 0 | 0.14 | 0.43 | 165.68 | 0.43 | 0.4 |
| Hex | 3A | 92 | 7D | 3C | 0 | E | 2B | A6 | 2B | 28 |
| Octal | 72 | 222 | 175 | 74 | 0 | 16 | 53 | 246 | 53 | 50 |
| Binary | 111010 | 10010010 | 1111101 | 111100 | 0 | 1110 | 101011 | 10100110 | 101011 | 101000 |
Color Harmonies of #3A927D
Complementary color
Monochromatic Colors of #3A927D
Black with #3A927D
Text Example
Text Example
White with #3A927D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A927D; }
p { color: rgb(58,146,125); }
H1.HeaderClassName
{
color: #3A927D;
}
.AnyTagClassName
{
color: #3A927D;
}
</style>
background-color css
<style>
a { background-color: #3A927D; }
a { background-color: rgb(58,146,125); }
div.DivClassName
{
background-color: #3A927D;
}
.BgClassName
{
background-color: #3A927D;
}
</style>
border-color css
<style>
span { border-color: #3A927D; }
span { border-color: rgb(58,146,125); }
td.TdClassName
{
border-color: #3A927D;
}
.TagClassName
{
border-color: #3A927D;
}
</style>