Color Hex Logo

#371d55 Color Hex

#371D55
(55,29,85)
0 Favorites   0 Comments

Color spaces of #371d55

RGB 552985
HSL0.740.490.22
HSV268°66°33°
CMYK 0.350.660.00   0.67
XYZ3.65462.34688.8547
Yxy2.34680.24600.1580
Hunter Lab15.319315.7746-23.5468
CIE-Lab17.211125.6091-29.3893

#371d55 color RGB value is (55,29,85).

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

The process color (four color CMYK) of #371d55 color hex is 0.35, 0.66, 0.00, 0.67. Web safe color of #371d55 is #333366. Color #371d55 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00011101 01010101
Octal 67 35 125
Decimal 55 29 85
Hex 37 1D 55

RGB Percentages of Color #371d55

%32.54
%17.16
%50.30

CMYK Percentages of Color #371d55

%35
%66
%0
%67

Triadic Colors of #371d55

#371d55 #55371d #1d5537

Analogous Colors of #371d55

#371d55 #531d55 #1d1f55

Monochromatic Colors of #371d55

#371d55

Complementary Color

#371d55 #3b551d

#371d55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#371d55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#371d55 Color CSS Codes

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

#371d55 Text Font Color

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

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


#371d55 Background Color

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

This div background color is #371d55


#371d55 Border Color

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

This div border color is #371d55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #371d55


Comments

No comments written yet.

Please login to write comment.