Shades of Gossamer #359F8C
Tints of Gossamer #359F8C
RGB
CMYK
RGB Variations
Color information
#359F8C (or 0x359F8C) is known color: Gossamer. HEX triplet: 35, 9F and 8C. RGB value is (53,159,140). Sum of RGB (Red+Green+Blue) = 53+159+140=352 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.06% from 352); Green value is 159 (62.5% from 255 or 45.17% from 352); Blue value is 140 (55.08% from 255 or 39.77% from 352); Max value from RGB is 159 - color contains mainly: green. Hex color #359F8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359F8C is #CA6073. Grayscale: #7D7D7D. Windows color (decimal): -13262964 or 9215797. OLE color: 9215797.
HSL color Cylindrical-coordinate representation of color #359F8C: hue angle of 169.25º 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 #359F8C is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 53 | 159 | 140 | - |
| CMYK | 0.67 | 0 | 0.12 | 0.38 |
| HSL | 169.25º | 0.5% | 0.42% | - |
| HSV(B) | 169.25º | 0.67% | 0.62% | - |
| XYZ | 18.6 | 27.45 | 29.13 | - |
| YUV | 125.14 | 136.38 | 76.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 159 | 140 | 0.67 | 0 | 0.12 | 0.38 | 169.25 | 0.5 | 0.42 |
| Hex | 35 | 9F | 8C | 43 | 0 | C | 26 | A9 | 32 | 2A |
| Octal | 65 | 237 | 214 | 103 | 0 | 14 | 46 | 251 | 62 | 52 |
| Binary | 110101 | 10011111 | 10001100 | 1000011 | 0 | 1100 | 100110 | 10101001 | 110010 | 101010 |
Color Harmonies of #359F8C
Complementary color
Monochromatic Colors of #359F8C
Black with #359F8C
Text Example
Text Example
White with #359F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359F8C; }
p { color: rgb(53,159,140); }
H1.HeaderClassName
{
color: #359F8C;
}
.AnyTagClassName
{
color: #359F8C;
}
</style>
background-color css
<style>
a { background-color: #359F8C; }
a { background-color: rgb(53,159,140); }
div.DivClassName
{
background-color: #359F8C;
}
.BgClassName
{
background-color: #359F8C;
}
</style>
border-color css
<style>
span { border-color: #359F8C; }
span { border-color: rgb(53,159,140); }
td.TdClassName
{
border-color: #359F8C;
}
.TagClassName
{
border-color: #359F8C;
}
</style>