Shades of Gossamer #35978B
Tints of Gossamer #35978B
RGB
CMYK
RGB Variations
Color information
#35978B (or 0x35978B) is known color: Gossamer. HEX triplet: 35, 97 and 8B. RGB value is (53,151,139). Sum of RGB (Red+Green+Blue) = 53+151+139=343 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.45% from 343); Green value is 151 (59.38% from 255 or 44.02% from 343); Blue value is 139 (54.69% from 255 or 40.52% from 343); Max value from RGB is 151 - color contains mainly: green. Hex color #35978B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35978B is #CA6874. Grayscale: #787878. Windows color (decimal): -13265013 or 9148213. OLE color: 9148213.
HSL color Cylindrical-coordinate representation of color #35978B: hue angle of 172.65º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #35978B is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 53 | 151 | 139 | - |
| CMYK | 0.65 | 0 | 0.08 | 0.41 |
| HSL | 172.65º | 0.48% | 0.4% | - |
| HSV(B) | 172.65º | 0.65% | 0.59% | - |
| XYZ | 17.2 | 24.75 | 28.3 | - |
| YUV | 120.33 | 138.53 | 79.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 151 | 139 | 0.65 | 0 | 0.08 | 0.41 | 172.65 | 0.48 | 0.4 |
| Hex | 35 | 97 | 8B | 41 | 0 | 8 | 29 | AD | 30 | 28 |
| Octal | 65 | 227 | 213 | 101 | 0 | 10 | 51 | 255 | 60 | 50 |
| Binary | 110101 | 10010111 | 10001011 | 1000001 | 0 | 1000 | 101001 | 10101101 | 110000 | 101000 |
Color Harmonies of #35978B
Complementary color
Monochromatic Colors of #35978B
Black with #35978B
Text Example
Text Example
White with #35978B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35978B; }
p { color: rgb(53,151,139); }
H1.HeaderClassName
{
color: #35978B;
}
.AnyTagClassName
{
color: #35978B;
}
</style>
background-color css
<style>
a { background-color: #35978B; }
a { background-color: rgb(53,151,139); }
div.DivClassName
{
background-color: #35978B;
}
.BgClassName
{
background-color: #35978B;
}
</style>
border-color css
<style>
span { border-color: #35978B; }
span { border-color: rgb(53,151,139); }
td.TdClassName
{
border-color: #35978B;
}
.TagClassName
{
border-color: #35978B;
}
</style>