Shades of Gossamer #359C88
Tints of Gossamer #359C88
RGB
CMYK
RGB Variations
Color information
#359C88 (or 0x359C88) is known color: Gossamer. HEX triplet: 35, 9C and 88. RGB value is (53,156,136). Sum of RGB (Red+Green+Blue) = 53+156+136=345 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.36% from 345); Green value is 156 (61.33% from 255 or 45.22% from 345); Blue value is 136 (53.52% from 255 or 39.42% from 345); Max value from RGB is 156 - color contains mainly: green. Hex color #359C88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359C88 is #CA6377. Grayscale: #7A7A7A. Windows color (decimal): -13263736 or 8952885. OLE color: 8952885.
HSL color Cylindrical-coordinate representation of color #359C88: hue angle of 168.35º 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 #359C88 is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 53 | 156 | 136 | - |
| CMYK | 0.66 | 0 | 0.13 | 0.39 |
| HSL | 168.35º | 0.49% | 0.41% | - |
| HSV(B) | 168.35º | 0.66% | 0.61% | - |
| XYZ | 17.8 | 26.31 | 27.43 | - |
| YUV | 122.92 | 135.38 | 78.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 156 | 136 | 0.66 | 0 | 0.13 | 0.39 | 168.35 | 0.49 | 0.41 |
| Hex | 35 | 9C | 88 | 42 | 0 | D | 27 | A8 | 31 | 29 |
| Octal | 65 | 234 | 210 | 102 | 0 | 15 | 47 | 250 | 61 | 51 |
| Binary | 110101 | 10011100 | 10001000 | 1000010 | 0 | 1101 | 100111 | 10101000 | 110001 | 101001 |
Color Harmonies of #359C88
Complementary color
Monochromatic Colors of #359C88
Black with #359C88
Text Example
Text Example
White with #359C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359C88; }
p { color: rgb(53,156,136); }
H1.HeaderClassName
{
color: #359C88;
}
.AnyTagClassName
{
color: #359C88;
}
</style>
background-color css
<style>
a { background-color: #359C88; }
a { background-color: rgb(53,156,136); }
div.DivClassName
{
background-color: #359C88;
}
.BgClassName
{
background-color: #359C88;
}
</style>
border-color css
<style>
span { border-color: #359C88; }
span { border-color: rgb(53,156,136); }
td.TdClassName
{
border-color: #359C88;
}
.TagClassName
{
border-color: #359C88;
}
</style>