Color Hex Logo

#342faf Color Hex

#342FAF
(52,47,175)
0 Favorites   0 Comments

Color spaces of #342faf

RGB 5247175
HSL0.670.580.44
HSV242°73°69°
CMYK 0.700.730.00   0.31
XYZ10.17065.858241.1521
Yxy5.85820.17790.1025
Hunter Lab24.203732.6506-83.8646
CIE-Lab29.051943.1884-66.9263

#342faf color RGB value is (52,47,175).

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

The process color (four color CMYK) of #342faf color hex is 0.70, 0.73, 0.00, 0.31. Web safe color of #342faf is #333399. Color #342faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00101111 10101111
Octal 64 57 257
Decimal 52 47 175
Hex 34 2F AF

RGB Percentages of Color #342faf

%18.98
%17.15
%63.87

CMYK Percentages of Color #342faf

%70
%73
%0
%31

Triadic Colors of #342faf

#342faf #af342f #2faf34

Analogous Colors of #342faf

#342faf #742faf #2f6aaf

Monochromatic Colors of #342faf

#342faf

Complementary Color

#342faf #aaaf2f

#342faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#342faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#342faf Color CSS Codes

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

#342faf Text Font Color

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

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


#342faf Background Color

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

This div background color is #342faf


#342faf Border Color

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

This div border color is #342faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #342faf


Comments

No comments written yet.

Please login to write comment.