Shades of Gossamer #379888
Tints of Gossamer #379888
RGB
CMYK
RGB Variations
Color information
#379888 (or 0x379888) is known color: Gossamer. HEX triplet: 37, 98 and 88. RGB value is (55,152,136). Sum of RGB (Red+Green+Blue) = 55+152+136=343 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.03% from 343); Green value is 152 (59.77% from 255 or 44.31% from 343); Blue value is 136 (53.52% from 255 or 39.65% from 343); Max value from RGB is 152 - color contains mainly: green. Hex color #379888 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379888 is #C86777. Grayscale: #797979. Windows color (decimal): -13133688 or 8951863. OLE color: 8951863.
HSL color Cylindrical-coordinate representation of color #379888: hue angle of 170.1º 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 #379888 is Cyan = 0.64, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 55 | 152 | 136 | - |
| CMYK | 0.64 | 0 | 0.11 | 0.40 |
| HSL | 170.1º | 0.47% | 0.41% | - |
| HSV(B) | 170.1º | 0.64% | 0.6% | - |
| XYZ | 17.25 | 25.05 | 27.22 | - |
| YUV | 121.17 | 136.36 | 80.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 152 | 136 | 0.64 | 0 | 0.11 | 0.40 | 170.1 | 0.47 | 0.41 |
| Hex | 37 | 98 | 88 | 40 | 0 | B | 28 | AA | 2F | 29 |
| Octal | 67 | 230 | 210 | 100 | 0 | 13 | 50 | 252 | 57 | 51 |
| Binary | 110111 | 10011000 | 10001000 | 1000000 | 0 | 1011 | 101000 | 10101010 | 101111 | 101001 |
Color Harmonies of #379888
Complementary color
Monochromatic Colors of #379888
Black with #379888
Text Example
Text Example
White with #379888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379888; }
p { color: rgb(55,152,136); }
H1.HeaderClassName
{
color: #379888;
}
.AnyTagClassName
{
color: #379888;
}
</style>
background-color css
<style>
a { background-color: #379888; }
a { background-color: rgb(55,152,136); }
div.DivClassName
{
background-color: #379888;
}
.BgClassName
{
background-color: #379888;
}
</style>
border-color css
<style>
span { border-color: #379888; }
span { border-color: rgb(55,152,136); }
td.TdClassName
{
border-color: #379888;
}
.TagClassName
{
border-color: #379888;
}
</style>