Shades of Gossamer #349E91
Tints of Gossamer #349E91
RGB
CMYK
RGB Variations
Color information
#349E91 (or 0x349E91) is known color: Gossamer. HEX triplet: 34, 9E and 91. RGB value is (52,158,145). Sum of RGB (Red+Green+Blue) = 52+158+145=355 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.65% from 355); Green value is 158 (62.11% from 255 or 44.51% from 355); Blue value is 145 (57.03% from 255 or 40.85% from 355); Max value from RGB is 158 - color contains mainly: green. Hex color #349E91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349E91 is #CB616E. Grayscale: #7C7C7C. Windows color (decimal): -13328751 or 9543220. OLE color: 9543220.
HSL color Cylindrical-coordinate representation of color #349E91: hue angle of 172.64º degrees, saturation: 0.5, 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 #349E91 is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 52 | 158 | 145 | - |
| CMYK | 0.67 | 0 | 0.08 | 0.38 |
| HSL | 172.64º | 0.5% | 0.41% | - |
| HSV(B) | 172.64º | 0.67% | 0.62% | - |
| XYZ | 18.75 | 27.23 | 31.06 | - |
| YUV | 124.82 | 139.38 | 76.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 158 | 145 | 0.67 | 0 | 0.08 | 0.38 | 172.64 | 0.5 | 0.41 |
| Hex | 34 | 9E | 91 | 43 | 0 | 8 | 26 | AD | 32 | 29 |
| Octal | 64 | 236 | 221 | 103 | 0 | 10 | 46 | 255 | 62 | 51 |
| Binary | 110100 | 10011110 | 10010001 | 1000011 | 0 | 1000 | 100110 | 10101101 | 110010 | 101001 |
Color Harmonies of #349E91
Complementary color
Monochromatic Colors of #349E91
Black with #349E91
Text Example
Text Example
White with #349E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349E91; }
p { color: rgb(52,158,145); }
H1.HeaderClassName
{
color: #349E91;
}
.AnyTagClassName
{
color: #349E91;
}
</style>
background-color css
<style>
a { background-color: #349E91; }
a { background-color: rgb(52,158,145); }
div.DivClassName
{
background-color: #349E91;
}
.BgClassName
{
background-color: #349E91;
}
</style>
border-color css
<style>
span { border-color: #349E91; }
span { border-color: rgb(52,158,145); }
td.TdClassName
{
border-color: #349E91;
}
.TagClassName
{
border-color: #349E91;
}
</style>