Shades of Gossamer #348F7F
Tints of Gossamer #348F7F
RGB
CMYK
RGB Variations
Color information
#348F7F (or 0x348F7F) is known color: Gossamer. HEX triplet: 34, 8F and 7F. RGB value is (52,143,127). Sum of RGB (Red+Green+Blue) = 52+143+127=322 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.15% from 322); Green value is 143 (56.25% from 255 or 44.41% from 322); Blue value is 127 (50% from 255 or 39.44% from 322); Max value from RGB is 143 - color contains mainly: green. Hex color #348F7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348F7F is #CB7080. Grayscale: #717171. Windows color (decimal): -13332609 or 8359732. OLE color: 8359732.
HSL color Cylindrical-coordinate representation of color #348F7F: hue angle of 169.45º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #348F7F is Cyan = 0.64, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 52 | 143 | 127 | - |
| CMYK | 0.64 | 0 | 0.11 | 0.44 |
| HSL | 169.45º | 0.47% | 0.38% | - |
| HSV(B) | 169.45º | 0.64% | 0.56% | - |
| XYZ | 15.07 | 21.91 | 23.51 | - |
| YUV | 113.97 | 135.35 | 83.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 143 | 127 | 0.64 | 0 | 0.11 | 0.44 | 169.45 | 0.47 | 0.38 |
| Hex | 34 | 8F | 7F | 40 | 0 | B | 2C | A9 | 2F | 26 |
| Octal | 64 | 217 | 177 | 100 | 0 | 13 | 54 | 251 | 57 | 46 |
| Binary | 110100 | 10001111 | 1111111 | 1000000 | 0 | 1011 | 101100 | 10101001 | 101111 | 100110 |
Color Harmonies of #348F7F
Complementary color
Monochromatic Colors of #348F7F
Black with #348F7F
Text Example
Text Example
White with #348F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348F7F; }
p { color: rgb(52,143,127); }
H1.HeaderClassName
{
color: #348F7F;
}
.AnyTagClassName
{
color: #348F7F;
}
</style>
background-color css
<style>
a { background-color: #348F7F; }
a { background-color: rgb(52,143,127); }
div.DivClassName
{
background-color: #348F7F;
}
.BgClassName
{
background-color: #348F7F;
}
</style>
border-color css
<style>
span { border-color: #348F7F; }
span { border-color: rgb(52,143,127); }
td.TdClassName
{
border-color: #348F7F;
}
.TagClassName
{
border-color: #348F7F;
}
</style>