Color Hex Logo

#344b91 Color Hex

#344B91
(52,75,145)
0 Favorites   0 Comments

Color spaces of #344b91

RGB 5275145
HSL0.630.470.39
HSV225°64°57°
CMYK 0.640.480.00   0.43
XYZ9.04317.806627.8183
Yxy7.80660.20250.1748
Hunter Lab27.94038.8774-39.4729
CIE-Lab33.576814.5667-41.4301

#344b91 color RGB value is (52,75,145).

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

The process color (four color CMYK) of #344b91 color hex is 0.64, 0.48, 0.00, 0.43. Web safe color of #344b91 is #333399. Color #344b91 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01001011 10010001
Octal 64 113 221
Decimal 52 75 145
Hex 34 4B 91

RGB Percentages of Color #344b91

%19.12
%27.57
%53.31

CMYK Percentages of Color #344b91

%64
%48
%0
%43

Triadic Colors of #344b91

#344b91 #91344b #4b9134

Analogous Colors of #344b91

#344b91 #4c3491 #347a91

Monochromatic Colors of #344b91

#344b91

Complementary Color

#344b91 #917a34

#344b91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#344b91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#344b91 Color CSS Codes

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

#344b91 Text Font Color

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

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


#344b91 Background Color

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

This div background color is #344b91


#344b91 Border Color

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

This div border color is #344b91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #344b91


Comments

No comments written yet.

Please login to write comment.