Color Hex Logo

#342aab Color Hex

#342AAB
(52,42,171)
0 Favorites   0 Comments

Color spaces of #342aab

RGB 5242171
HSL0.680.610.42
HSV245°75°67°
CMYK 0.700.750.00   0.33
XYZ9.59485.326339.0504
Yxy5.32630.17780.0987
Hunter Lab23.078833.8220-84.1664
CIE-Lab27.644944.6860-66.8473

#342aab color RGB value is (52,42,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 00101010 10101011
Octal 64 52 253
Decimal 52 42 171
Hex 34 2A AB

RGB Percentages of Color #342aab

%19.62
%15.85
%64.53

CMYK Percentages of Color #342aab

%70
%75
%0
%33

Triadic Colors of #342aab

#342aab #ab342a #2aab34

Analogous Colors of #342aab

#342aab #752aab #2a61ab

Monochromatic Colors of #342aab

#342aab

Complementary Color

#342aab #a1ab2a

#342aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#342aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#342aab Color CSS Codes

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

#342aab Text Font Color

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

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


#342aab Background Color

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

This div background color is #342aab


#342aab Border Color

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

This div border color is #342aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #342aab


Comments

No comments written yet.

Please login to write comment.