Color Hex Logo

#372e54 Color Hex

#372E54
(55,46,84)
0 Favorites   0 Comments

Color spaces of #372e54

RGB 554684
HSL0.710.290.25
HSV254°45°33°
CMYK 0.350.450.00   0.67
XYZ4.15283.40638.8261
Yxy3.40630.25340.2079
Hunter Lab18.45627.8658-15.4343
CIE-Lab21.602714.0241-21.7242

#372e54 color RGB value is (55,46,84).

#372e54 hex color red value is 55, green value is 46 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #372e54 hue: 0.71 , saturation: 0.29 and the lightness value of 372e54 is 0.25.

The process color (four color CMYK) of #372e54 color hex is 0.35, 0.45, 0.00, 0.67. Web safe color of #372e54 is #333366. Color #372e54 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00101110 01010100
Octal 67 56 124
Decimal 55 46 84
Hex 37 2E 54

RGB Percentages of Color #372e54

%29.73
%24.86
%45.41

CMYK Percentages of Color #372e54

%35
%45
%0
%67

Triadic Colors of #372e54

#372e54 #54372e #2e5437

Analogous Colors of #372e54

#372e54 #4a2e54 #2e3854

Monochromatic Colors of #372e54

#372e54

Complementary Color

#372e54 #4b542e

#372e54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#372e54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#372e54 Color CSS Codes

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

#372e54 Text Font Color

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

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


#372e54 Background Color

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

This div background color is #372e54


#372e54 Border Color

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

This div border color is #372e54


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,46,84, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #372e54; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #372e54;
  -webkit-box-shadow: 1px 1px 3px 2px #372e54;
  box-shadow:         1px 1px 3px 2px #372e54; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #372e54

#372e54 Color Palettes


Comments

No comments written yet.

Please login to write comment.