Shades of Gossamer #359684
Tints of Gossamer #359684
RGB
CMYK
RGB Variations
Color information
#359684 (or 0x359684) is known color: Gossamer. HEX triplet: 35, 96 and 84. RGB value is (53,150,132). Sum of RGB (Red+Green+Blue) = 53+150+132=335 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.82% from 335); Green value is 150 (58.98% from 255 or 44.78% from 335); Blue value is 132 (51.95% from 255 or 39.40% from 335); Max value from RGB is 150 - color contains mainly: green. Hex color #359684 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359684 is #CA697B. Grayscale: #767676. Windows color (decimal): -13265276 or 8689205. OLE color: 8689205.
HSL color Cylindrical-coordinate representation of color #359684: hue angle of 168.87º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #359684 is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 53 | 150 | 132 | - |
| CMYK | 0.65 | 0 | 0.12 | 0.41 |
| HSL | 168.87º | 0.48% | 0.4% | - |
| HSV(B) | 168.87º | 0.65% | 0.59% | - |
| XYZ | 16.54 | 24.24 | 25.64 | - |
| YUV | 118.95 | 135.36 | 80.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 150 | 132 | 0.65 | 0 | 0.12 | 0.41 | 168.87 | 0.48 | 0.4 |
| Hex | 35 | 96 | 84 | 41 | 0 | C | 29 | A9 | 30 | 28 |
| Octal | 65 | 226 | 204 | 101 | 0 | 14 | 51 | 251 | 60 | 50 |
| Binary | 110101 | 10010110 | 10000100 | 1000001 | 0 | 1100 | 101001 | 10101001 | 110000 | 101000 |
Color Harmonies of #359684
Complementary color
Monochromatic Colors of #359684
Black with #359684
Text Example
Text Example
White with #359684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359684; }
p { color: rgb(53,150,132); }
H1.HeaderClassName
{
color: #359684;
}
.AnyTagClassName
{
color: #359684;
}
</style>
background-color css
<style>
a { background-color: #359684; }
a { background-color: rgb(53,150,132); }
div.DivClassName
{
background-color: #359684;
}
.BgClassName
{
background-color: #359684;
}
</style>
border-color css
<style>
span { border-color: #359684; }
span { border-color: rgb(53,150,132); }
td.TdClassName
{
border-color: #359684;
}
.TagClassName
{
border-color: #359684;
}
</style>