Color Hex Logo

#343aae Color Hex

#343AAE
(52,58,174)
0 Favorites   0 Comments

Color spaces of #343aae

RGB 5258174
HSL0.660.540.44
HSV237°70°68°
CMYK 0.700.670.00   0.32
XYZ10.56926.812240.8022
Yxy6.81220.18170.1171
Hunter Lab26.100226.6077-74.4174
CIE-Lab31.375536.2341-62.5090

#343aae color RGB value is (52,58,174).

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

The process color (four color CMYK) of #343aae color hex is 0.70, 0.67, 0.00, 0.32. Web safe color of #343aae is #333399. Color #343aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00111010 10101110
Octal 64 72 256
Decimal 52 58 174
Hex 34 3A AE

RGB Percentages of Color #343aae

%18.31
%20.42
%61.27

CMYK Percentages of Color #343aae

%70
%67
%0
%32

Triadic Colors of #343aae

#343aae #ae343a #3aae34

Analogous Colors of #343aae

#343aae #6b34ae #3477ae

Monochromatic Colors of #343aae

#343aae

Complementary Color

#343aae #aea834

#343aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#343aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#343aae Color CSS Codes

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

#343aae Text Font Color

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

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


#343aae Background Color

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

This div background color is #343aae


#343aae Border Color

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

This div border color is #343aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #343aae


Comments

No comments written yet.

Please login to write comment.