Shades of Gossamer #358F7D
Tints of Gossamer #358F7D
RGB
CMYK
RGB Variations
Color information
#358F7D (or 0x358F7D) is known color: Gossamer. HEX triplet: 35, 8F and 7D. RGB value is (53,143,125). Sum of RGB (Red+Green+Blue) = 53+143+125=321 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.51% from 321); Green value is 143 (56.25% from 255 or 44.55% from 321); Blue value is 125 (49.22% from 255 or 38.94% from 321); Max value from RGB is 143 - color contains mainly: green. Hex color #358F7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358F7D is #CA7082. Grayscale: #727272. Windows color (decimal): -13267075 or 8228661. OLE color: 8228661.
HSL color Cylindrical-coordinate representation of color #358F7D: hue angle of 168º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #358F7D is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 53 | 143 | 125 | - |
| CMYK | 0.63 | 0 | 0.13 | 0.44 |
| HSL | 168º | 0.46% | 0.38% | - |
| HSV(B) | 168º | 0.63% | 0.56% | - |
| XYZ | 14.99 | 21.88 | 22.84 | - |
| YUV | 114.04 | 134.18 | 84.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 143 | 125 | 0.63 | 0 | 0.13 | 0.44 | 168 | 0.46 | 0.38 |
| Hex | 35 | 8F | 7D | 3F | 0 | D | 2C | A8 | 2E | 26 |
| Octal | 65 | 217 | 175 | 77 | 0 | 15 | 54 | 250 | 56 | 46 |
| Binary | 110101 | 10001111 | 1111101 | 111111 | 0 | 1101 | 101100 | 10101000 | 101110 | 100110 |
Color Harmonies of #358F7D
Complementary color
Monochromatic Colors of #358F7D
Black with #358F7D
Text Example
Text Example
White with #358F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358F7D; }
p { color: rgb(53,143,125); }
H1.HeaderClassName
{
color: #358F7D;
}
.AnyTagClassName
{
color: #358F7D;
}
</style>
background-color css
<style>
a { background-color: #358F7D; }
a { background-color: rgb(53,143,125); }
div.DivClassName
{
background-color: #358F7D;
}
.BgClassName
{
background-color: #358F7D;
}
</style>
border-color css
<style>
span { border-color: #358F7D; }
span { border-color: rgb(53,143,125); }
td.TdClassName
{
border-color: #358F7D;
}
.TagClassName
{
border-color: #358F7D;
}
</style>