Shades of Gossamer #379B87
Tints of Gossamer #379B87
RGB
CMYK
RGB Variations
Color information
#379B87 (or 0x379B87) is known color: Gossamer. HEX triplet: 37, 9B and 87. RGB value is (55,155,135). Sum of RGB (Red+Green+Blue) = 55+155+135=345 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.94% from 345); Green value is 155 (60.94% from 255 or 44.93% from 345); Blue value is 135 (53.12% from 255 or 39.13% from 345); Max value from RGB is 155 - color contains mainly: green. Hex color #379B87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379B87 is #C86478. Grayscale: #7A7A7A. Windows color (decimal): -13132921 or 8887095. OLE color: 8887095.
HSL color Cylindrical-coordinate representation of color #379B87: hue angle of 168º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #379B87 is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 55 | 155 | 135 | - |
| CMYK | 0.65 | 0 | 0.13 | 0.39 |
| HSL | 168º | 0.48% | 0.41% | - |
| HSV(B) | 168º | 0.65% | 0.61% | - |
| XYZ | 17.67 | 26 | 27.01 | - |
| YUV | 122.82 | 134.87 | 79.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 155 | 135 | 0.65 | 0 | 0.13 | 0.39 | 168 | 0.48 | 0.41 |
| Hex | 37 | 9B | 87 | 41 | 0 | D | 27 | A8 | 30 | 29 |
| Octal | 67 | 233 | 207 | 101 | 0 | 15 | 47 | 250 | 60 | 51 |
| Binary | 110111 | 10011011 | 10000111 | 1000001 | 0 | 1101 | 100111 | 10101000 | 110000 | 101001 |
Color Harmonies of #379B87
Complementary color
Monochromatic Colors of #379B87
Black with #379B87
Text Example
Text Example
White with #379B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379B87; }
p { color: rgb(55,155,135); }
H1.HeaderClassName
{
color: #379B87;
}
.AnyTagClassName
{
color: #379B87;
}
</style>
background-color css
<style>
a { background-color: #379B87; }
a { background-color: rgb(55,155,135); }
div.DivClassName
{
background-color: #379B87;
}
.BgClassName
{
background-color: #379B87;
}
</style>
border-color css
<style>
span { border-color: #379B87; }
span { border-color: rgb(55,155,135); }
td.TdClassName
{
border-color: #379B87;
}
.TagClassName
{
border-color: #379B87;
}
</style>