Color Hex Logo

#342aac Color Hex

#342AAC
(52,42,172)
0 Favorites   0 Comments

Color spaces of #342aac

RGB 5242172
HSL0.680.610.42
HSV245°76°67°
CMYK 0.700.760.00   0.33
XYZ9.69055.364639.5544
Yxy5.36460.17750.0982
Hunter Lab23.161634.1492-85.0398
CIE-Lab27.749245.0077-67.2761

#342aac color RGB value is (52,42,172).

#342aac hex color red value is 52, green value is 42 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #342aac hue: 0.68 , saturation: 0.61 and the lightness value of 342aac is 0.42.

The process color (four color CMYK) of #342aac color hex is 0.70, 0.76, 0.00, 0.33. Web safe color of #342aac is #333399. Color #342aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00101010 10101100
Octal 64 52 254
Decimal 52 42 172
Hex 34 2A AC

RGB Percentages of Color #342aac

%19.55
%15.79
%64.66

CMYK Percentages of Color #342aac

%70
%76
%0
%33

Triadic Colors of #342aac

#342aac #ac342a #2aac34

Analogous Colors of #342aac

#342aac #752aac #2a61ac

Monochromatic Colors of #342aac

#342aac

Complementary Color

#342aac #a2ac2a

#342aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#342aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#342aac Color CSS Codes

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

#342aac Text Font Color

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

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


#342aac Background Color

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

This div background color is #342aac


#342aac Border Color

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

This div border color is #342aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #342aac


Comments

No comments written yet.

Please login to write comment.