Color Hex Logo

#344a71 Color Hex

#344A71
(52,74,113)
0 Favorites   0 Comments

Color spaces of #344a71

RGB 5274113
HSL0.610.370.32
HSV218°54°44°
CMYK 0.540.350.00   0.56
XYZ6.84566.819916.5784
Yxy6.81990.22630.2255
Hunter Lab26.11491.0897-19.3583
CIE-Lab31.39333.7492-25.0840

#344a71 color RGB value is (52,74,113).

#344a71 hex color red value is 52, green value is 74 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #344a71 hue: 0.61 , saturation: 0.37 and the lightness value of 344a71 is 0.32.

The process color (four color CMYK) of #344a71 color hex is 0.54, 0.35, 0.00, 0.56. Web safe color of #344a71 is #333366. Color #344a71 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01001010 01110001
Octal 64 112 161
Decimal 52 74 113
Hex 34 4A 71

RGB Percentages of Color #344a71

%21.76
%30.96
%47.28

CMYK Percentages of Color #344a71

%54
%35
%0
%56

Triadic Colors of #344a71

#344a71 #71344a #4a7134

Analogous Colors of #344a71

#344a71 #3c3471 #346971

Monochromatic Colors of #344a71

#344a71

Complementary Color

#344a71 #715b34

#344a71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#344a71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#344a71 Color CSS Codes

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

#344a71 Text Font Color

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

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


#344a71 Background Color

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

This div background color is #344a71


#344a71 Border Color

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

This div border color is #344a71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #344a71


Comments

No comments written yet.

Please login to write comment.