Shades of Gossamer #359F7B
Tints of Gossamer #359F7B
RGB
CMYK
RGB Variations
Color information
#359F7B (or 0x359F7B) is known color: Gossamer. HEX triplet: 35, 9F and 7B. RGB value is (53,159,123). Sum of RGB (Red+Green+Blue) = 53+159+123=335 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.82% from 335); Green value is 159 (62.5% from 255 or 47.46% from 335); Blue value is 123 (48.44% from 255 or 36.72% from 335); Max value from RGB is 159 - color contains mainly: green. Hex color #359F7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359F7B is #CA6084. Grayscale: #7B7B7B. Windows color (decimal): -13262981 or 8101685. OLE color: 8101685.
HSL color Cylindrical-coordinate representation of color #359F7B: hue angle of 159.62º 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 #359F7B is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 53 | 159 | 123 | - |
| CMYK | 0.67 | 0 | 0.23 | 0.38 |
| HSL | 159.62º | 0.5% | 0.42% | - |
| HSV(B) | 159.62º | 0.67% | 0.62% | - |
| XYZ | 17.44 | 26.98 | 23.03 | - |
| YUV | 123.2 | 127.88 | 77.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 159 | 123 | 0.67 | 0 | 0.23 | 0.38 | 159.62 | 0.5 | 0.42 |
| Hex | 35 | 9F | 7B | 43 | 0 | 17 | 26 | A0 | 32 | 2A |
| Octal | 65 | 237 | 173 | 103 | 0 | 27 | 46 | 240 | 62 | 52 |
| Binary | 110101 | 10011111 | 1111011 | 1000011 | 0 | 10111 | 100110 | 10100000 | 110010 | 101010 |
Color Harmonies of #359F7B
Complementary color
Monochromatic Colors of #359F7B
Black with #359F7B
Text Example
Text Example
White with #359F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359F7B; }
p { color: rgb(53,159,123); }
H1.HeaderClassName
{
color: #359F7B;
}
.AnyTagClassName
{
color: #359F7B;
}
</style>
background-color css
<style>
a { background-color: #359F7B; }
a { background-color: rgb(53,159,123); }
div.DivClassName
{
background-color: #359F7B;
}
.BgClassName
{
background-color: #359F7B;
}
</style>
border-color css
<style>
span { border-color: #359F7B; }
span { border-color: rgb(53,159,123); }
td.TdClassName
{
border-color: #359F7B;
}
.TagClassName
{
border-color: #359F7B;
}
</style>