Color Hex Logo

#343a90 Color Hex

#343A90
(52,58,144)
0 Favorites   0 Comments

Color spaces of #343a90

RGB 5258144
HSL0.660.470.38
HSV236°64°56°
CMYK 0.640.600.00   0.44
XYZ7.96335.769827.0795
Yxy5.76980.19510.1414
Hunter Lab24.020417.1410-50.0265
CIE-Lab28.824125.5797-48.4909

#343a90 color RGB value is (52,58,144).

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

The process color (four color CMYK) of #343a90 color hex is 0.64, 0.60, 0.00, 0.44. Web safe color of #343a90 is #333399. Color #343a90 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00111010 10010000
Octal 64 72 220
Decimal 52 58 144
Hex 34 3A 90

RGB Percentages of Color #343a90

%20.47
%22.83
%56.69

CMYK Percentages of Color #343a90

%64
%60
%0
%44

Triadic Colors of #343a90

#343a90 #90343a #3a9034

Analogous Colors of #343a90

#343a90 #5c3490 #346890

Monochromatic Colors of #343a90

#343a90

Complementary Color

#343a90 #908a34

#343a90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#343a90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#343a90 Color CSS Codes

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

#343a90 Text Font Color

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

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


#343a90 Background Color

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

This div background color is #343a90


#343a90 Border Color

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

This div border color is #343a90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #343a90

#343a90 Color Palettes


Comments

No comments written yet.

Please login to write comment.