Color Hex Logo

#377297 Color Hex

#377297
(55,114,151)
0 Favorites   0 Comments

Color spaces of #377297

RGB 55114151
HSL0.560.470.40
HSV203°64°59°
CMYK 0.640.250.00   0.41
XYZ13.178815.081231.4945
Yxy15.08120.22050.2524
Hunter Lab38.8345-7.3850-20.8996
CIE-Lab45.7452-7.3522-25.8108

#377297 color RGB value is (55,114,151).

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

The process color (four color CMYK) of #377297 color hex is 0.64, 0.25, 0.00, 0.41. Web safe color of #377297 is #336699. Color #377297 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01110010 10010111
Octal 67 162 227
Decimal 55 114 151
Hex 37 72 97

RGB Percentages of Color #377297

%17.19
%35.63
%47.19

CMYK Percentages of Color #377297

%64
%25
%0
%41

Triadic Colors of #377297

#377297 #973772 #729737

Analogous Colors of #377297

#377297 #374297 #37978c

Monochromatic Colors of #377297

#377297

Complementary Color

#377297 #975c37

#377297 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#377297 Color Preview on White Background

Lorem ipsum dolor sit amet.

#377297 Color CSS Codes

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

#377297 Text Font Color

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

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


#377297 Background Color

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

This div background color is #377297


#377297 Border Color

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

This div border color is #377297


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #377297


Comments

No comments written yet.

Please login to write comment.