Color Hex Logo

#344c5e Color Hex

#344C5E
(52,76,94)
0 Favorites   0 Comments

Color spaces of #344c5e

RGB 527694
HSL0.570.290.29
HSV206°45°37°
CMYK 0.450.190.00   0.63
XYZ6.02106.707111.5669
Yxy6.70710.24780.2761
Hunter Lab25.8981-3.8224-8.3521
CIE-Lab31.1306-3.8310-13.4619

#344c5e color RGB value is (52,76,94).

#344c5e hex color red value is 52, green value is 76 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #344c5e hue: 0.57 , saturation: 0.29 and the lightness value of 344c5e is 0.29.

The process color (four color CMYK) of #344c5e color hex is 0.45, 0.19, 0.00, 0.63. Web safe color of #344c5e is #333366. Color #344c5e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01001100 01011110
Octal 64 114 136
Decimal 52 76 94
Hex 34 4C 5E

RGB Percentages of Color #344c5e

%23.42
%34.23
%42.34

CMYK Percentages of Color #344c5e

%45
%19
%0
%63

Triadic Colors of #344c5e

#344c5e #5e344c #4c5e34

Analogous Colors of #344c5e

#344c5e #34375e #345e5b

Monochromatic Colors of #344c5e

#344c5e

Complementary Color

#344c5e #5e4634

#344c5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#344c5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#344c5e Color CSS Codes

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

#344c5e Text Font Color

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

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


#344c5e Background Color

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

This div background color is #344c5e


#344c5e Border Color

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

This div border color is #344c5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #344c5e


Comments

No comments written yet.

Please login to write comment.