Color Hex Logo

#377899 Color Hex

#377899
(55,120,153)
0 Favorites   0 Comments

Color spaces of #377899

RGB 55120153
HSL0.560.470.41
HSV200°64°60°
CMYK 0.640.220.00   0.40
XYZ14.041816.545132.5904
Yxy16.54510.22230.2619
Hunter Lab40.6757-9.5618-19.0317
CIE-Lab47.6817-10.1691-23.9887

#377899 color RGB value is (55,120,153).

#377899 hex color red value is 55, green value is 120 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #377899 hue: 0.56 , saturation: 0.47 and the lightness value of 377899 is 0.41.

The process color (four color CMYK) of #377899 color hex is 0.64, 0.22, 0.00, 0.40. Web safe color of #377899 is #336699. Color #377899 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01111000 10011001
Octal 67 170 231
Decimal 55 120 153
Hex 37 78 99

RGB Percentages of Color #377899

%16.77
%36.59
%46.65

CMYK Percentages of Color #377899

%64
%22
%0
%40

Triadic Colors of #377899

#377899 #993778 #789937

Analogous Colors of #377899

#377899 #374799 #379989

Monochromatic Colors of #377899

#377899

Complementary Color

#377899 #995837

#377899 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#377899 Color Preview on White Background

Lorem ipsum dolor sit amet.

#377899 Color CSS Codes

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

#377899 Text Font Color

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

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


#377899 Background Color

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

This div background color is #377899


#377899 Border Color

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

This div border color is #377899


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #377899


Comments

No comments written yet.

Please login to write comment.