Shades of Gossamer #349E7D
Tints of Gossamer #349E7D
RGB
CMYK
RGB Variations
Color information
#349E7D (or 0x349E7D) is known color: Gossamer. HEX triplet: 34, 9E and 7D. RGB value is (52,158,125). Sum of RGB (Red+Green+Blue) = 52+158+125=335 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.52% from 335); Green value is 158 (62.11% from 255 or 47.16% from 335); Blue value is 125 (49.22% from 255 or 37.31% from 335); Max value from RGB is 158 - color contains mainly: green. Hex color #349E7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349E7D is #CB6182. Grayscale: #7A7A7A. Windows color (decimal): -13328771 or 8232500. OLE color: 8232500.
HSL color Cylindrical-coordinate representation of color #349E7D: hue angle of 161.32º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #349E7D is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 52 | 158 | 125 | - |
| CMYK | 0.67 | 0 | 0.21 | 0.38 |
| HSL | 161.32º | 0.5% | 0.41% | - |
| HSV(B) | 161.32º | 0.67% | 0.62% | - |
| XYZ | 17.34 | 26.66 | 23.63 | - |
| YUV | 122.54 | 129.38 | 77.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 158 | 125 | 0.67 | 0 | 0.21 | 0.38 | 161.32 | 0.5 | 0.41 |
| Hex | 34 | 9E | 7D | 43 | 0 | 15 | 26 | A1 | 32 | 29 |
| Octal | 64 | 236 | 175 | 103 | 0 | 25 | 46 | 241 | 62 | 51 |
| Binary | 110100 | 10011110 | 1111101 | 1000011 | 0 | 10101 | 100110 | 10100001 | 110010 | 101001 |
Color Harmonies of #349E7D
Complementary color
Monochromatic Colors of #349E7D
Black with #349E7D
Text Example
Text Example
White with #349E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349E7D; }
p { color: rgb(52,158,125); }
H1.HeaderClassName
{
color: #349E7D;
}
.AnyTagClassName
{
color: #349E7D;
}
</style>
background-color css
<style>
a { background-color: #349E7D; }
a { background-color: rgb(52,158,125); }
div.DivClassName
{
background-color: #349E7D;
}
.BgClassName
{
background-color: #349E7D;
}
</style>
border-color css
<style>
span { border-color: #349E7D; }
span { border-color: rgb(52,158,125); }
td.TdClassName
{
border-color: #349E7D;
}
.TagClassName
{
border-color: #349E7D;
}
</style>