Color Hex Logo

#342687 Color Hex

#342687
(52,38,135)
0 Favorites   0 Comments

Color spaces of #342687

RGB 5238135
HSL0.690.560.34
HSV249°72°53°
CMYK 0.610.720.00   0.47
XYZ6.48253.865623.3261
Yxy3.86560.19250.1148
Hunter Lab19.661124.4465-56.5793
CIE-Lab23.222135.2252-52.0473

#342687 color RGB value is (52,38,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 00100110 10000111
Octal 64 46 207
Decimal 52 38 135
Hex 34 26 87

RGB Percentages of Color #342687

%23.11
%16.89
%60.00

CMYK Percentages of Color #342687

%61
%72
%0
%47

Triadic Colors of #342687

#342687 #873426 #268734

Analogous Colors of #342687

#342687 #652687 #264987

Monochromatic Colors of #342687

#342687

Complementary Color

#342687 #798726

#342687 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#342687 Color Preview on White Background

Lorem ipsum dolor sit amet.

#342687 Color CSS Codes

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

#342687 Text Font Color

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

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


#342687 Background Color

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

This div background color is #342687


#342687 Border Color

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

This div border color is #342687


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #342687


Comments

No comments written yet.

Please login to write comment.