Shades of Gossamer #359A8A
Tints of Gossamer #359A8A
RGB
CMYK
RGB Variations
Color information
#359A8A (or 0x359A8A) is known color: Gossamer. HEX triplet: 35, 9A and 8A. RGB value is (53,154,138). Sum of RGB (Red+Green+Blue) = 53+154+138=345 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.36% from 345); Green value is 154 (60.55% from 255 or 44.64% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 154 - color contains mainly: green. Hex color #359A8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359A8A is #CA6575. Grayscale: #797979. Windows color (decimal): -13264246 or 9083445. OLE color: 9083445.
HSL color Cylindrical-coordinate representation of color #359A8A: hue angle of 170.5º 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 #359A8A is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 53 | 154 | 138 | - |
| CMYK | 0.66 | 0 | 0.10 | 0.40 |
| HSL | 170.5º | 0.49% | 0.41% | - |
| HSV(B) | 170.5º | 0.66% | 0.6% | - |
| XYZ | 17.61 | 25.7 | 28.08 | - |
| YUV | 121.98 | 137.04 | 78.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 154 | 138 | 0.66 | 0 | 0.10 | 0.40 | 170.5 | 0.49 | 0.41 |
| Hex | 35 | 9A | 8A | 42 | 0 | A | 28 | AA | 31 | 29 |
| Octal | 65 | 232 | 212 | 102 | 0 | 12 | 50 | 252 | 61 | 51 |
| Binary | 110101 | 10011010 | 10001010 | 1000010 | 0 | 1010 | 101000 | 10101010 | 110001 | 101001 |
Color Harmonies of #359A8A
Complementary color
Monochromatic Colors of #359A8A
Black with #359A8A
Text Example
Text Example
White with #359A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359A8A; }
p { color: rgb(53,154,138); }
H1.HeaderClassName
{
color: #359A8A;
}
.AnyTagClassName
{
color: #359A8A;
}
</style>
background-color css
<style>
a { background-color: #359A8A; }
a { background-color: rgb(53,154,138); }
div.DivClassName
{
background-color: #359A8A;
}
.BgClassName
{
background-color: #359A8A;
}
</style>
border-color css
<style>
span { border-color: #359A8A; }
span { border-color: rgb(53,154,138); }
td.TdClassName
{
border-color: #359A8A;
}
.TagClassName
{
border-color: #359A8A;
}
</style>