Color Hex Logo

#377094 Color Hex

#377094
(55,112,148)
0 Favorites   0 Comments

Color spaces of #377094

RGB 55112148
HSL0.560.460.40
HSV203°63°58°
CMYK 0.630.240.00   0.42
XYZ12.715014.538730.1531
Yxy14.53870.22150.2533
Hunter Lab38.1296-7.2029-20.1961
CIE-Lab44.9958-7.1941-25.1977

#377094 color RGB value is (55,112,148).

#377094 hex color red value is 55, green value is 112 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #377094 hue: 0.56 , saturation: 0.46 and the lightness value of 377094 is 0.40.

The process color (four color CMYK) of #377094 color hex is 0.63, 0.24, 0.00, 0.42. Web safe color of #377094 is #336699. Color #377094 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01110000 10010100
Octal 67 160 224
Decimal 55 112 148
Hex 37 70 94

RGB Percentages of Color #377094

%17.46
%35.56
%46.98

CMYK Percentages of Color #377094

%63
%24
%0
%42

Triadic Colors of #377094

#377094 #943770 #709437

Analogous Colors of #377094

#377094 #374294 #37948a

Monochromatic Colors of #377094

#377094

Complementary Color

#377094 #945b37

#377094 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#377094 Color Preview on White Background

Lorem ipsum dolor sit amet.

#377094 Color CSS Codes

.mybgcolor {background-color:#377094; } 
.myforecolor {color:#377094; }
.mybordercolor {border:3px solid #377094; }

#377094 Text Font Color

<p style="color:#377094">Text here</p>

This sample text font color is #377094
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#377094 Background Color

<div style="background-color:#377094">
Div content here</div>

This div background color is #377094


#377094 Border Color

<div style="border:3px solid #377094">
Div here</div>

This div border color is #377094


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,112,148, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #377094; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #377094;
  -webkit-box-shadow: 1px 1px 3px 2px #377094;
  box-shadow:         1px 1px 3px 2px #377094; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(55,112,148, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #377094">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #377094;
  -webkit-box-shadow: 1px 1px 3px 2px #377094;
  box-shadow:         1px 1px 3px 2px #377094;">
Div content here</div>

This div box has shadow with color #377094


Comments

No comments written yet.

Please login to write comment.