Color Hex Logo

#343a96 Color Hex

#343A96
(52,58,150)
0 Favorites   0 Comments

Color spaces of #343a96

RGB 5258150
HSL0.660.490.40
HSV236°65°59°
CMYK 0.650.610.00   0.41
XYZ8.43435.958229.5597
Yxy5.95820.19190.1356
Hunter Lab24.409418.9614-54.7133
CIE-Lab29.306827.7304-51.3869

#343a96 color RGB value is (52,58,150).

#343a96 hex color red value is 52, green value is 58 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #343a96 hue: 0.66 , saturation: 0.49 and the lightness value of 343a96 is 0.40.

The process color (four color CMYK) of #343a96 color hex is 0.65, 0.61, 0.00, 0.41. Web safe color of #343a96 is #333399. Color #343a96 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00111010 10010110
Octal 64 72 226
Decimal 52 58 150
Hex 34 3A 96

RGB Percentages of Color #343a96

%20.00
%22.31
%57.69

CMYK Percentages of Color #343a96

%65
%61
%0
%41

Triadic Colors of #343a96

#343a96 #96343a #3a9634

Analogous Colors of #343a96

#343a96 #5f3496 #346b96

Monochromatic Colors of #343a96

#343a96

Complementary Color

#343a96 #969034

#343a96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#343a96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#343a96 Color CSS Codes

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

#343a96 Text Font Color

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

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


#343a96 Background Color

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

This div background color is #343a96


#343a96 Border Color

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

This div border color is #343a96


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,58,150, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #343a96; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #343a96;
  -webkit-box-shadow: 1px 1px 3px 2px #343a96;
  box-shadow:         1px 1px 3px 2px #343a96; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #343a96


Comments

No comments written yet.

Please login to write comment.