Shades of Gossamer #349F7C
Tints of Gossamer #349F7C
RGB
CMYK
RGB Variations
Color information
#349F7C (or 0x349F7C) is known color: Gossamer. HEX triplet: 34, 9F and 7C. RGB value is (52,159,124). Sum of RGB (Red+Green+Blue) = 52+159+124=335 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.52% from 335); Green value is 159 (62.5% from 255 or 47.46% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 159 - color contains mainly: green. Hex color #349F7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349F7C is #CB6083. Grayscale: #7B7B7B. Windows color (decimal): -13328516 or 8167220. OLE color: 8167220.
HSL color Cylindrical-coordinate representation of color #349F7C: hue angle of 160.37º degrees, saturation: 0.51, 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 #349F7C is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 52 | 159 | 124 | - |
| CMYK | 0.67 | 0 | 0.22 | 0.38 |
| HSL | 160.37º | 0.51% | 0.41% | - |
| HSV(B) | 160.37º | 0.67% | 0.62% | - |
| XYZ | 17.45 | 26.98 | 23.36 | - |
| YUV | 123.02 | 128.55 | 77.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 159 | 124 | 0.67 | 0 | 0.22 | 0.38 | 160.37 | 0.51 | 0.41 |
| Hex | 34 | 9F | 7C | 43 | 0 | 16 | 26 | A0 | 33 | 29 |
| Octal | 64 | 237 | 174 | 103 | 0 | 26 | 46 | 240 | 63 | 51 |
| Binary | 110100 | 10011111 | 1111100 | 1000011 | 0 | 10110 | 100110 | 10100000 | 110011 | 101001 |
Color Harmonies of #349F7C
Complementary color
Monochromatic Colors of #349F7C
Black with #349F7C
Text Example
Text Example
White with #349F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349F7C; }
p { color: rgb(52,159,124); }
H1.HeaderClassName
{
color: #349F7C;
}
.AnyTagClassName
{
color: #349F7C;
}
</style>
background-color css
<style>
a { background-color: #349F7C; }
a { background-color: rgb(52,159,124); }
div.DivClassName
{
background-color: #349F7C;
}
.BgClassName
{
background-color: #349F7C;
}
</style>
border-color css
<style>
span { border-color: #349F7C; }
span { border-color: rgb(52,159,124); }
td.TdClassName
{
border-color: #349F7C;
}
.TagClassName
{
border-color: #349F7C;
}
</style>