Color Hex Logo

#377293 Color Hex

#377293
(55,114,147)
0 Favorites   0 Comments

Color spaces of #377293

RGB 55114147
HSL0.560.460.40
HSV202°63°58°
CMYK 0.630.220.00   0.42
XYZ12.859314.953429.8123
Yxy14.95340.22320.2595
Hunter Lab38.6696-8.3130-18.6408
CIE-Lab45.5703-8.7067-23.7142

#377293 color RGB value is (55,114,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01110010 10010011
Octal 67 162 223
Decimal 55 114 147
Hex 37 72 93

RGB Percentages of Color #377293

%17.41
%36.08
%46.52

CMYK Percentages of Color #377293

%63
%22
%0
%42

Triadic Colors of #377293

#377293 #933772 #729337

Analogous Colors of #377293

#377293 #374493 #379386

Monochromatic Colors of #377293

#377293

Complementary Color

#377293 #935837

#377293 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#377293 Color Preview on White Background

Lorem ipsum dolor sit amet.

#377293 Color CSS Codes

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

#377293 Text Font Color

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

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


#377293 Background Color

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

This div background color is #377293


#377293 Border Color

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

This div border color is #377293


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #377293


Comments

No comments written yet.

Please login to write comment.