Color Hex Logo

#343aaa Color Hex

#343AAA
(52,58,170)
0 Favorites   0 Comments

Color spaces of #343aaa

RGB 5258170
HSL0.660.530.44
HSV237°69°67°
CMYK 0.690.660.00   0.33
XYZ10.18496.658538.7786
Yxy6.65850.18310.1197
Hunter Lab25.804125.2971-71.0387
CIE-Lab31.016534.8314-60.7037

#343aaa color RGB value is (52,58,170).

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

The process color (four color CMYK) of #343aaa color hex is 0.69, 0.66, 0.00, 0.33. Web safe color of #343aaa is #333399. Color #343aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00111010 10101010
Octal 64 72 252
Decimal 52 58 170
Hex 34 3A AA

RGB Percentages of Color #343aaa

%18.57
%20.71
%60.71

CMYK Percentages of Color #343aaa

%69
%66
%0
%33

Triadic Colors of #343aaa

#343aaa #aa343a #3aaa34

Analogous Colors of #343aaa

#343aaa #6934aa #3475aa

Monochromatic Colors of #343aaa

#343aaa

Complementary Color

#343aaa #aaa434

#343aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#343aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#343aaa Color CSS Codes

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

#343aaa Text Font Color

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

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


#343aaa Background Color

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

This div background color is #343aaa


#343aaa Border Color

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

This div border color is #343aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #343aaa


Comments

No comments written yet.

Please login to write comment.