Shades of Gossamer #349F90
Tints of Gossamer #349F90
RGB
CMYK
RGB Variations
Color information
#349F90 (or 0x349F90) is known color: Gossamer. HEX triplet: 34, 9F and 90. RGB value is (52,159,144). Sum of RGB (Red+Green+Blue) = 52+159+144=355 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.65% from 355); Green value is 159 (62.5% from 255 or 44.79% from 355); Blue value is 144 (56.64% from 255 or 40.56% from 355); Max value from RGB is 159 - color contains mainly: green. Hex color #349F90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349F90 is #CB606F. Grayscale: #7D7D7D. Windows color (decimal): -13328496 or 9477940. OLE color: 9477940.
HSL color Cylindrical-coordinate representation of color #349F90: hue angle of 171.59º 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 #349F90 is Cyan = 0.67, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 52 | 159 | 144 | - |
| CMYK | 0.67 | 0 | 0.09 | 0.38 |
| HSL | 171.59º | 0.51% | 0.41% | - |
| HSV(B) | 171.59º | 0.67% | 0.62% | - |
| XYZ | 18.85 | 27.54 | 30.71 | - |
| YUV | 125.3 | 138.55 | 75.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 159 | 144 | 0.67 | 0 | 0.09 | 0.38 | 171.59 | 0.51 | 0.41 |
| Hex | 34 | 9F | 90 | 43 | 0 | 9 | 26 | AC | 33 | 29 |
| Octal | 64 | 237 | 220 | 103 | 0 | 11 | 46 | 254 | 63 | 51 |
| Binary | 110100 | 10011111 | 10010000 | 1000011 | 0 | 1001 | 100110 | 10101100 | 110011 | 101001 |
Color Harmonies of #349F90
Complementary color
Monochromatic Colors of #349F90
Black with #349F90
Text Example
Text Example
White with #349F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349F90; }
p { color: rgb(52,159,144); }
H1.HeaderClassName
{
color: #349F90;
}
.AnyTagClassName
{
color: #349F90;
}
</style>
background-color css
<style>
a { background-color: #349F90; }
a { background-color: rgb(52,159,144); }
div.DivClassName
{
background-color: #349F90;
}
.BgClassName
{
background-color: #349F90;
}
</style>
border-color css
<style>
span { border-color: #349F90; }
span { border-color: rgb(52,159,144); }
td.TdClassName
{
border-color: #349F90;
}
.TagClassName
{
border-color: #349F90;
}
</style>