Shades of Gossamer #349D8E
Tints of Gossamer #349D8E
RGB
CMYK
RGB Variations
Color information
#349D8E (or 0x349D8E) is known color: Gossamer. HEX triplet: 34, 9D and 8E. RGB value is (52,157,142). Sum of RGB (Red+Green+Blue) = 52+157+142=351 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.81% from 351); Green value is 157 (61.72% from 255 or 44.73% from 351); Blue value is 142 (55.86% from 255 or 40.46% from 351); Max value from RGB is 157 - color contains mainly: green. Hex color #349D8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349D8E is #CB6271. Grayscale: #7B7B7B. Windows color (decimal): -13329010 or 9346356. OLE color: 9346356.
HSL color Cylindrical-coordinate representation of color #349D8E: hue angle of 171.43º 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 #349D8E is Cyan = 0.67, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 52 | 157 | 142 | - |
| CMYK | 0.67 | 0 | 0.10 | 0.38 |
| HSL | 171.43º | 0.5% | 0.41% | - |
| HSV(B) | 171.43º | 0.67% | 0.62% | - |
| XYZ | 18.36 | 26.8 | 29.8 | - |
| YUV | 123.9 | 138.21 | 76.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 157 | 142 | 0.67 | 0 | 0.10 | 0.38 | 171.43 | 0.5 | 0.41 |
| Hex | 34 | 9D | 8E | 43 | 0 | A | 26 | AB | 32 | 29 |
| Octal | 64 | 235 | 216 | 103 | 0 | 12 | 46 | 253 | 62 | 51 |
| Binary | 110100 | 10011101 | 10001110 | 1000011 | 0 | 1010 | 100110 | 10101011 | 110010 | 101001 |
Color Harmonies of #349D8E
Complementary color
Monochromatic Colors of #349D8E
Black with #349D8E
Text Example
Text Example
White with #349D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349D8E; }
p { color: rgb(52,157,142); }
H1.HeaderClassName
{
color: #349D8E;
}
.AnyTagClassName
{
color: #349D8E;
}
</style>
background-color css
<style>
a { background-color: #349D8E; }
a { background-color: rgb(52,157,142); }
div.DivClassName
{
background-color: #349D8E;
}
.BgClassName
{
background-color: #349D8E;
}
</style>
border-color css
<style>
span { border-color: #349D8E; }
span { border-color: rgb(52,157,142); }
td.TdClassName
{
border-color: #349D8E;
}
.TagClassName
{
border-color: #349D8E;
}
</style>