Shades of Gossamer #359E8C
Tints of Gossamer #359E8C
RGB
CMYK
RGB Variations
Color information
#359E8C (or 0x359E8C) is known color: Gossamer. HEX triplet: 35, 9E and 8C. RGB value is (53,158,140). Sum of RGB (Red+Green+Blue) = 53+158+140=351 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.10% from 351); Green value is 158 (62.11% from 255 or 45.01% from 351); Blue value is 140 (55.08% from 255 or 39.89% from 351); Max value from RGB is 158 - color contains mainly: green. Hex color #359E8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359E8C is #CA6173. Grayscale: #7C7C7C. Windows color (decimal): -13263220 or 9215541. OLE color: 9215541.
HSL color Cylindrical-coordinate representation of color #359E8C: hue angle of 169.71º 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 #359E8C is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 53 | 158 | 140 | - |
| CMYK | 0.66 | 0 | 0.11 | 0.38 |
| HSL | 169.71º | 0.5% | 0.41% | - |
| HSV(B) | 169.71º | 0.66% | 0.62% | - |
| XYZ | 18.43 | 27.1 | 29.07 | - |
| YUV | 124.55 | 136.71 | 76.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 158 | 140 | 0.66 | 0 | 0.11 | 0.38 | 169.71 | 0.5 | 0.41 |
| Hex | 35 | 9E | 8C | 42 | 0 | B | 26 | AA | 32 | 29 |
| Octal | 65 | 236 | 214 | 102 | 0 | 13 | 46 | 252 | 62 | 51 |
| Binary | 110101 | 10011110 | 10001100 | 1000010 | 0 | 1011 | 100110 | 10101010 | 110010 | 101001 |
Color Harmonies of #359E8C
Complementary color
Monochromatic Colors of #359E8C
Black with #359E8C
Text Example
Text Example
White with #359E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359E8C; }
p { color: rgb(53,158,140); }
H1.HeaderClassName
{
color: #359E8C;
}
.AnyTagClassName
{
color: #359E8C;
}
</style>
background-color css
<style>
a { background-color: #359E8C; }
a { background-color: rgb(53,158,140); }
div.DivClassName
{
background-color: #359E8C;
}
.BgClassName
{
background-color: #359E8C;
}
</style>
border-color css
<style>
span { border-color: #359E8C; }
span { border-color: rgb(53,158,140); }
td.TdClassName
{
border-color: #359E8C;
}
.TagClassName
{
border-color: #359E8C;
}
</style>