Color Hex Logo

#345eaa Color Hex

#345EAA
(52,94,170)
0 Favorites   0 Comments

Color spaces of #345eaa

RGB 5294170
HSL0.610.530.44
HSV219°69°67°
CMYK 0.690.450.00   0.33
XYZ12.674611.637839.6085
Yxy11.63780.19830.1821
Hunter Lab34.11426.6190-44.9590
CIE-Lab40.634611.3331-45.1250

#345eaa color RGB value is (52,94,170).

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

The process color (four color CMYK) of #345eaa color hex is 0.69, 0.45, 0.00, 0.33. Web safe color of #345eaa is #336699. Color #345eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01011110 10101010
Octal 64 136 252
Decimal 52 94 170
Hex 34 5E AA

RGB Percentages of Color #345eaa

%16.46
%29.75
%53.80

CMYK Percentages of Color #345eaa

%69
%45
%0
%33

Triadic Colors of #345eaa

#345eaa #aa345e #5eaa34

Analogous Colors of #345eaa

#345eaa #4534aa #3499aa

Monochromatic Colors of #345eaa

#345eaa

Complementary Color

#345eaa #aa8034

#345eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#345eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#345eaa Color CSS Codes

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

#345eaa Text Font Color

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

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


#345eaa Background Color

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

This div background color is #345eaa


#345eaa Border Color

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

This div border color is #345eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #345eaa


Comments

No comments written yet.

Please login to write comment.