Shades of Gossamer #349B7C
Tints of Gossamer #349B7C
RGB
CMYK
RGB Variations
Color information
#349B7C (or 0x349B7C) is known color: Gossamer. HEX triplet: 34, 9B and 7C. RGB value is (52,155,124). Sum of RGB (Red+Green+Blue) = 52+155+124=331 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.71% from 331); Green value is 155 (60.94% from 255 or 46.83% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 155 - color contains mainly: green. Hex color #349B7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349B7C is #CB6483. Grayscale: #787878. Windows color (decimal): -13329540 or 8166196. OLE color: 8166196.
HSL color Cylindrical-coordinate representation of color #349B7C: hue angle of 161.94º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #349B7C is Cyan = 0.66, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 52 | 155 | 124 | - |
| CMYK | 0.66 | 0 | 0.2 | 0.39 |
| HSL | 161.94º | 0.5% | 0.41% | - |
| HSV(B) | 161.94º | 0.66% | 0.61% | - |
| XYZ | 16.78 | 25.63 | 23.13 | - |
| YUV | 120.67 | 129.88 | 79.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 155 | 124 | 0.66 | 0 | 0.2 | 0.39 | 161.94 | 0.5 | 0.41 |
| Hex | 34 | 9B | 7C | 42 | 0 | 14 | 27 | A2 | 32 | 29 |
| Octal | 64 | 233 | 174 | 102 | 0 | 24 | 47 | 242 | 62 | 51 |
| Binary | 110100 | 10011011 | 1111100 | 1000010 | 0 | 10100 | 100111 | 10100010 | 110010 | 101001 |
Color Harmonies of #349B7C
Complementary color
Monochromatic Colors of #349B7C
Black with #349B7C
Text Example
Text Example
White with #349B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349B7C; }
p { color: rgb(52,155,124); }
H1.HeaderClassName
{
color: #349B7C;
}
.AnyTagClassName
{
color: #349B7C;
}
</style>
background-color css
<style>
a { background-color: #349B7C; }
a { background-color: rgb(52,155,124); }
div.DivClassName
{
background-color: #349B7C;
}
.BgClassName
{
background-color: #349B7C;
}
</style>
border-color css
<style>
span { border-color: #349B7C; }
span { border-color: rgb(52,155,124); }
td.TdClassName
{
border-color: #349B7C;
}
.TagClassName
{
border-color: #349B7C;
}
</style>