Color Hex Logo

#342191 Color Hex

#342191
(52,33,145)
0 Favorites   0 Comments

Color spaces of #342191

RGB 5233145
HSL0.690.630.35
HSV250°77°57°
CMYK 0.640.770.00   0.43
XYZ7.07093.862127.1608
Yxy3.86210.18560.1014
Hunter Lab19.652229.8332-68.1865
CIE-Lab23.210241.2789-58.2957

#342191 color RGB value is (52,33,145).

#342191 hex color red value is 52, green value is 33 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #342191 hue: 0.69 , saturation: 0.63 and the lightness value of 342191 is 0.35.

The process color (four color CMYK) of #342191 color hex is 0.64, 0.77, 0.00, 0.43. Web safe color of #342191 is #333399. Color #342191 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00100001 10010001
Octal 64 41 221
Decimal 52 33 145
Hex 34 21 91

RGB Percentages of Color #342191

%22.61
%14.35
%63.04

CMYK Percentages of Color #342191

%64
%77
%0
%43

Triadic Colors of #342191

#342191 #913421 #219134

Analogous Colors of #342191

#342191 #6c2191 #214691

Monochromatic Colors of #342191

#342191

Complementary Color

#342191 #7e9121

#342191 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#342191 Color Preview on White Background

Lorem ipsum dolor sit amet.

#342191 Color CSS Codes

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

#342191 Text Font Color

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

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


#342191 Background Color

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

This div background color is #342191


#342191 Border Color

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

This div border color is #342191


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,33,145, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #342191; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #342191;
  -webkit-box-shadow: 1px 1px 3px 2px #342191;
  box-shadow:         1px 1px 3px 2px #342191; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,33,145, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #342191


Comments

No comments written yet.

Please login to write comment.