Shades of Gossamer #359D8E
Tints of Gossamer #359D8E
RGB
CMYK
RGB Variations
Color information
#359D8E (or 0x359D8E) is known color: Gossamer. HEX triplet: 35, 9D and 8E. RGB value is (53,157,142). Sum of RGB (Red+Green+Blue) = 53+157+142=352 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.06% from 352); Green value is 157 (61.72% from 255 or 44.60% from 352); Blue value is 142 (55.86% from 255 or 40.34% from 352); Max value from RGB is 157 - color contains mainly: green. Hex color #359D8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359D8E is #CA6271. Grayscale: #7C7C7C. Windows color (decimal): -13263474 or 9346357. OLE color: 9346357.
HSL color Cylindrical-coordinate representation of color #359D8E: hue angle of 171.35º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #359D8E is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 53 | 157 | 142 | - |
| CMYK | 0.66 | 0 | 0.10 | 0.38 |
| HSL | 171.35º | 0.5% | 0.41% | - |
| HSV(B) | 171.35º | 0.66% | 0.62% | - |
| XYZ | 18.41 | 26.82 | 29.8 | - |
| YUV | 124.19 | 138.04 | 77.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 157 | 142 | 0.66 | 0 | 0.10 | 0.38 | 171.35 | 0.5 | 0.41 |
| Hex | 35 | 9D | 8E | 42 | 0 | A | 26 | AB | 32 | 29 |
| Octal | 65 | 235 | 216 | 102 | 0 | 12 | 46 | 253 | 62 | 51 |
| Binary | 110101 | 10011101 | 10001110 | 1000010 | 0 | 1010 | 100110 | 10101011 | 110010 | 101001 |
Color Harmonies of #359D8E
Complementary color
Monochromatic Colors of #359D8E
Black with #359D8E
Text Example
Text Example
White with #359D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359D8E; }
p { color: rgb(53,157,142); }
H1.HeaderClassName
{
color: #359D8E;
}
.AnyTagClassName
{
color: #359D8E;
}
</style>
background-color css
<style>
a { background-color: #359D8E; }
a { background-color: rgb(53,157,142); }
div.DivClassName
{
background-color: #359D8E;
}
.BgClassName
{
background-color: #359D8E;
}
</style>
border-color css
<style>
span { border-color: #359D8E; }
span { border-color: rgb(53,157,142); }
td.TdClassName
{
border-color: #359D8E;
}
.TagClassName
{
border-color: #359D8E;
}
</style>