Color Hex Logo

#34597e Color Hex

#34597E
(52,89,126)
0 Favorites   0 Comments

Color spaces of #34597e

RGB 5289126
HSL0.580.420.35
HSV210°59°49°
CMYK 0.590.290.00   0.51
XYZ8.75449.381221.0880
Yxy9.38120.22320.2392
Hunter Lab30.6287-2.5809-19.3813
CIE-Lab36.7081-1.3856-24.8386

#34597e color RGB value is (52,89,126).

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

The process color (four color CMYK) of #34597e color hex is 0.59, 0.29, 0.00, 0.51. Web safe color of #34597e is #336666. Color #34597e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01011001 01111110
Octal 64 131 176
Decimal 52 89 126
Hex 34 59 7E

RGB Percentages of Color #34597e

%19.48
%33.33
%47.19

CMYK Percentages of Color #34597e

%59
%29
%0
%51

Triadic Colors of #34597e

#34597e #7e3459 #597e34

Analogous Colors of #34597e

#34597e #34347e #347e7e

Monochromatic Colors of #34597e

#34597e

Complementary Color

#34597e #7e5934

#34597e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34597e Color Preview on White Background

Lorem ipsum dolor sit amet.

#34597e Color CSS Codes

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

#34597e Text Font Color

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

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


#34597e Background Color

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

This div background color is #34597e


#34597e Border Color

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

This div border color is #34597e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34597e


Comments

No comments written yet.

Please login to write comment.