Shades of Gossamer #359B7C
Tints of Gossamer #359B7C
RGB
CMYK
RGB Variations
Color information
#359B7C (or 0x359B7C) is known color: Gossamer. HEX triplet: 35, 9B and 7C. RGB value is (53,155,124). Sum of RGB (Red+Green+Blue) = 53+155+124=332 (43% of max value = 765). Red value is 53 (21.09% from 255 or 15.96% from 332); Green value is 155 (60.94% from 255 or 46.69% from 332); Blue value is 124 (48.83% from 255 or 37.35% from 332); Max value from RGB is 155 - color contains mainly: green. Hex color #359B7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359B7C is #CA6483. Grayscale: #787878. Windows color (decimal): -13264004 or 8166197. OLE color: 8166197.
HSL color Cylindrical-coordinate representation of color #359B7C: hue angle of 161.76º 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 #359B7C is Cyan = 0.66, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 53 | 155 | 124 | - |
| CMYK | 0.66 | 0 | 0.2 | 0.39 |
| HSL | 161.76º | 0.49% | 0.41% | - |
| HSV(B) | 161.76º | 0.66% | 0.61% | - |
| XYZ | 16.83 | 25.65 | 23.13 | - |
| YUV | 120.97 | 129.71 | 79.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 155 | 124 | 0.66 | 0 | 0.2 | 0.39 | 161.76 | 0.49 | 0.41 |
| Hex | 35 | 9B | 7C | 42 | 0 | 14 | 27 | A2 | 31 | 29 |
| Octal | 65 | 233 | 174 | 102 | 0 | 24 | 47 | 242 | 61 | 51 |
| Binary | 110101 | 10011011 | 1111100 | 1000010 | 0 | 10100 | 100111 | 10100010 | 110001 | 101001 |
Color Harmonies of #359B7C
Complementary color
Monochromatic Colors of #359B7C
Black with #359B7C
Text Example
Text Example
White with #359B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359B7C; }
p { color: rgb(53,155,124); }
H1.HeaderClassName
{
color: #359B7C;
}
.AnyTagClassName
{
color: #359B7C;
}
</style>
background-color css
<style>
a { background-color: #359B7C; }
a { background-color: rgb(53,155,124); }
div.DivClassName
{
background-color: #359B7C;
}
.BgClassName
{
background-color: #359B7C;
}
</style>
border-color css
<style>
span { border-color: #359B7C; }
span { border-color: rgb(53,155,124); }
td.TdClassName
{
border-color: #359B7C;
}
.TagClassName
{
border-color: #359B7C;
}
</style>