Color Hex Logo

#34477e Color Hex

#34477E
(52,71,126)
0 Favorites   0 Comments

Color spaces of #34477e

RGB 5271126
HSL0.620.420.35
HSV225°59°49°
CMYK 0.590.440.00   0.51
XYZ7.43536.742920.6483
Yxy6.74290.21350.1936
Hunter Lab25.96715.6685-28.9688
CIE-Lab31.214310.3306-33.5008

#34477e color RGB value is (52,71,126).

#34477e hex color red value is 52, green value is 71 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #34477e hue: 0.62 , saturation: 0.42 and the lightness value of 34477e is 0.35.

The process color (four color CMYK) of #34477e color hex is 0.59, 0.44, 0.00, 0.51. Web safe color of #34477e is #333366. Color #34477e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01000111 01111110
Octal 64 107 176
Decimal 52 71 126
Hex 34 47 7E

RGB Percentages of Color #34477e

%20.88
%28.51
%50.60

CMYK Percentages of Color #34477e

%59
%44
%0
%51

Triadic Colors of #34477e

#34477e #7e3447 #477e34

Analogous Colors of #34477e

#34477e #46347e #346c7e

Monochromatic Colors of #34477e

#34477e

Complementary Color

#34477e #7e6b34

#34477e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34477e Color Preview on White Background

Lorem ipsum dolor sit amet.

#34477e Color CSS Codes

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

#34477e Text Font Color

<p style="color:#34477e">Text here</p>

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


#34477e Background Color

<div style="background-color:#34477e">
Div content here</div>

This div background color is #34477e


#34477e Border Color

<div style="border:3px solid #34477e">
Div here</div>

This div border color is #34477e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,71,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #34477e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #34477e;
  -webkit-box-shadow: 1px 1px 3px 2px #34477e;
  box-shadow:         1px 1px 3px 2px #34477e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34477e


Comments

No comments written yet.

Please login to write comment.