Color Hex Logo

#377790 Color Hex

#377790
(55,119,144)
0 Favorites   0 Comments

Color spaces of #377790

RGB 55119144
HSL0.550.450.39
HSV197°62°56°
CMYK 0.620.170.00   0.44
XYZ13.206416.019528.7816
Yxy16.01950.22770.2762
Hunter Lab40.0244-11.1450-14.6185
CIE-Lab47.0001-12.5805-19.7348

#377790 color RGB value is (55,119,144).

#377790 hex color red value is 55, green value is 119 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #377790 hue: 0.55 , saturation: 0.45 and the lightness value of 377790 is 0.39.

The process color (four color CMYK) of #377790 color hex is 0.62, 0.17, 0.00, 0.44. Web safe color of #377790 is #336699. Color #377790 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01110111 10010000
Octal 67 167 220
Decimal 55 119 144
Hex 37 77 90

RGB Percentages of Color #377790

%17.30
%37.42
%45.28

CMYK Percentages of Color #377790

%62
%17
%0
%44

Triadic Colors of #377790

#377790 #903777 #779037

Analogous Colors of #377790

#377790 #374b90 #37907d

Monochromatic Colors of #377790

#377790

Complementary Color

#377790 #905037

#377790 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#377790 Color Preview on White Background

Lorem ipsum dolor sit amet.

#377790 Color CSS Codes

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

#377790 Text Font Color

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

This sample text font color is #377790
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.


#377790 Background Color

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

This div background color is #377790


#377790 Border Color

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

This div border color is #377790


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #377790


Comments

No comments written yet.

Please login to write comment.