Color Hex Logo

#342686 Color Hex

#342686
(52,38,134)
0 Favorites   0 Comments

Color spaces of #342686

RGB 5238134
HSL0.690.560.34
HSV249°72°53°
CMYK 0.610.720.00   0.47
XYZ6.41243.837522.9570
Yxy3.83750.19310.1156
Hunter Lab19.589524.1481-55.7693
CIE-Lab23.126834.8968-51.5770

#342686 color RGB value is (52,38,134).

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

The process color (four color CMYK) of #342686 color hex is 0.61, 0.72, 0.00, 0.47. Web safe color of #342686 is #333399. Color #342686 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00100110 10000110
Octal 64 46 206
Decimal 52 38 134
Hex 34 26 86

RGB Percentages of Color #342686

%23.21
%16.96
%59.82

CMYK Percentages of Color #342686

%61
%72
%0
%47

Triadic Colors of #342686

#342686 #863426 #268634

Analogous Colors of #342686

#342686 #642686 #264886

Monochromatic Colors of #342686

#342686

Complementary Color

#342686 #788626

#342686 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#342686 Color Preview on White Background

Lorem ipsum dolor sit amet.

#342686 Color CSS Codes

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

#342686 Text Font Color

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

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


#342686 Background Color

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

This div background color is #342686


#342686 Border Color

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

This div border color is #342686


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #342686


Comments

No comments written yet.

Please login to write comment.