Shades of Gossamer #349980
Tints of Gossamer #349980
RGB
CMYK
RGB Variations
Color information
#349980 (or 0x349980) is known color: Gossamer. HEX triplet: 34, 99 and 80. RGB value is (52,153,128). Sum of RGB (Red+Green+Blue) = 52+153+128=333 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.62% from 333); Green value is 153 (60.16% from 255 or 45.95% from 333); Blue value is 128 (50.39% from 255 or 38.44% from 333); Max value from RGB is 153 - color contains mainly: green. Hex color #349980 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349980 is #CB667F. Grayscale: #777777. Windows color (decimal): -13330048 or 8427828. OLE color: 8427828.
HSL color Cylindrical-coordinate representation of color #349980: hue angle of 165.15º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #349980 is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 52 | 153 | 128 | - |
| CMYK | 0.66 | 0 | 0.16 | 0.4 |
| HSL | 165.15º | 0.49% | 0.4% | - |
| HSV(B) | 165.15º | 0.66% | 0.6% | - |
| XYZ | 16.7 | 25.07 | 24.38 | - |
| YUV | 119.95 | 132.54 | 79.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 153 | 128 | 0.66 | 0 | 0.16 | 0.4 | 165.15 | 0.49 | 0.4 |
| Hex | 34 | 99 | 80 | 42 | 0 | 10 | 28 | A5 | 31 | 28 |
| Octal | 64 | 231 | 200 | 102 | 0 | 20 | 50 | 245 | 61 | 50 |
| Binary | 110100 | 10011001 | 10000000 | 1000010 | 0 | 10000 | 101000 | 10100101 | 110001 | 101000 |
Color Harmonies of #349980
Complementary color
Monochromatic Colors of #349980
Black with #349980
Text Example
Text Example
White with #349980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349980; }
p { color: rgb(52,153,128); }
H1.HeaderClassName
{
color: #349980;
}
.AnyTagClassName
{
color: #349980;
}
</style>
background-color css
<style>
a { background-color: #349980; }
a { background-color: rgb(52,153,128); }
div.DivClassName
{
background-color: #349980;
}
.BgClassName
{
background-color: #349980;
}
</style>
border-color css
<style>
span { border-color: #349980; }
span { border-color: rgb(52,153,128); }
td.TdClassName
{
border-color: #349980;
}
.TagClassName
{
border-color: #349980;
}
</style>