Shades of Gossamer #349C84
Tints of Gossamer #349C84
RGB
CMYK
RGB Variations
Color information
#349C84 (or 0x349C84) is known color: Gossamer. HEX triplet: 34, 9C and 84. RGB value is (52,156,132). Sum of RGB (Red+Green+Blue) = 52+156+132=340 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.29% from 340); Green value is 156 (61.33% from 255 or 45.88% from 340); Blue value is 132 (51.95% from 255 or 38.82% from 340); Max value from RGB is 156 - color contains mainly: green. Hex color #349C84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349C84 is #CB637B. Grayscale: #7A7A7A. Windows color (decimal): -13329276 or 8690740. OLE color: 8690740.
HSL color Cylindrical-coordinate representation of color #349C84: hue angle of 166.15º 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 #349C84 is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 52 | 156 | 132 | - |
| CMYK | 0.67 | 0 | 0.15 | 0.39 |
| HSL | 166.15º | 0.5% | 0.41% | - |
| HSV(B) | 166.15º | 0.67% | 0.61% | - |
| XYZ | 17.47 | 26.17 | 25.96 | - |
| YUV | 122.17 | 133.54 | 77.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 156 | 132 | 0.67 | 0 | 0.15 | 0.39 | 166.15 | 0.5 | 0.41 |
| Hex | 34 | 9C | 84 | 43 | 0 | F | 27 | A6 | 32 | 29 |
| Octal | 64 | 234 | 204 | 103 | 0 | 17 | 47 | 246 | 62 | 51 |
| Binary | 110100 | 10011100 | 10000100 | 1000011 | 0 | 1111 | 100111 | 10100110 | 110010 | 101001 |
Color Harmonies of #349C84
Complementary color
Monochromatic Colors of #349C84
Black with #349C84
Text Example
Text Example
White with #349C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349C84; }
p { color: rgb(52,156,132); }
H1.HeaderClassName
{
color: #349C84;
}
.AnyTagClassName
{
color: #349C84;
}
</style>
background-color css
<style>
a { background-color: #349C84; }
a { background-color: rgb(52,156,132); }
div.DivClassName
{
background-color: #349C84;
}
.BgClassName
{
background-color: #349C84;
}
</style>
border-color css
<style>
span { border-color: #349C84; }
span { border-color: rgb(52,156,132); }
td.TdClassName
{
border-color: #349C84;
}
.TagClassName
{
border-color: #349C84;
}
</style>