Shades of Gossamer #358F7B
Tints of Gossamer #358F7B
RGB
CMYK
RGB Variations
Color information
#358F7B (or 0x358F7B) is known color: Gossamer. HEX triplet: 35, 8F and 7B. RGB value is (53,143,123). Sum of RGB (Red+Green+Blue) = 53+143+123=319 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.61% from 319); Green value is 143 (56.25% from 255 or 44.83% from 319); Blue value is 123 (48.44% from 255 or 38.56% from 319); Max value from RGB is 143 - color contains mainly: green. Hex color #358F7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358F7B is #CA7084. Grayscale: #717171. Windows color (decimal): -13267077 or 8097589. OLE color: 8097589.
HSL color Cylindrical-coordinate representation of color #358F7B: hue angle of 166.67º 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 #358F7B is Cyan = 0.63, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 53 | 143 | 123 | - |
| CMYK | 0.63 | 0 | 0.14 | 0.44 |
| HSL | 166.67º | 0.46% | 0.38% | - |
| HSV(B) | 166.67º | 0.63% | 0.56% | - |
| XYZ | 14.87 | 21.83 | 22.17 | - |
| YUV | 113.81 | 133.18 | 84.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 143 | 123 | 0.63 | 0 | 0.14 | 0.44 | 166.67 | 0.46 | 0.38 |
| Hex | 35 | 8F | 7B | 3F | 0 | E | 2C | A7 | 2E | 26 |
| Octal | 65 | 217 | 173 | 77 | 0 | 16 | 54 | 247 | 56 | 46 |
| Binary | 110101 | 10001111 | 1111011 | 111111 | 0 | 1110 | 101100 | 10100111 | 101110 | 100110 |
Color Harmonies of #358F7B
Complementary color
Monochromatic Colors of #358F7B
Black with #358F7B
Text Example
Text Example
White with #358F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358F7B; }
p { color: rgb(53,143,123); }
H1.HeaderClassName
{
color: #358F7B;
}
.AnyTagClassName
{
color: #358F7B;
}
</style>
background-color css
<style>
a { background-color: #358F7B; }
a { background-color: rgb(53,143,123); }
div.DivClassName
{
background-color: #358F7B;
}
.BgClassName
{
background-color: #358F7B;
}
</style>
border-color css
<style>
span { border-color: #358F7B; }
span { border-color: rgb(53,143,123); }
td.TdClassName
{
border-color: #358F7B;
}
.TagClassName
{
border-color: #358F7B;
}
</style>