Shades of Gossamer #37998D
Tints of Gossamer #37998D
RGB
CMYK
RGB Variations
Color information
#37998D (or 0x37998D) is known color: Gossamer. HEX triplet: 37, 99 and 8D. RGB value is (55,153,141). Sum of RGB (Red+Green+Blue) = 55+153+141=349 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.76% from 349); Green value is 153 (60.16% from 255 or 43.84% from 349); Blue value is 141 (55.47% from 255 or 40.40% from 349); Max value from RGB is 153 - color contains mainly: green. Hex color #37998D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37998D is #C86672. Grayscale: #7A7A7A. Windows color (decimal): -13133427 or 9279799. OLE color: 9279799.
HSL color Cylindrical-coordinate representation of color #37998D: hue angle of 172.65º 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 #37998D is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 55 | 153 | 141 | - |
| CMYK | 0.64 | 0 | 0.08 | 0.4 |
| HSL | 172.65º | 0.47% | 0.41% | - |
| HSV(B) | 172.65º | 0.64% | 0.6% | - |
| XYZ | 17.77 | 25.52 | 29.19 | - |
| YUV | 122.33 | 138.53 | 79.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 153 | 141 | 0.64 | 0 | 0.08 | 0.4 | 172.65 | 0.47 | 0.41 |
| Hex | 37 | 99 | 8D | 40 | 0 | 8 | 28 | AD | 2F | 29 |
| Octal | 67 | 231 | 215 | 100 | 0 | 10 | 50 | 255 | 57 | 51 |
| Binary | 110111 | 10011001 | 10001101 | 1000000 | 0 | 1000 | 101000 | 10101101 | 101111 | 101001 |
Color Harmonies of #37998D
Complementary color
Monochromatic Colors of #37998D
Black with #37998D
Text Example
Text Example
White with #37998D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37998D; }
p { color: rgb(55,153,141); }
H1.HeaderClassName
{
color: #37998D;
}
.AnyTagClassName
{
color: #37998D;
}
</style>
background-color css
<style>
a { background-color: #37998D; }
a { background-color: rgb(55,153,141); }
div.DivClassName
{
background-color: #37998D;
}
.BgClassName
{
background-color: #37998D;
}
</style>
border-color css
<style>
span { border-color: #37998D; }
span { border-color: rgb(55,153,141); }
td.TdClassName
{
border-color: #37998D;
}
.TagClassName
{
border-color: #37998D;
}
</style>