Shades of Gossamer #379E8D
Tints of Gossamer #379E8D
RGB
CMYK
RGB Variations
Color information
#379E8D (or 0x379E8D) is known color: Gossamer. HEX triplet: 37, 9E and 8D. RGB value is (55,158,141). Sum of RGB (Red+Green+Blue) = 55+158+141=354 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.54% from 354); Green value is 158 (62.11% from 255 or 44.63% from 354); Blue value is 141 (55.47% from 255 or 39.83% from 354); Max value from RGB is 158 - color contains mainly: green. Hex color #379E8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379E8D is #C86172. Grayscale: #7D7D7D. Windows color (decimal): -13132147 or 9281079. OLE color: 9281079.
HSL color Cylindrical-coordinate representation of color #379E8D: hue angle of 170.1º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #379E8D is Cyan = 0.65, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 55 | 158 | 141 | - |
| CMYK | 0.65 | 0 | 0.11 | 0.38 |
| HSL | 170.1º | 0.48% | 0.42% | - |
| HSV(B) | 170.1º | 0.65% | 0.62% | - |
| XYZ | 18.61 | 27.19 | 29.47 | - |
| YUV | 125.27 | 136.88 | 77.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 158 | 141 | 0.65 | 0 | 0.11 | 0.38 | 170.1 | 0.48 | 0.42 |
| Hex | 37 | 9E | 8D | 41 | 0 | B | 26 | AA | 30 | 2A |
| Octal | 67 | 236 | 215 | 101 | 0 | 13 | 46 | 252 | 60 | 52 |
| Binary | 110111 | 10011110 | 10001101 | 1000001 | 0 | 1011 | 100110 | 10101010 | 110000 | 101010 |
Color Harmonies of #379E8D
Complementary color
Monochromatic Colors of #379E8D
Black with #379E8D
Text Example
Text Example
White with #379E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379E8D; }
p { color: rgb(55,158,141); }
H1.HeaderClassName
{
color: #379E8D;
}
.AnyTagClassName
{
color: #379E8D;
}
</style>
background-color css
<style>
a { background-color: #379E8D; }
a { background-color: rgb(55,158,141); }
div.DivClassName
{
background-color: #379E8D;
}
.BgClassName
{
background-color: #379E8D;
}
</style>
border-color css
<style>
span { border-color: #379E8D; }
span { border-color: rgb(55,158,141); }
td.TdClassName
{
border-color: #379E8D;
}
.TagClassName
{
border-color: #379E8D;
}
</style>