Shades of Gossamer #349E86
Tints of Gossamer #349E86
RGB
CMYK
RGB Variations
Color information
#349E86 (or 0x349E86) is known color: Gossamer. HEX triplet: 34, 9E and 86. RGB value is (52,158,134). Sum of RGB (Red+Green+Blue) = 52+158+134=344 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.12% from 344); Green value is 158 (62.11% from 255 or 45.93% from 344); Blue value is 134 (52.73% from 255 or 38.95% from 344); Max value from RGB is 158 - color contains mainly: green. Hex color #349E86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349E86 is #CB6179. Grayscale: #7B7B7B. Windows color (decimal): -13328762 or 8822324. OLE color: 8822324.
HSL color Cylindrical-coordinate representation of color #349E86: hue angle of 166.42º 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 #349E86 is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 52 | 158 | 134 | - |
| CMYK | 0.67 | 0 | 0.15 | 0.38 |
| HSL | 166.42º | 0.5% | 0.41% | - |
| HSV(B) | 166.42º | 0.67% | 0.62% | - |
| XYZ | 17.95 | 26.91 | 26.8 | - |
| YUV | 123.57 | 133.88 | 76.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 158 | 134 | 0.67 | 0 | 0.15 | 0.38 | 166.42 | 0.5 | 0.41 |
| Hex | 34 | 9E | 86 | 43 | 0 | F | 26 | A6 | 32 | 29 |
| Octal | 64 | 236 | 206 | 103 | 0 | 17 | 46 | 246 | 62 | 51 |
| Binary | 110100 | 10011110 | 10000110 | 1000011 | 0 | 1111 | 100110 | 10100110 | 110010 | 101001 |
Color Harmonies of #349E86
Complementary color
Monochromatic Colors of #349E86
Black with #349E86
Text Example
Text Example
White with #349E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349E86; }
p { color: rgb(52,158,134); }
H1.HeaderClassName
{
color: #349E86;
}
.AnyTagClassName
{
color: #349E86;
}
</style>
background-color css
<style>
a { background-color: #349E86; }
a { background-color: rgb(52,158,134); }
div.DivClassName
{
background-color: #349E86;
}
.BgClassName
{
background-color: #349E86;
}
</style>
border-color css
<style>
span { border-color: #349E86; }
span { border-color: rgb(52,158,134); }
td.TdClassName
{
border-color: #349E86;
}
.TagClassName
{
border-color: #349E86;
}
</style>