Shades of Gossamer #359A8D
Tints of Gossamer #359A8D
RGB
CMYK
RGB Variations
Color information
#359A8D (or 0x359A8D) is known color: Gossamer. HEX triplet: 35, 9A and 8D. RGB value is (53,154,141). Sum of RGB (Red+Green+Blue) = 53+154+141=348 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.23% from 348); Green value is 154 (60.55% from 255 or 44.25% from 348); Blue value is 141 (55.47% from 255 or 40.52% from 348); Max value from RGB is 154 - color contains mainly: green. Hex color #359A8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359A8D is #CA6572. Grayscale: #7A7A7A. Windows color (decimal): -13264243 or 9280053. OLE color: 9280053.
HSL color Cylindrical-coordinate representation of color #359A8D: hue angle of 172.28º 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 #359A8D is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 53 | 154 | 141 | - |
| CMYK | 0.66 | 0 | 0.08 | 0.40 |
| HSL | 172.28º | 0.49% | 0.41% | - |
| HSV(B) | 172.28º | 0.66% | 0.6% | - |
| XYZ | 17.83 | 25.79 | 29.24 | - |
| YUV | 122.32 | 138.54 | 78.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 154 | 141 | 0.66 | 0 | 0.08 | 0.40 | 172.28 | 0.49 | 0.41 |
| Hex | 35 | 9A | 8D | 42 | 0 | 8 | 28 | AC | 31 | 29 |
| Octal | 65 | 232 | 215 | 102 | 0 | 10 | 50 | 254 | 61 | 51 |
| Binary | 110101 | 10011010 | 10001101 | 1000010 | 0 | 1000 | 101000 | 10101100 | 110001 | 101001 |
Color Harmonies of #359A8D
Complementary color
Monochromatic Colors of #359A8D
Black with #359A8D
Text Example
Text Example
White with #359A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359A8D; }
p { color: rgb(53,154,141); }
H1.HeaderClassName
{
color: #359A8D;
}
.AnyTagClassName
{
color: #359A8D;
}
</style>
background-color css
<style>
a { background-color: #359A8D; }
a { background-color: rgb(53,154,141); }
div.DivClassName
{
background-color: #359A8D;
}
.BgClassName
{
background-color: #359A8D;
}
</style>
border-color css
<style>
span { border-color: #359A8D; }
span { border-color: rgb(53,154,141); }
td.TdClassName
{
border-color: #359A8D;
}
.TagClassName
{
border-color: #359A8D;
}
</style>