Shades of Gossamer #359F7C
Tints of Gossamer #359F7C
RGB
CMYK
RGB Variations
Color information
#359F7C (or 0x359F7C) is known color: Gossamer. HEX triplet: 35, 9F and 7C. RGB value is (53,159,124). Sum of RGB (Red+Green+Blue) = 53+159+124=336 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.77% from 336); Green value is 159 (62.5% from 255 or 47.32% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 159 - color contains mainly: green. Hex color #359F7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359F7C is #CA6083. Grayscale: #7B7B7B. Windows color (decimal): -13262980 or 8167221. OLE color: 8167221.
HSL color Cylindrical-coordinate representation of color #359F7C: hue angle of 160.19º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #359F7C is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 53 | 159 | 124 | - |
| CMYK | 0.67 | 0 | 0.22 | 0.38 |
| HSL | 160.19º | 0.5% | 0.42% | - |
| HSV(B) | 160.19º | 0.67% | 0.62% | - |
| XYZ | 17.5 | 27.01 | 23.36 | - |
| YUV | 123.32 | 128.38 | 77.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 159 | 124 | 0.67 | 0 | 0.22 | 0.38 | 160.19 | 0.5 | 0.42 |
| Hex | 35 | 9F | 7C | 43 | 0 | 16 | 26 | A0 | 32 | 2A |
| Octal | 65 | 237 | 174 | 103 | 0 | 26 | 46 | 240 | 62 | 52 |
| Binary | 110101 | 10011111 | 1111100 | 1000011 | 0 | 10110 | 100110 | 10100000 | 110010 | 101010 |
Color Harmonies of #359F7C
Complementary color
Monochromatic Colors of #359F7C
Black with #359F7C
Text Example
Text Example
White with #359F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359F7C; }
p { color: rgb(53,159,124); }
H1.HeaderClassName
{
color: #359F7C;
}
.AnyTagClassName
{
color: #359F7C;
}
</style>
background-color css
<style>
a { background-color: #359F7C; }
a { background-color: rgb(53,159,124); }
div.DivClassName
{
background-color: #359F7C;
}
.BgClassName
{
background-color: #359F7C;
}
</style>
border-color css
<style>
span { border-color: #359F7C; }
span { border-color: rgb(53,159,124); }
td.TdClassName
{
border-color: #359F7C;
}
.TagClassName
{
border-color: #359F7C;
}
</style>