Color Hex Logo

#344eaa Color Hex

#344EAA
(52,78,170)
0 Favorites   0 Comments

Color spaces of #344eaa

RGB 5278170
HSL0.630.530.44
HSV227°69°67°
CMYK 0.690.540.00   0.33
XYZ11.39639.081139.1824
Yxy9.08110.19100.1522
Hunter Lab30.134914.7685-55.9965
CIE-Lab36.140021.8126-52.3605

#344eaa color RGB value is (52,78,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 01001110 10101010
Octal 64 116 252
Decimal 52 78 170
Hex 34 4E AA

RGB Percentages of Color #344eaa

%17.33
%26.00
%56.67

CMYK Percentages of Color #344eaa

%69
%54
%0
%33

Triadic Colors of #344eaa

#344eaa #aa344e #4eaa34

Analogous Colors of #344eaa

#344eaa #5534aa #3489aa

Monochromatic Colors of #344eaa

#344eaa

Complementary Color

#344eaa #aa9034

#344eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#344eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#344eaa Color CSS Codes

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

#344eaa Text Font Color

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

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


#344eaa Background Color

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

This div background color is #344eaa


#344eaa Border Color

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

This div border color is #344eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #344eaa


Comments

No comments written yet.

Please login to write comment.