Shades of Gossamer #359084
Tints of Gossamer #359084
RGB
CMYK
RGB Variations
Color information
#359084 (or 0x359084) is known color: Gossamer. HEX triplet: 35, 90 and 84. RGB value is (53,144,132). Sum of RGB (Red+Green+Blue) = 53+144+132=329 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.11% from 329); Green value is 144 (56.64% from 255 or 43.77% from 329); Blue value is 132 (51.95% from 255 or 40.12% from 329); Max value from RGB is 144 - color contains mainly: green. Hex color #359084 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359084 is #CA6F7B. Grayscale: #737373. Windows color (decimal): -13266812 or 8687669. OLE color: 8687669.
HSL color Cylindrical-coordinate representation of color #359084: hue angle of 172.09º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #359084 is Cyan = 0.63, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 53 | 144 | 132 | - |
| CMYK | 0.63 | 0 | 0.08 | 0.44 |
| HSL | 172.09º | 0.46% | 0.39% | - |
| HSV(B) | 172.09º | 0.63% | 0.56% | - |
| XYZ | 15.61 | 22.37 | 25.32 | - |
| YUV | 115.42 | 137.35 | 83.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 144 | 132 | 0.63 | 0 | 0.08 | 0.44 | 172.09 | 0.46 | 0.39 |
| Hex | 35 | 90 | 84 | 3F | 0 | 8 | 2C | AC | 2E | 27 |
| Octal | 65 | 220 | 204 | 77 | 0 | 10 | 54 | 254 | 56 | 47 |
| Binary | 110101 | 10010000 | 10000100 | 111111 | 0 | 1000 | 101100 | 10101100 | 101110 | 100111 |
Color Harmonies of #359084
Complementary color
Monochromatic Colors of #359084
Black with #359084
Text Example
Text Example
White with #359084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359084; }
p { color: rgb(53,144,132); }
H1.HeaderClassName
{
color: #359084;
}
.AnyTagClassName
{
color: #359084;
}
</style>
background-color css
<style>
a { background-color: #359084; }
a { background-color: rgb(53,144,132); }
div.DivClassName
{
background-color: #359084;
}
.BgClassName
{
background-color: #359084;
}
</style>
border-color css
<style>
span { border-color: #359084; }
span { border-color: rgb(53,144,132); }
td.TdClassName
{
border-color: #359084;
}
.TagClassName
{
border-color: #359084;
}
</style>