Color Hex Logo

#377584 Color Hex

#377584
(55,117,132)
0 Favorites   0 Comments

Color spaces of #377584

RGB 55117132
HSL0.530.410.37
HSV192°58°52°
CMYK 0.580.110.00   0.48
XYZ12.101715.200724.1260
Yxy15.20070.23530.2956
Hunter Lab38.9881-12.8236-9.3973
CIE-Lab45.9079-15.3049-14.2864

#377584 color RGB value is (55,117,132).

#377584 hex color red value is 55, green value is 117 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #377584 hue: 0.53 , saturation: 0.41 and the lightness value of 377584 is 0.37.

The process color (four color CMYK) of #377584 color hex is 0.58, 0.11, 0.00, 0.48. Web safe color of #377584 is #336699. Color #377584 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01110101 10000100
Octal 67 165 204
Decimal 55 117 132
Hex 37 75 84

RGB Percentages of Color #377584

%18.09
%38.49
%43.42

CMYK Percentages of Color #377584

%58
%11
%0
%48

Triadic Colors of #377584

#377584 #843775 #758437

Analogous Colors of #377584

#377584 #374f84 #37846d

Monochromatic Colors of #377584

#377584

Complementary Color

#377584 #844637

#377584 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#377584 Color Preview on White Background

Lorem ipsum dolor sit amet.

#377584 Color CSS Codes

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

#377584 Text Font Color

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

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


#377584 Background Color

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

This div background color is #377584


#377584 Border Color

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

This div border color is #377584


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #377584


Comments

No comments written yet.

Please login to write comment.