Shades of Gossamer #359C81
Tints of Gossamer #359C81
RGB
CMYK
RGB Variations
Color information
#359C81 (or 0x359C81) is known color: Gossamer. HEX triplet: 35, 9C and 81. RGB value is (53,156,129). Sum of RGB (Red+Green+Blue) = 53+156+129=338 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.68% from 338); Green value is 156 (61.33% from 255 or 46.15% from 338); Blue value is 129 (50.78% from 255 or 38.17% from 338); Max value from RGB is 156 - color contains mainly: green. Hex color #359C81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359C81 is #CA637E. Grayscale: #7A7A7A. Windows color (decimal): -13263743 or 8494133. OLE color: 8494133.
HSL color Cylindrical-coordinate representation of color #359C81: hue angle of 164.27º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #359C81 is Cyan = 0.66, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 53 | 156 | 129 | - |
| CMYK | 0.66 | 0 | 0.17 | 0.39 |
| HSL | 164.27º | 0.49% | 0.41% | - |
| HSV(B) | 164.27º | 0.66% | 0.61% | - |
| XYZ | 17.32 | 26.12 | 24.9 | - |
| YUV | 122.13 | 131.88 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 156 | 129 | 0.66 | 0 | 0.17 | 0.39 | 164.27 | 0.49 | 0.41 |
| Hex | 35 | 9C | 81 | 42 | 0 | 11 | 27 | A4 | 31 | 29 |
| Octal | 65 | 234 | 201 | 102 | 0 | 21 | 47 | 244 | 61 | 51 |
| Binary | 110101 | 10011100 | 10000001 | 1000010 | 0 | 10001 | 100111 | 10100100 | 110001 | 101001 |
Color Harmonies of #359C81
Complementary color
Monochromatic Colors of #359C81
Black with #359C81
Text Example
Text Example
White with #359C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359C81; }
p { color: rgb(53,156,129); }
H1.HeaderClassName
{
color: #359C81;
}
.AnyTagClassName
{
color: #359C81;
}
</style>
background-color css
<style>
a { background-color: #359C81; }
a { background-color: rgb(53,156,129); }
div.DivClassName
{
background-color: #359C81;
}
.BgClassName
{
background-color: #359C81;
}
</style>
border-color css
<style>
span { border-color: #359C81; }
span { border-color: rgb(53,156,129); }
td.TdClassName
{
border-color: #359C81;
}
.TagClassName
{
border-color: #359C81;
}
</style>