Color Hex Logo

#342faa Color Hex

#342FAA
(52,47,170)
0 Favorites   0 Comments

Color spaces of #342faa

RGB 5247170
HSL0.670.570.43
HSV242°72°67°
CMYK 0.690.720.00   0.33
XYZ9.68845.665438.6131
Yxy5.66540.17950.1050
Hunter Lab23.802131.0029-79.5221
CIE-Lab28.552141.5302-64.7507

#342faa color RGB value is (52,47,170).

#342faa hex color red value is 52, green value is 47 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #342faa hue: 0.67 , saturation: 0.57 and the lightness value of 342faa is 0.43.

The process color (four color CMYK) of #342faa color hex is 0.69, 0.72, 0.00, 0.33. Web safe color of #342faa is #333399. Color #342faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00101111 10101010
Octal 64 57 252
Decimal 52 47 170
Hex 34 2F AA

RGB Percentages of Color #342faa

%19.33
%17.47
%63.20

CMYK Percentages of Color #342faa

%69
%72
%0
%33

Triadic Colors of #342faa

#342faa #aa342f #2faa34

Analogous Colors of #342faa

#342faa #722faa #2f68aa

Monochromatic Colors of #342faa

#342faa

Complementary Color

#342faa #a5aa2f

#342faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#342faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#342faa Color CSS Codes

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

#342faa Text Font Color

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

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


#342faa Background Color

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

This div background color is #342faa


#342faa Border Color

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

This div border color is #342faa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,47,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #342faa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #342faa;
  -webkit-box-shadow: 1px 1px 3px 2px #342faa;
  box-shadow:         1px 1px 3px 2px #342faa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,47,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 #342faa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #342faa


Comments

No comments written yet.

Please login to write comment.