Shades of Gossamer #358E7B
Tints of Gossamer #358E7B
RGB
CMYK
RGB Variations
Color information
#358E7B (or 0x358E7B) is known color: Gossamer. HEX triplet: 35, 8E and 7B. RGB value is (53,142,123). Sum of RGB (Red+Green+Blue) = 53+142+123=318 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.67% from 318); Green value is 142 (55.86% from 255 or 44.65% from 318); Blue value is 123 (48.44% from 255 or 38.68% from 318); Max value from RGB is 142 - color contains mainly: green. Hex color #358E7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358E7B is #CA7184. Grayscale: #717171. Windows color (decimal): -13267333 or 8097333. OLE color: 8097333.
HSL color Cylindrical-coordinate representation of color #358E7B: hue angle of 167.19º 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 #358E7B is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 53 | 142 | 123 | - |
| CMYK | 0.63 | 0 | 0.13 | 0.44 |
| HSL | 167.19º | 0.46% | 0.38% | - |
| HSV(B) | 167.19º | 0.63% | 0.56% | - |
| XYZ | 14.72 | 21.53 | 22.12 | - |
| YUV | 113.22 | 133.51 | 85.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 142 | 123 | 0.63 | 0 | 0.13 | 0.44 | 167.19 | 0.46 | 0.38 |
| Hex | 35 | 8E | 7B | 3F | 0 | D | 2C | A7 | 2E | 26 |
| Octal | 65 | 216 | 173 | 77 | 0 | 15 | 54 | 247 | 56 | 46 |
| Binary | 110101 | 10001110 | 1111011 | 111111 | 0 | 1101 | 101100 | 10100111 | 101110 | 100110 |
Color Harmonies of #358E7B
Complementary color
Monochromatic Colors of #358E7B
Black with #358E7B
Text Example
Text Example
White with #358E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358E7B; }
p { color: rgb(53,142,123); }
H1.HeaderClassName
{
color: #358E7B;
}
.AnyTagClassName
{
color: #358E7B;
}
</style>
background-color css
<style>
a { background-color: #358E7B; }
a { background-color: rgb(53,142,123); }
div.DivClassName
{
background-color: #358E7B;
}
.BgClassName
{
background-color: #358E7B;
}
</style>
border-color css
<style>
span { border-color: #358E7B; }
span { border-color: rgb(53,142,123); }
td.TdClassName
{
border-color: #358E7B;
}
.TagClassName
{
border-color: #358E7B;
}
</style>