Shades of Gossamer #349C8A
Tints of Gossamer #349C8A
RGB
CMYK
RGB Variations
Color information
#349C8A (or 0x349C8A) is known color: Gossamer. HEX triplet: 34, 9C and 8A. RGB value is (52,156,138). Sum of RGB (Red+Green+Blue) = 52+156+138=346 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.03% from 346); Green value is 156 (61.33% from 255 or 45.09% from 346); Blue value is 138 (54.30% from 255 or 39.88% from 346); Max value from RGB is 156 - color contains mainly: green. Hex color #349C8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349C8A is #CB6375. Grayscale: #7A7A7A. Windows color (decimal): -13329270 or 9083956. OLE color: 9083956.
HSL color Cylindrical-coordinate representation of color #349C8A: hue angle of 169.62º 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 #349C8A is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 52 | 156 | 138 | - |
| CMYK | 0.67 | 0 | 0.12 | 0.39 |
| HSL | 169.62º | 0.5% | 0.41% | - |
| HSV(B) | 169.62º | 0.67% | 0.61% | - |
| XYZ | 17.89 | 26.34 | 28.19 | - |
| YUV | 122.85 | 136.54 | 77.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 156 | 138 | 0.67 | 0 | 0.12 | 0.39 | 169.62 | 0.5 | 0.41 |
| Hex | 34 | 9C | 8A | 43 | 0 | C | 27 | AA | 32 | 29 |
| Octal | 64 | 234 | 212 | 103 | 0 | 14 | 47 | 252 | 62 | 51 |
| Binary | 110100 | 10011100 | 10001010 | 1000011 | 0 | 1100 | 100111 | 10101010 | 110010 | 101001 |
Color Harmonies of #349C8A
Complementary color
Monochromatic Colors of #349C8A
Black with #349C8A
Text Example
Text Example
White with #349C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349C8A; }
p { color: rgb(52,156,138); }
H1.HeaderClassName
{
color: #349C8A;
}
.AnyTagClassName
{
color: #349C8A;
}
</style>
background-color css
<style>
a { background-color: #349C8A; }
a { background-color: rgb(52,156,138); }
div.DivClassName
{
background-color: #349C8A;
}
.BgClassName
{
background-color: #349C8A;
}
</style>
border-color css
<style>
span { border-color: #349C8A; }
span { border-color: rgb(52,156,138); }
td.TdClassName
{
border-color: #349C8A;
}
.TagClassName
{
border-color: #349C8A;
}
</style>