Color Hex Logo

#343786 Color Hex

#343786
(52,55,134)
0 Favorites   0 Comments

Color spaces of #343786

RGB 5255134
HSL0.660.440.36
HSV238°61°53°
CMYK 0.610.590.00   0.47
XYZ7.08545.183723.1814
Yxy5.18370.19990.1462
Hunter Lab22.767715.7063-44.4298
CIE-Lab27.251824.0017-44.8514

#343786 color RGB value is (52,55,134).

#343786 hex color red value is 52, green value is 55 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #343786 hue: 0.66 , saturation: 0.44 and the lightness value of 343786 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 00110111 10000110
Octal 64 67 206
Decimal 52 55 134
Hex 34 37 86

RGB Percentages of Color #343786

%21.58
%22.82
%55.60

CMYK Percentages of Color #343786

%61
%59
%0
%47

Triadic Colors of #343786

#343786 #863437 #378634

Analogous Colors of #343786

#343786 #5a3486 #346086

Monochromatic Colors of #343786

#343786

Complementary Color

#343786 #868334

#343786 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#343786 Color Preview on White Background

Lorem ipsum dolor sit amet.

#343786 Color CSS Codes

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

#343786 Text Font Color

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

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


#343786 Background Color

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

This div background color is #343786


#343786 Border Color

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

This div border color is #343786


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,55,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 #343786">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #343786


Comments

No comments written yet.

Please login to write comment.