Shades of Gossamer #35947C
Tints of Gossamer #35947C
RGB
CMYK
RGB Variations
Color information
#35947C (or 0x35947C) is known color: Gossamer. HEX triplet: 35, 94 and 7C. RGB value is (53,148,124). Sum of RGB (Red+Green+Blue) = 53+148+124=325 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.31% from 325); Green value is 148 (58.20% from 255 or 45.54% from 325); Blue value is 124 (48.83% from 255 or 38.15% from 325); Max value from RGB is 148 - color contains mainly: green. Hex color #35947C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35947C is #CA6B83. Grayscale: #747474. Windows color (decimal): -13265796 or 8164405. OLE color: 8164405.
HSL color Cylindrical-coordinate representation of color #35947C: hue angle of 164.84º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #35947C is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 53 | 148 | 124 | - |
| CMYK | 0.64 | 0 | 0.16 | 0.42 |
| HSL | 164.84º | 0.47% | 0.39% | - |
| HSV(B) | 164.84º | 0.64% | 0.58% | - |
| XYZ | 15.7 | 23.39 | 22.76 | - |
| YUV | 116.86 | 132.03 | 82.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 148 | 124 | 0.64 | 0 | 0.16 | 0.42 | 164.84 | 0.47 | 0.39 |
| Hex | 35 | 94 | 7C | 40 | 0 | 10 | 2A | A5 | 2F | 27 |
| Octal | 65 | 224 | 174 | 100 | 0 | 20 | 52 | 245 | 57 | 47 |
| Binary | 110101 | 10010100 | 1111100 | 1000000 | 0 | 10000 | 101010 | 10100101 | 101111 | 100111 |
Color Harmonies of #35947C
Complementary color
Monochromatic Colors of #35947C
Black with #35947C
Text Example
Text Example
White with #35947C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35947C; }
p { color: rgb(53,148,124); }
H1.HeaderClassName
{
color: #35947C;
}
.AnyTagClassName
{
color: #35947C;
}
</style>
background-color css
<style>
a { background-color: #35947C; }
a { background-color: rgb(53,148,124); }
div.DivClassName
{
background-color: #35947C;
}
.BgClassName
{
background-color: #35947C;
}
</style>
border-color css
<style>
span { border-color: #35947C; }
span { border-color: rgb(53,148,124); }
td.TdClassName
{
border-color: #35947C;
}
.TagClassName
{
border-color: #35947C;
}
</style>