Shades of Gossamer #349C7B
Tints of Gossamer #349C7B
RGB
CMYK
RGB Variations
Color information
#349C7B (or 0x349C7B) is known color: Gossamer. HEX triplet: 34, 9C and 7B. RGB value is (52,156,123). Sum of RGB (Red+Green+Blue) = 52+156+123=331 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.71% from 331); Green value is 156 (61.33% from 255 or 47.13% from 331); Blue value is 123 (48.44% from 255 or 37.16% from 331); Max value from RGB is 156 - color contains mainly: green. Hex color #349C7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349C7B is #CB6384. Grayscale: #797979. Windows color (decimal): -13329285 or 8100916. OLE color: 8100916.
HSL color Cylindrical-coordinate representation of color #349C7B: hue angle of 160.96º 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 #349C7B is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 52 | 156 | 123 | - |
| CMYK | 0.67 | 0 | 0.21 | 0.39 |
| HSL | 160.96º | 0.5% | 0.41% | - |
| HSV(B) | 160.96º | 0.67% | 0.61% | - |
| XYZ | 16.88 | 25.94 | 22.86 | - |
| YUV | 121.14 | 129.04 | 78.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 156 | 123 | 0.67 | 0 | 0.21 | 0.39 | 160.96 | 0.5 | 0.41 |
| Hex | 34 | 9C | 7B | 43 | 0 | 15 | 27 | A1 | 32 | 29 |
| Octal | 64 | 234 | 173 | 103 | 0 | 25 | 47 | 241 | 62 | 51 |
| Binary | 110100 | 10011100 | 1111011 | 1000011 | 0 | 10101 | 100111 | 10100001 | 110010 | 101001 |
Color Harmonies of #349C7B
Complementary color
Monochromatic Colors of #349C7B
Black with #349C7B
Text Example
Text Example
White with #349C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349C7B; }
p { color: rgb(52,156,123); }
H1.HeaderClassName
{
color: #349C7B;
}
.AnyTagClassName
{
color: #349C7B;
}
</style>
background-color css
<style>
a { background-color: #349C7B; }
a { background-color: rgb(52,156,123); }
div.DivClassName
{
background-color: #349C7B;
}
.BgClassName
{
background-color: #349C7B;
}
</style>
border-color css
<style>
span { border-color: #349C7B; }
span { border-color: rgb(52,156,123); }
td.TdClassName
{
border-color: #349C7B;
}
.TagClassName
{
border-color: #349C7B;
}
</style>