Shades of Gossamer #349C86
Tints of Gossamer #349C86
RGB
CMYK
RGB Variations
Color information
#349C86 (or 0x349C86) is known color: Gossamer. HEX triplet: 34, 9C and 86. RGB value is (52,156,134). Sum of RGB (Red+Green+Blue) = 52+156+134=342 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.20% from 342); Green value is 156 (61.33% from 255 or 45.61% from 342); Blue value is 134 (52.73% from 255 or 39.18% from 342); Max value from RGB is 156 - color contains mainly: green. Hex color #349C86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349C86 is #CB6379. Grayscale: #7A7A7A. Windows color (decimal): -13329274 or 8821812. OLE color: 8821812.
HSL color Cylindrical-coordinate representation of color #349C86: hue angle of 167.31º 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 #349C86 is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 52 | 156 | 134 | - |
| CMYK | 0.67 | 0 | 0.14 | 0.39 |
| HSL | 167.31º | 0.5% | 0.41% | - |
| HSV(B) | 167.31º | 0.67% | 0.61% | - |
| XYZ | 17.61 | 26.23 | 26.69 | - |
| YUV | 122.4 | 134.54 | 77.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 156 | 134 | 0.67 | 0 | 0.14 | 0.39 | 167.31 | 0.5 | 0.41 |
| Hex | 34 | 9C | 86 | 43 | 0 | E | 27 | A7 | 32 | 29 |
| Octal | 64 | 234 | 206 | 103 | 0 | 16 | 47 | 247 | 62 | 51 |
| Binary | 110100 | 10011100 | 10000110 | 1000011 | 0 | 1110 | 100111 | 10100111 | 110010 | 101001 |
Color Harmonies of #349C86
Complementary color
Monochromatic Colors of #349C86
Black with #349C86
Text Example
Text Example
White with #349C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349C86; }
p { color: rgb(52,156,134); }
H1.HeaderClassName
{
color: #349C86;
}
.AnyTagClassName
{
color: #349C86;
}
</style>
background-color css
<style>
a { background-color: #349C86; }
a { background-color: rgb(52,156,134); }
div.DivClassName
{
background-color: #349C86;
}
.BgClassName
{
background-color: #349C86;
}
</style>
border-color css
<style>
span { border-color: #349C86; }
span { border-color: rgb(52,156,134); }
td.TdClassName
{
border-color: #349C86;
}
.TagClassName
{
border-color: #349C86;
}
</style>