Shades of Gossamer #349C87
Tints of Gossamer #349C87
RGB
CMYK
RGB Variations
Color information
#349C87 (or 0x349C87) is known color: Gossamer. HEX triplet: 34, 9C and 87. RGB value is (52,156,135). Sum of RGB (Red+Green+Blue) = 52+156+135=343 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.16% from 343); Green value is 156 (61.33% from 255 or 45.48% from 343); Blue value is 135 (53.12% from 255 or 39.36% from 343); Max value from RGB is 156 - color contains mainly: green. Hex color #349C87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349C87 is #CB6378. Grayscale: #7A7A7A. Windows color (decimal): -13329273 or 8887348. OLE color: 8887348.
HSL color Cylindrical-coordinate representation of color #349C87: hue angle of 167.88º 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 #349C87 is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 52 | 156 | 135 | - |
| CMYK | 0.67 | 0 | 0.13 | 0.39 |
| HSL | 167.88º | 0.5% | 0.41% | - |
| HSV(B) | 167.88º | 0.67% | 0.61% | - |
| XYZ | 17.68 | 26.26 | 27.06 | - |
| YUV | 122.51 | 135.04 | 77.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 156 | 135 | 0.67 | 0 | 0.13 | 0.39 | 167.88 | 0.5 | 0.41 |
| Hex | 34 | 9C | 87 | 43 | 0 | D | 27 | A8 | 32 | 29 |
| Octal | 64 | 234 | 207 | 103 | 0 | 15 | 47 | 250 | 62 | 51 |
| Binary | 110100 | 10011100 | 10000111 | 1000011 | 0 | 1101 | 100111 | 10101000 | 110010 | 101001 |
Color Harmonies of #349C87
Complementary color
Monochromatic Colors of #349C87
Black with #349C87
Text Example
Text Example
White with #349C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349C87; }
p { color: rgb(52,156,135); }
H1.HeaderClassName
{
color: #349C87;
}
.AnyTagClassName
{
color: #349C87;
}
</style>
background-color css
<style>
a { background-color: #349C87; }
a { background-color: rgb(52,156,135); }
div.DivClassName
{
background-color: #349C87;
}
.BgClassName
{
background-color: #349C87;
}
</style>
border-color css
<style>
span { border-color: #349C87; }
span { border-color: rgb(52,156,135); }
td.TdClassName
{
border-color: #349C87;
}
.TagClassName
{
border-color: #349C87;
}
</style>