Color Hex Logo

#344b5e Color Hex

#344B5E
(52,75,94)
0 Favorites   0 Comments

Color spaces of #344b5e

RGB 527594
HSL0.580.290.29
HSV207°45°37°
CMYK 0.450.200.00   0.63
XYZ5.95266.570411.5441
Yxy6.57040.24730.2730
Hunter Lab25.6328-3.4050-8.7592
CIE-Lab30.8082-3.1990-13.9555

#344b5e color RGB value is (52,75,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 01001011 01011110
Octal 64 113 136
Decimal 52 75 94
Hex 34 4B 5E

RGB Percentages of Color #344b5e

%23.53
%33.94
%42.53

CMYK Percentages of Color #344b5e

%45
%20
%0
%63

Triadic Colors of #344b5e

#344b5e #5e344b #4b5e34

Analogous Colors of #344b5e

#344b5e #34365e #345e5c

Monochromatic Colors of #344b5e

#344b5e

Complementary Color

#344b5e #5e4734

#344b5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#344b5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#344b5e Color CSS Codes

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

#344b5e Text Font Color

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

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


#344b5e Background Color

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

This div background color is #344b5e


#344b5e Border Color

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

This div border color is #344b5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #344b5e


Comments

No comments written yet.

Please login to write comment.