#379F94

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

Shades of Gossamer #379F94

Tints of Gossamer #379F94

Color information

#379F94 (or 0x379F94) is unknown color: approx Gossamer. HEX triplet: 37, 9F and 94. RGB value is (55,159,148). Sum of RGB (Red+Green+Blue) = 55+159+148=362 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.19% from 362); Green value is 159 (62.5% from 255 or 43.92% from 362); Blue value is 148 (58.20% from 255 or 40.88% from 362); Max value from RGB is 159 - color contains mainly: green. Hex color #379F94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379F94 is #C8606B. Grayscale: #7E7E7E. Windows color (decimal): -13131884 or 9740087. OLE color: 9740087.

HSL color Cylindrical-coordinate representation of color #379F94: hue angle of 173.65º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #379F94 is Cyan = 0.65, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.38.

Color convert

RGB55159148-
CMYK0.6500.070.38
HSL173.65º48.6%41.96%-
HSV(B)173.65º65.41%62.35%-
XYZ19.3227.7532.35-
YUV126.65140.0476.89-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.19%
GREEN value IS 159 (62.5% from 255) = 43.92%
BLUE value IS 148 (58.20% from 255) = 40.88%
R=15.19%
G=43.92%
B=40.88%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal551591480.6500.070.38173.6548.641.96
Hex379F94410726ae312a
Octal6723722410107462566152
Binary11011110011111100101001000001011110011010101110110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,159,148); }

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

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

 a { background-color: rgb(55,159,148); }

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

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

 span { border-color: rgb(55,159,148); }

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