Shades of Gossamer #359B7A
Tints of Gossamer #359B7A
RGB
CMYK
RGB Variations
Color information
#359B7A (or 0x359B7A) is known color: Gossamer. HEX triplet: 35, 9B and 7A. RGB value is (53,155,122). Sum of RGB (Red+Green+Blue) = 53+155+122=330 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.06% from 330); Green value is 155 (60.94% from 255 or 46.97% from 330); Blue value is 122 (48.05% from 255 or 36.97% from 330); Max value from RGB is 155 - color contains mainly: green. Hex color #359B7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359B7A is #CA6485. Grayscale: #787878. Windows color (decimal): -13264006 or 8035125. OLE color: 8035125.
HSL color Cylindrical-coordinate representation of color #359B7A: hue angle of 160.59º 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 #359B7A is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 53 | 155 | 122 | - |
| CMYK | 0.66 | 0 | 0.21 | 0.39 |
| HSL | 160.59º | 0.49% | 0.41% | - |
| HSV(B) | 160.59º | 0.66% | 0.61% | - |
| XYZ | 16.7 | 25.6 | 22.47 | - |
| YUV | 120.74 | 128.71 | 79.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 155 | 122 | 0.66 | 0 | 0.21 | 0.39 | 160.59 | 0.49 | 0.41 |
| Hex | 35 | 9B | 7A | 42 | 0 | 15 | 27 | A1 | 31 | 29 |
| Octal | 65 | 233 | 172 | 102 | 0 | 25 | 47 | 241 | 61 | 51 |
| Binary | 110101 | 10011011 | 1111010 | 1000010 | 0 | 10101 | 100111 | 10100001 | 110001 | 101001 |
Color Harmonies of #359B7A
Complementary color
Monochromatic Colors of #359B7A
Black with #359B7A
Text Example
Text Example
White with #359B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359B7A; }
p { color: rgb(53,155,122); }
H1.HeaderClassName
{
color: #359B7A;
}
.AnyTagClassName
{
color: #359B7A;
}
</style>
background-color css
<style>
a { background-color: #359B7A; }
a { background-color: rgb(53,155,122); }
div.DivClassName
{
background-color: #359B7A;
}
.BgClassName
{
background-color: #359B7A;
}
</style>
border-color css
<style>
span { border-color: #359B7A; }
span { border-color: rgb(53,155,122); }
td.TdClassName
{
border-color: #359B7A;
}
.TagClassName
{
border-color: #359B7A;
}
</style>