Shades of Gossamer #358E7D
Tints of Gossamer #358E7D
RGB
CMYK
RGB Variations
Color information
#358E7D (or 0x358E7D) is known color: Gossamer. HEX triplet: 35, 8E and 7D. RGB value is (53,142,125). Sum of RGB (Red+Green+Blue) = 53+142+125=320 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.56% from 320); Green value is 142 (55.86% from 255 or 44.38% from 320); Blue value is 125 (49.22% from 255 or 39.06% from 320); Max value from RGB is 142 - color contains mainly: green. Hex color #358E7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358E7D is #CA7182. Grayscale: #717171. Windows color (decimal): -13267331 or 8228405. OLE color: 8228405.
HSL color Cylindrical-coordinate representation of color #358E7D: hue angle of 168.54º 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 #358E7D is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 53 | 142 | 125 | - |
| CMYK | 0.63 | 0 | 0.12 | 0.44 |
| HSL | 168.54º | 0.46% | 0.38% | - |
| HSV(B) | 168.54º | 0.63% | 0.56% | - |
| XYZ | 14.84 | 21.58 | 22.79 | - |
| YUV | 113.45 | 134.51 | 84.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 142 | 125 | 0.63 | 0 | 0.12 | 0.44 | 168.54 | 0.46 | 0.38 |
| Hex | 35 | 8E | 7D | 3F | 0 | C | 2C | A9 | 2E | 26 |
| Octal | 65 | 216 | 175 | 77 | 0 | 14 | 54 | 251 | 56 | 46 |
| Binary | 110101 | 10001110 | 1111101 | 111111 | 0 | 1100 | 101100 | 10101001 | 101110 | 100110 |
Color Harmonies of #358E7D
Complementary color
Monochromatic Colors of #358E7D
Black with #358E7D
Text Example
Text Example
White with #358E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358E7D; }
p { color: rgb(53,142,125); }
H1.HeaderClassName
{
color: #358E7D;
}
.AnyTagClassName
{
color: #358E7D;
}
</style>
background-color css
<style>
a { background-color: #358E7D; }
a { background-color: rgb(53,142,125); }
div.DivClassName
{
background-color: #358E7D;
}
.BgClassName
{
background-color: #358E7D;
}
</style>
border-color css
<style>
span { border-color: #358E7D; }
span { border-color: rgb(53,142,125); }
td.TdClassName
{
border-color: #358E7D;
}
.TagClassName
{
border-color: #358E7D;
}
</style>