Shades of Gossamer #349E7C
Tints of Gossamer #349E7C
RGB
CMYK
RGB Variations
Color information
#349E7C (or 0x349E7C) is known color: Gossamer. HEX triplet: 34, 9E and 7C. RGB value is (52,158,124). Sum of RGB (Red+Green+Blue) = 52+158+124=334 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.57% from 334); Green value is 158 (62.11% from 255 or 47.31% from 334); Blue value is 124 (48.83% from 255 or 37.13% from 334); Max value from RGB is 158 - color contains mainly: green. Hex color #349E7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349E7C is #CB6183. Grayscale: #7A7A7A. Windows color (decimal): -13328772 or 8166964. OLE color: 8166964.
HSL color Cylindrical-coordinate representation of color #349E7C: hue angle of 160.75º 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 #349E7C is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 52 | 158 | 124 | - |
| CMYK | 0.67 | 0 | 0.22 | 0.38 |
| HSL | 160.75º | 0.5% | 0.41% | - |
| HSV(B) | 160.75º | 0.67% | 0.62% | - |
| XYZ | 17.28 | 26.64 | 23.3 | - |
| YUV | 122.43 | 128.88 | 77.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 158 | 124 | 0.67 | 0 | 0.22 | 0.38 | 160.75 | 0.5 | 0.41 |
| Hex | 34 | 9E | 7C | 43 | 0 | 16 | 26 | A1 | 32 | 29 |
| Octal | 64 | 236 | 174 | 103 | 0 | 26 | 46 | 241 | 62 | 51 |
| Binary | 110100 | 10011110 | 1111100 | 1000011 | 0 | 10110 | 100110 | 10100001 | 110010 | 101001 |
Color Harmonies of #349E7C
Complementary color
Monochromatic Colors of #349E7C
Black with #349E7C
Text Example
Text Example
White with #349E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349E7C; }
p { color: rgb(52,158,124); }
H1.HeaderClassName
{
color: #349E7C;
}
.AnyTagClassName
{
color: #349E7C;
}
</style>
background-color css
<style>
a { background-color: #349E7C; }
a { background-color: rgb(52,158,124); }
div.DivClassName
{
background-color: #349E7C;
}
.BgClassName
{
background-color: #349E7C;
}
</style>
border-color css
<style>
span { border-color: #349E7C; }
span { border-color: rgb(52,158,124); }
td.TdClassName
{
border-color: #349E7C;
}
.TagClassName
{
border-color: #349E7C;
}
</style>