Shades of Gossamer #349B7D
Tints of Gossamer #349B7D
RGB
CMYK
RGB Variations
Color information
#349B7D (or 0x349B7D) is known color: Gossamer. HEX triplet: 34, 9B and 7D. RGB value is (52,155,125). Sum of RGB (Red+Green+Blue) = 52+155+125=332 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.66% from 332); Green value is 155 (60.94% from 255 or 46.69% from 332); Blue value is 125 (49.22% from 255 or 37.65% from 332); Max value from RGB is 155 - color contains mainly: green. Hex color #349B7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349B7D is #CB6482. Grayscale: #787878. Windows color (decimal): -13329539 or 8231732. OLE color: 8231732.
HSL color Cylindrical-coordinate representation of color #349B7D: hue angle of 162.52º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #349B7D is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 52 | 155 | 125 | - |
| CMYK | 0.66 | 0 | 0.19 | 0.39 |
| HSL | 162.52º | 0.5% | 0.41% | - |
| HSV(B) | 162.52º | 0.66% | 0.61% | - |
| XYZ | 16.84 | 25.65 | 23.47 | - |
| YUV | 120.78 | 130.38 | 78.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 155 | 125 | 0.66 | 0 | 0.19 | 0.39 | 162.52 | 0.5 | 0.41 |
| Hex | 34 | 9B | 7D | 42 | 0 | 13 | 27 | A3 | 32 | 29 |
| Octal | 64 | 233 | 175 | 102 | 0 | 23 | 47 | 243 | 62 | 51 |
| Binary | 110100 | 10011011 | 1111101 | 1000010 | 0 | 10011 | 100111 | 10100011 | 110010 | 101001 |
Color Harmonies of #349B7D
Complementary color
Monochromatic Colors of #349B7D
Black with #349B7D
Text Example
Text Example
White with #349B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349B7D; }
p { color: rgb(52,155,125); }
H1.HeaderClassName
{
color: #349B7D;
}
.AnyTagClassName
{
color: #349B7D;
}
</style>
background-color css
<style>
a { background-color: #349B7D; }
a { background-color: rgb(52,155,125); }
div.DivClassName
{
background-color: #349B7D;
}
.BgClassName
{
background-color: #349B7D;
}
</style>
border-color css
<style>
span { border-color: #349B7D; }
span { border-color: rgb(52,155,125); }
td.TdClassName
{
border-color: #349B7D;
}
.TagClassName
{
border-color: #349B7D;
}
</style>