Shades of Gossamer #349D86
Tints of Gossamer #349D86
RGB
CMYK
RGB Variations
Color information
#349D86 (or 0x349D86) is known color: Gossamer. HEX triplet: 34, 9D and 86. RGB value is (52,157,134). Sum of RGB (Red+Green+Blue) = 52+157+134=343 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.16% from 343); Green value is 157 (61.72% from 255 or 45.77% from 343); Blue value is 134 (52.73% from 255 or 39.07% from 343); Max value from RGB is 157 - color contains mainly: green. Hex color #349D86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349D86 is #CB6279. Grayscale: #7A7A7A. Windows color (decimal): -13329018 or 8822068. OLE color: 8822068.
HSL color Cylindrical-coordinate representation of color #349D86: hue angle of 166.86º 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 #349D86 is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 52 | 157 | 134 | - |
| CMYK | 0.67 | 0 | 0.15 | 0.38 |
| HSL | 166.86º | 0.5% | 0.41% | - |
| HSV(B) | 166.86º | 0.67% | 0.62% | - |
| XYZ | 17.78 | 26.57 | 26.74 | - |
| YUV | 122.98 | 134.21 | 77.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 157 | 134 | 0.67 | 0 | 0.15 | 0.38 | 166.86 | 0.5 | 0.41 |
| Hex | 34 | 9D | 86 | 43 | 0 | F | 26 | A7 | 32 | 29 |
| Octal | 64 | 235 | 206 | 103 | 0 | 17 | 46 | 247 | 62 | 51 |
| Binary | 110100 | 10011101 | 10000110 | 1000011 | 0 | 1111 | 100110 | 10100111 | 110010 | 101001 |
Color Harmonies of #349D86
Complementary color
Monochromatic Colors of #349D86
Black with #349D86
Text Example
Text Example
White with #349D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349D86; }
p { color: rgb(52,157,134); }
H1.HeaderClassName
{
color: #349D86;
}
.AnyTagClassName
{
color: #349D86;
}
</style>
background-color css
<style>
a { background-color: #349D86; }
a { background-color: rgb(52,157,134); }
div.DivClassName
{
background-color: #349D86;
}
.BgClassName
{
background-color: #349D86;
}
</style>
border-color css
<style>
span { border-color: #349D86; }
span { border-color: rgb(52,157,134); }
td.TdClassName
{
border-color: #349D86;
}
.TagClassName
{
border-color: #349D86;
}
</style>