Shades of Gossamer #349C7E
Tints of Gossamer #349C7E
RGB
CMYK
RGB Variations
Color information
#349C7E (or 0x349C7E) is known color: Gossamer. HEX triplet: 34, 9C and 7E. RGB value is (52,156,126). Sum of RGB (Red+Green+Blue) = 52+156+126=334 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.57% from 334); Green value is 156 (61.33% from 255 or 46.71% from 334); Blue value is 126 (49.61% from 255 or 37.72% from 334); Max value from RGB is 156 - color contains mainly: green. Hex color #349C7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349C7E is #CB6381. Grayscale: #797979. Windows color (decimal): -13329282 or 8297524. OLE color: 8297524.
HSL color Cylindrical-coordinate representation of color #349C7E: hue angle of 162.69º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #349C7E is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 52 | 156 | 126 | - |
| CMYK | 0.67 | 0 | 0.19 | 0.39 |
| HSL | 162.69º | 0.5% | 0.41% | - |
| HSV(B) | 162.69º | 0.67% | 0.61% | - |
| XYZ | 17.07 | 26.01 | 23.86 | - |
| YUV | 121.48 | 130.54 | 78.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 156 | 126 | 0.67 | 0 | 0.19 | 0.39 | 162.69 | 0.5 | 0.41 |
| Hex | 34 | 9C | 7E | 43 | 0 | 13 | 27 | A3 | 32 | 29 |
| Octal | 64 | 234 | 176 | 103 | 0 | 23 | 47 | 243 | 62 | 51 |
| Binary | 110100 | 10011100 | 1111110 | 1000011 | 0 | 10011 | 100111 | 10100011 | 110010 | 101001 |
Color Harmonies of #349C7E
Complementary color
Monochromatic Colors of #349C7E
Black with #349C7E
Text Example
Text Example
White with #349C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349C7E; }
p { color: rgb(52,156,126); }
H1.HeaderClassName
{
color: #349C7E;
}
.AnyTagClassName
{
color: #349C7E;
}
</style>
background-color css
<style>
a { background-color: #349C7E; }
a { background-color: rgb(52,156,126); }
div.DivClassName
{
background-color: #349C7E;
}
.BgClassName
{
background-color: #349C7E;
}
</style>
border-color css
<style>
span { border-color: #349C7E; }
span { border-color: rgb(52,156,126); }
td.TdClassName
{
border-color: #349C7E;
}
.TagClassName
{
border-color: #349C7E;
}
</style>