Color Hex Logo

#371d5a Color Hex

#371D5A
(55,29,90)
0 Favorites   0 Comments

Color spaces of #371d5a

RGB 552990
HSL0.740.510.23
HSV266°68°35°
CMYK 0.390.680.00   0.65
XYZ3.86042.42919.9383
Yxy2.42910.23790.1497
Hunter Lab15.585616.9380-26.8970
CIE-Lab17.594927.0650-32.1272

#371d5a color RGB value is (55,29,90).

#371d5a hex color red value is 55, green value is 29 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #371d5a hue: 0.74 , saturation: 0.51 and the lightness value of 371d5a is 0.23.

The process color (four color CMYK) of #371d5a color hex is 0.39, 0.68, 0.00, 0.65. Web safe color of #371d5a is #333366. Color #371d5a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00011101 01011010
Octal 67 35 132
Decimal 55 29 90
Hex 37 1D 5A

RGB Percentages of Color #371d5a

%31.61
%16.67
%51.72

CMYK Percentages of Color #371d5a

%39
%68
%0
%65

Triadic Colors of #371d5a

#371d5a #5a371d #1d5a37

Analogous Colors of #371d5a

#371d5a #561d5a #1d225a

Monochromatic Colors of #371d5a

#371d5a

Complementary Color

#371d5a #405a1d

#371d5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#371d5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#371d5a Color CSS Codes

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

#371d5a Text Font Color

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

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


#371d5a Background Color

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

This div background color is #371d5a


#371d5a Border Color

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

This div border color is #371d5a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,29,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #371d5a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #371d5a;
  -webkit-box-shadow: 1px 1px 3px 2px #371d5a;
  box-shadow:         1px 1px 3px 2px #371d5a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #371d5a


Comments

No comments written yet.

Please login to write comment.