Color Hex Logo

#342684 Color Hex

#342684
(52,38,132)
0 Favorites   0 Comments

Color spaces of #342684

RGB 5238132
HSL0.690.550.33
HSV249°71°52°
CMYK 0.610.710.00   0.48
XYZ6.27413.782222.2292
Yxy3.78220.19430.1171
Hunter Lab19.447923.5523-54.1558
CIE-Lab22.937934.2368-50.6311

#342684 color RGB value is (52,38,132).

#342684 hex color red value is 52, green value is 38 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #342684 hue: 0.69 , saturation: 0.55 and the lightness value of 342684 is 0.33.

The process color (four color CMYK) of #342684 color hex is 0.61, 0.71, 0.00, 0.48. Web safe color of #342684 is #333399. Color #342684 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00100110 10000100
Octal 64 46 204
Decimal 52 38 132
Hex 34 26 84

RGB Percentages of Color #342684

%23.42
%17.12
%59.46

CMYK Percentages of Color #342684

%61
%71
%0
%48

Triadic Colors of #342684

#342684 #843426 #268434

Analogous Colors of #342684

#342684 #632684 #264784

Monochromatic Colors of #342684

#342684

Complementary Color

#342684 #768426

#342684 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#342684 Color Preview on White Background

Lorem ipsum dolor sit amet.

#342684 Color CSS Codes

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

#342684 Text Font Color

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

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


#342684 Background Color

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

This div background color is #342684


#342684 Border Color

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

This div border color is #342684


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #342684


Comments

No comments written yet.

Please login to write comment.