Shades of Gossamer #349A87
Tints of Gossamer #349A87
RGB
CMYK
RGB Variations
Color information
#349A87 (or 0x349A87) is known color: Gossamer. HEX triplet: 34, 9A and 87. RGB value is (52,154,135). Sum of RGB (Red+Green+Blue) = 52+154+135=341 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.25% from 341); Green value is 154 (60.55% from 255 or 45.16% from 341); Blue value is 135 (53.12% from 255 or 39.59% from 341); Max value from RGB is 154 - color contains mainly: green. Hex color #349A87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349A87 is #CB6578. Grayscale: #797979. Windows color (decimal): -13329785 or 8886836. OLE color: 8886836.
HSL color Cylindrical-coordinate representation of color #349A87: hue angle of 168.82º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #349A87 is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 52 | 154 | 135 | - |
| CMYK | 0.66 | 0 | 0.12 | 0.40 |
| HSL | 168.82º | 0.5% | 0.4% | - |
| HSV(B) | 168.82º | 0.66% | 0.6% | - |
| XYZ | 17.34 | 25.59 | 26.95 | - |
| YUV | 121.34 | 135.71 | 78.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 154 | 135 | 0.66 | 0 | 0.12 | 0.40 | 168.82 | 0.5 | 0.4 |
| Hex | 34 | 9A | 87 | 42 | 0 | C | 28 | A9 | 32 | 28 |
| Octal | 64 | 232 | 207 | 102 | 0 | 14 | 50 | 251 | 62 | 50 |
| Binary | 110100 | 10011010 | 10000111 | 1000010 | 0 | 1100 | 101000 | 10101001 | 110010 | 101000 |
Color Harmonies of #349A87
Complementary color
Monochromatic Colors of #349A87
Black with #349A87
Text Example
Text Example
White with #349A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349A87; }
p { color: rgb(52,154,135); }
H1.HeaderClassName
{
color: #349A87;
}
.AnyTagClassName
{
color: #349A87;
}
</style>
background-color css
<style>
a { background-color: #349A87; }
a { background-color: rgb(52,154,135); }
div.DivClassName
{
background-color: #349A87;
}
.BgClassName
{
background-color: #349A87;
}
</style>
border-color css
<style>
span { border-color: #349A87; }
span { border-color: rgb(52,154,135); }
td.TdClassName
{
border-color: #349A87;
}
.TagClassName
{
border-color: #349A87;
}
</style>