Shades of Gossamer #359A8B
Tints of Gossamer #359A8B
RGB
CMYK
RGB Variations
Color information
#359A8B (or 0x359A8B) is known color: Gossamer. HEX triplet: 35, 9A and 8B. RGB value is (53,154,139). Sum of RGB (Red+Green+Blue) = 53+154+139=346 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.32% from 346); Green value is 154 (60.55% from 255 or 44.51% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 154 - color contains mainly: green. Hex color #359A8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359A8B is #CA6574. Grayscale: #7A7A7A. Windows color (decimal): -13264245 or 9148981. OLE color: 9148981.
HSL color Cylindrical-coordinate representation of color #359A8B: hue angle of 171.09º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #359A8B is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 53 | 154 | 139 | - |
| CMYK | 0.66 | 0 | 0.10 | 0.40 |
| HSL | 171.09º | 0.49% | 0.41% | - |
| HSV(B) | 171.09º | 0.66% | 0.6% | - |
| XYZ | 17.68 | 25.73 | 28.46 | - |
| YUV | 122.09 | 137.54 | 78.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 154 | 139 | 0.66 | 0 | 0.10 | 0.40 | 171.09 | 0.49 | 0.41 |
| Hex | 35 | 9A | 8B | 42 | 0 | A | 28 | AB | 31 | 29 |
| Octal | 65 | 232 | 213 | 102 | 0 | 12 | 50 | 253 | 61 | 51 |
| Binary | 110101 | 10011010 | 10001011 | 1000010 | 0 | 1010 | 101000 | 10101011 | 110001 | 101001 |
Color Harmonies of #359A8B
Complementary color
Monochromatic Colors of #359A8B
Black with #359A8B
Text Example
Text Example
White with #359A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359A8B; }
p { color: rgb(53,154,139); }
H1.HeaderClassName
{
color: #359A8B;
}
.AnyTagClassName
{
color: #359A8B;
}
</style>
background-color css
<style>
a { background-color: #359A8B; }
a { background-color: rgb(53,154,139); }
div.DivClassName
{
background-color: #359A8B;
}
.BgClassName
{
background-color: #359A8B;
}
</style>
border-color css
<style>
span { border-color: #359A8B; }
span { border-color: rgb(53,154,139); }
td.TdClassName
{
border-color: #359A8B;
}
.TagClassName
{
border-color: #359A8B;
}
</style>