Shades of Gossamer #348E7B
Tints of Gossamer #348E7B
RGB
CMYK
RGB Variations
Color information
#348E7B (or 0x348E7B) is known color: Gossamer. HEX triplet: 34, 8E and 7B. RGB value is (52,142,123). Sum of RGB (Red+Green+Blue) = 52+142+123=317 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.40% from 317); Green value is 142 (55.86% from 255 or 44.79% from 317); Blue value is 123 (48.44% from 255 or 38.80% from 317); Max value from RGB is 142 - color contains mainly: green. Hex color #348E7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348E7B is #CB7184. Grayscale: #707070. Windows color (decimal): -13332869 or 8097332. OLE color: 8097332.
HSL color Cylindrical-coordinate representation of color #348E7B: hue angle of 167.33º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #348E7B is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 52 | 142 | 123 | - |
| CMYK | 0.63 | 0 | 0.13 | 0.44 |
| HSL | 167.33º | 0.46% | 0.38% | - |
| HSV(B) | 167.33º | 0.63% | 0.56% | - |
| XYZ | 14.66 | 21.51 | 22.12 | - |
| YUV | 112.92 | 133.68 | 84.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 142 | 123 | 0.63 | 0 | 0.13 | 0.44 | 167.33 | 0.46 | 0.38 |
| Hex | 34 | 8E | 7B | 3F | 0 | D | 2C | A7 | 2E | 26 |
| Octal | 64 | 216 | 173 | 77 | 0 | 15 | 54 | 247 | 56 | 46 |
| Binary | 110100 | 10001110 | 1111011 | 111111 | 0 | 1101 | 101100 | 10100111 | 101110 | 100110 |
Color Harmonies of #348E7B
Complementary color
Monochromatic Colors of #348E7B
Black with #348E7B
Text Example
Text Example
White with #348E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348E7B; }
p { color: rgb(52,142,123); }
H1.HeaderClassName
{
color: #348E7B;
}
.AnyTagClassName
{
color: #348E7B;
}
</style>
background-color css
<style>
a { background-color: #348E7B; }
a { background-color: rgb(52,142,123); }
div.DivClassName
{
background-color: #348E7B;
}
.BgClassName
{
background-color: #348E7B;
}
</style>
border-color css
<style>
span { border-color: #348E7B; }
span { border-color: rgb(52,142,123); }
td.TdClassName
{
border-color: #348E7B;
}
.TagClassName
{
border-color: #348E7B;
}
</style>