Color Hex Logo

#371eaa Color Hex

#371EAA
(55,30,170)
0 Favorites   0 Comments

Color spaces of #371eaa

RGB 5530170
HSL0.700.700.39
HSV251°82°67°
CMYK 0.680.820.00   0.33
XYZ9.29554.643138.4365
Yxy4.64310.17750.0887
Hunter Lab21.547939.2941-90.6765
CIE-Lab25.692850.6539-69.4644

#371eaa color RGB value is (55,30,170).

#371eaa hex color red value is 55, green value is 30 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #371eaa hue: 0.70 , saturation: 0.70 and the lightness value of 371eaa is 0.39.

The process color (four color CMYK) of #371eaa color hex is 0.68, 0.82, 0.00, 0.33. Web safe color of #371eaa is #333399. Color #371eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00011110 10101010
Octal 67 36 252
Decimal 55 30 170
Hex 37 1E AA

RGB Percentages of Color #371eaa

%21.57
%11.76
%66.67

CMYK Percentages of Color #371eaa

%68
%82
%0
%33

Triadic Colors of #371eaa

#371eaa #aa371e #1eaa37

Analogous Colors of #371eaa

#371eaa #7d1eaa #1e4baa

Monochromatic Colors of #371eaa

#371eaa

Complementary Color

#371eaa #91aa1e

#371eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#371eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#371eaa Color CSS Codes

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

#371eaa Text Font Color

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

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


#371eaa Background Color

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

This div background color is #371eaa


#371eaa Border Color

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

This div border color is #371eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #371eaa


Comments

No comments written yet.

Please login to write comment.