Shades of Gossamer #379E81
Tints of Gossamer #379E81
RGB
CMYK
RGB Variations
Color information
#379E81 (or 0x379E81) is known color: Gossamer. HEX triplet: 37, 9E and 81. RGB value is (55,158,129). Sum of RGB (Red+Green+Blue) = 55+158+129=342 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.08% from 342); Green value is 158 (62.11% from 255 or 46.20% from 342); Blue value is 129 (50.78% from 255 or 37.72% from 342); Max value from RGB is 158 - color contains mainly: green. Hex color #379E81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379E81 is #C8617E. Grayscale: #7B7B7B. Windows color (decimal): -13132159 or 8494647. OLE color: 8494647.
HSL color Cylindrical-coordinate representation of color #379E81: hue angle of 163.11º 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 #379E81 is Cyan = 0.65, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 55 | 158 | 129 | - |
| CMYK | 0.65 | 0 | 0.18 | 0.38 |
| HSL | 163.11º | 0.48% | 0.42% | - |
| HSV(B) | 163.11º | 0.65% | 0.62% | - |
| XYZ | 17.76 | 26.85 | 25.02 | - |
| YUV | 123.9 | 130.88 | 78.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 158 | 129 | 0.65 | 0 | 0.18 | 0.38 | 163.11 | 0.48 | 0.42 |
| Hex | 37 | 9E | 81 | 41 | 0 | 12 | 26 | A3 | 30 | 2A |
| Octal | 67 | 236 | 201 | 101 | 0 | 22 | 46 | 243 | 60 | 52 |
| Binary | 110111 | 10011110 | 10000001 | 1000001 | 0 | 10010 | 100110 | 10100011 | 110000 | 101010 |
Color Harmonies of #379E81
Complementary color
Monochromatic Colors of #379E81
Black with #379E81
Text Example
Text Example
White with #379E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379E81; }
p { color: rgb(55,158,129); }
H1.HeaderClassName
{
color: #379E81;
}
.AnyTagClassName
{
color: #379E81;
}
</style>
background-color css
<style>
a { background-color: #379E81; }
a { background-color: rgb(55,158,129); }
div.DivClassName
{
background-color: #379E81;
}
.BgClassName
{
background-color: #379E81;
}
</style>
border-color css
<style>
span { border-color: #379E81; }
span { border-color: rgb(55,158,129); }
td.TdClassName
{
border-color: #379E81;
}
.TagClassName
{
border-color: #379E81;
}
</style>