Color Hex Logo

#371f61 Color Hex

#371F61
(55,31,97)
0 Favorites   0 Comments

Color spaces of #371f61

RGB 553197
HSL0.730.520.25
HSV262°68°38°
CMYK 0.430.680.00   0.62
XYZ4.22322.655311.5992
Yxy2.65530.22860.1437
Hunter Lab16.295117.7454-30.7973
CIE-Lab18.606927.9266-35.1426

#371f61 color RGB value is (55,31,97).

#371f61 hex color red value is 55, green value is 31 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #371f61 hue: 0.73 , saturation: 0.52 and the lightness value of 371f61 is 0.25.

The process color (four color CMYK) of #371f61 color hex is 0.43, 0.68, 0.00, 0.62. Web safe color of #371f61 is #333366. Color #371f61 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00011111 01100001
Octal 67 37 141
Decimal 55 31 97
Hex 37 1F 61

RGB Percentages of Color #371f61

%30.05
%16.94
%53.01

CMYK Percentages of Color #371f61

%43
%68
%0
%62

Triadic Colors of #371f61

#371f61 #61371f #1f6137

Analogous Colors of #371f61

#371f61 #581f61 #1f2861

Monochromatic Colors of #371f61

#371f61

Complementary Color

#371f61 #49611f

#371f61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#371f61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#371f61 Color CSS Codes

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

#371f61 Text Font Color

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

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


#371f61 Background Color

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

This div background color is #371f61


#371f61 Border Color

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

This div border color is #371f61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #371f61


Comments

No comments written yet.

Please login to write comment.