#379B86

Color #379B86 Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #379B86

Tints of Gossamer #379B86

Color information

#379B86 (or 0x379B86) is unknown color: approx Gossamer. HEX triplet: 37, 9B and 86. RGB value is (55,155,134). Sum of RGB (Red+Green+Blue) = 55+155+134=344 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.99% from 344); Green value is 155 (60.94% from 255 or 45.06% from 344); Blue value is 134 (52.73% from 255 or 38.95% from 344); Max value from RGB is 155 - color contains mainly: green. Hex color #379B86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379B86 is #C86479. Grayscale: #7A7A7A. Windows color (decimal): -13132922 or 8821559. OLE color: 8821559.

HSL color Cylindrical-coordinate representation of color #379B86: hue angle of 167.4º 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 #379B86 is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB55155134-
CMYK0.6500.140.39
HSL167.4º47.62%41.18%-
HSV(B)167.4º64.52%60.78%-
XYZ17.625.9826.64-
YUV122.71134.3779.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 55 (21.88% from 255) = 15.99%
GREEN value IS 155 (60.94% from 255) = 45.06%
BLUE value IS 134 (52.73% from 255) = 38.95%
R=15.99%
G=45.06%
B=38.95%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal551551340.6500.140.39167.447.6241.18
Hex379B86410E27a73029
Octal67233206101016472476051
Binary110111100110111000011010000010111010011110100111110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379B86; }

 p { color: rgb(55,155,134); }

 H1.HeaderClassName
 {
   color: #379B86;
 }
 .AnyTagClassName
 {
   color: #379B86;
 }
</style>
background-color css

<style>
 a { background-color: #379B86; }

 a { background-color: rgb(55,155,134); }

 div.DivClassName
 {
   background-color: #379B86;
 }
 .BgClassName
 {
   background-color: #379B86;
 }
</style>
border-color css

<style>
 span { border-color: #379B86; }

 span { border-color: rgb(55,155,134); }

 td.TdClassName
 {
   border-color: #379B86;
 }
 .TagClassName
 {
   border-color: #379B86;
 }
</style>