Color Hex Logo

#343386 Color Hex

#343386
(52,51,134)
0 Favorites   0 Comments

Color spaces of #343386

RGB 5251134
HSL0.670.450.36
HSV241°62°53°
CMYK 0.610.620.00   0.47
XYZ6.90314.818923.1206
Yxy4.81890.19810.1383
Hunter Lab21.952017.7157-47.0799
CIE-Lab26.212526.6614-46.5389

#343386 color RGB value is (52,51,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 00110011 10000110
Octal 64 63 206
Decimal 52 51 134
Hex 34 33 86

RGB Percentages of Color #343386

%21.94
%21.52
%56.54

CMYK Percentages of Color #343386

%61
%62
%0
%47

Triadic Colors of #343386

#343386 #863433 #338634

Analogous Colors of #343386

#343386 #5e3386 #335c86

Monochromatic Colors of #343386

#343386

Complementary Color

#343386 #858633

#343386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#343386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#343386 Color CSS Codes

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

#343386 Text Font Color

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

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


#343386 Background Color

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

This div background color is #343386


#343386 Border Color

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

This div border color is #343386


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #343386


Comments

No comments written yet.

Please login to write comment.