Color Hex Logo

#376384 Color Hex

#376384
(55,99,132)
0 Favorites   0 Comments

Color spaces of #376384

RGB 5599132
HSL0.570.410.37
HSV206°58°52°
CMYK 0.580.250.00   0.48
XYZ10.202211.401823.4929
Yxy11.40180.22620.2528
Hunter Lab33.7666-5.1596-17.6141
CIE-Lab40.2491-4.8301-22.9748

#376384 color RGB value is (55,99,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01100011 10000100
Octal 67 143 204
Decimal 55 99 132
Hex 37 63 84

RGB Percentages of Color #376384

%19.23
%34.62
%46.15

CMYK Percentages of Color #376384

%58
%25
%0
%48

Triadic Colors of #376384

#376384 #843763 #638437

Analogous Colors of #376384

#376384 #373d84 #37847f

Monochromatic Colors of #376384

#376384

Complementary Color

#376384 #845837

#376384 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#376384 Color Preview on White Background

Lorem ipsum dolor sit amet.

#376384 Color CSS Codes

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

#376384 Text Font Color

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

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


#376384 Background Color

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

This div background color is #376384


#376384 Border Color

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

This div border color is #376384


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #376384


Comments

No comments written yet.

Please login to write comment.