Color Hex Logo

#376584 Color Hex

#376584
(55,101,132)
0 Favorites   0 Comments

Color spaces of #376584

RGB 55101132
HSL0.570.410.37
HSV204°58°52°
CMYK 0.580.230.00   0.48
XYZ10.394111.785523.5568
Yxy11.78550.22730.2577
Hunter Lab34.3300-6.0331-16.6530
CIE-Lab40.8732-6.0393-22.0076

#376584 color RGB value is (55,101,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01100101 10000100
Octal 67 145 204
Decimal 55 101 132
Hex 37 65 84

RGB Percentages of Color #376584

%19.10
%35.07
%45.83

CMYK Percentages of Color #376584

%58
%23
%0
%48

Triadic Colors of #376584

#376584 #843765 #658437

Analogous Colors of #376584

#376584 #373f84 #37847d

Monochromatic Colors of #376584

#376584

Complementary Color

#376584 #845637

#376584 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#376584 Color Preview on White Background

Lorem ipsum dolor sit amet.

#376584 Color CSS Codes

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

#376584 Text Font Color

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

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


#376584 Background Color

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

This div background color is #376584


#376584 Border Color

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

This div border color is #376584


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(55,101,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 #376584">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #376584


Comments

No comments written yet.

Please login to write comment.