Shades of Gossamer #349E89
Tints of Gossamer #349E89
RGB
CMYK
RGB Variations
Color information
#349E89 (or 0x349E89) is known color: Gossamer. HEX triplet: 34, 9E and 89. RGB value is (52,158,137). Sum of RGB (Red+Green+Blue) = 52+158+137=347 (45% of max value = 765). Red value is 52 (20.70% from 255 or 14.99% from 347); Green value is 158 (62.11% from 255 or 45.53% from 347); Blue value is 137 (53.91% from 255 or 39.48% from 347); Max value from RGB is 158 - color contains mainly: green. Hex color #349E89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349E89 is #CB6176. Grayscale: #7B7B7B. Windows color (decimal): -13328759 or 9018932. OLE color: 9018932.
HSL color Cylindrical-coordinate representation of color #349E89: hue angle of 168.11º 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 #349E89 is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 52 | 158 | 137 | - |
| CMYK | 0.67 | 0 | 0.13 | 0.38 |
| HSL | 168.11º | 0.5% | 0.41% | - |
| HSV(B) | 168.11º | 0.67% | 0.62% | - |
| XYZ | 18.16 | 26.99 | 27.92 | - |
| YUV | 123.91 | 135.38 | 76.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 158 | 137 | 0.67 | 0 | 0.13 | 0.38 | 168.11 | 0.5 | 0.41 |
| Hex | 34 | 9E | 89 | 43 | 0 | D | 26 | A8 | 32 | 29 |
| Octal | 64 | 236 | 211 | 103 | 0 | 15 | 46 | 250 | 62 | 51 |
| Binary | 110100 | 10011110 | 10001001 | 1000011 | 0 | 1101 | 100110 | 10101000 | 110010 | 101001 |
Color Harmonies of #349E89
Complementary color
Monochromatic Colors of #349E89
Black with #349E89
Text Example
Text Example
White with #349E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349E89; }
p { color: rgb(52,158,137); }
H1.HeaderClassName
{
color: #349E89;
}
.AnyTagClassName
{
color: #349E89;
}
</style>
background-color css
<style>
a { background-color: #349E89; }
a { background-color: rgb(52,158,137); }
div.DivClassName
{
background-color: #349E89;
}
.BgClassName
{
background-color: #349E89;
}
</style>
border-color css
<style>
span { border-color: #349E89; }
span { border-color: rgb(52,158,137); }
td.TdClassName
{
border-color: #349E89;
}
.TagClassName
{
border-color: #349E89;
}
</style>