Shades of Gossamer #379984
Tints of Gossamer #379984
RGB
CMYK
RGB Variations
Color information
#379984 (or 0x379984) is known color: Gossamer. HEX triplet: 37, 99 and 84. RGB value is (55,153,132). Sum of RGB (Red+Green+Blue) = 55+153+132=340 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.18% from 340); Green value is 153 (60.16% from 255 or 45% from 340); Blue value is 132 (51.95% from 255 or 38.82% from 340); Max value from RGB is 153 - color contains mainly: green. Hex color #379984 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379984 is #C8667B. Grayscale: #797979. Windows color (decimal): -13133436 or 8689975. OLE color: 8689975.
HSL color Cylindrical-coordinate representation of color #379984: hue angle of 167.14º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #379984 is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 55 | 153 | 132 | - |
| CMYK | 0.64 | 0 | 0.14 | 0.4 |
| HSL | 167.14º | 0.47% | 0.41% | - |
| HSV(B) | 167.14º | 0.64% | 0.6% | - |
| XYZ | 17.13 | 25.26 | 25.8 | - |
| YUV | 121.3 | 134.03 | 80.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 153 | 132 | 0.64 | 0 | 0.14 | 0.4 | 167.14 | 0.47 | 0.41 |
| Hex | 37 | 99 | 84 | 40 | 0 | E | 28 | A7 | 2F | 29 |
| Octal | 67 | 231 | 204 | 100 | 0 | 16 | 50 | 247 | 57 | 51 |
| Binary | 110111 | 10011001 | 10000100 | 1000000 | 0 | 1110 | 101000 | 10100111 | 101111 | 101001 |
Color Harmonies of #379984
Complementary color
Monochromatic Colors of #379984
Black with #379984
Text Example
Text Example
White with #379984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379984; }
p { color: rgb(55,153,132); }
H1.HeaderClassName
{
color: #379984;
}
.AnyTagClassName
{
color: #379984;
}
</style>
background-color css
<style>
a { background-color: #379984; }
a { background-color: rgb(55,153,132); }
div.DivClassName
{
background-color: #379984;
}
.BgClassName
{
background-color: #379984;
}
</style>
border-color css
<style>
span { border-color: #379984; }
span { border-color: rgb(55,153,132); }
td.TdClassName
{
border-color: #379984;
}
.TagClassName
{
border-color: #379984;
}
</style>