Color Hex Logo

#344baa Color Hex

#344BAA
(52,75,170)
0 Favorites   0 Comments

Color spaces of #344baa

RGB 5275170
HSL0.630.530.44
HSV228°69°67°
CMYK 0.690.560.00   0.33
XYZ11.18798.664539.1130
Yxy8.66450.18970.1469
Hunter Lab29.435516.3324-58.1778
CIE-Lab35.330123.7911-53.6727

#344baa color RGB value is (52,75,170).

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

The process color (four color CMYK) of #344baa color hex is 0.69, 0.56, 0.00, 0.33. Web safe color of #344baa is #333399. Color #344baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01001011 10101010
Octal 64 113 252
Decimal 52 75 170
Hex 34 4B AA

RGB Percentages of Color #344baa

%17.51
%25.25
%57.24

CMYK Percentages of Color #344baa

%69
%56
%0
%33

Triadic Colors of #344baa

#344baa #aa344b #4baa34

Analogous Colors of #344baa

#344baa #5834aa #3486aa

Monochromatic Colors of #344baa

#344baa

Complementary Color

#344baa #aa9334

#344baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#344baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#344baa Color CSS Codes

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

#344baa Text Font Color

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

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


#344baa Background Color

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

This div background color is #344baa


#344baa Border Color

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

This div border color is #344baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #344baa


Comments

No comments written yet.

Please login to write comment.