Color Hex Logo

#34506e Color Hex

#34506E
(52,80,110)
0 Favorites   0 Comments

Color spaces of #34506e

RGB 5280110
HSL0.590.360.32
HSV211°53°43°
CMYK 0.530.270.00   0.57
XYZ7.09937.593215.8433
Yxy7.59320.23250.2487
Hunter Lab27.5558-2.2349-14.8000
CIE-Lab33.1209-1.1584-20.5030

#34506e color RGB value is (52,80,110).

#34506e hex color red value is 52, green value is 80 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #34506e hue: 0.59 , saturation: 0.36 and the lightness value of 34506e is 0.32.

The process color (four color CMYK) of #34506e color hex is 0.53, 0.27, 0.00, 0.57. Web safe color of #34506e is #336666. Color #34506e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01010000 01101110
Octal 64 120 156
Decimal 52 80 110
Hex 34 50 6E

RGB Percentages of Color #34506e

%21.49
%33.06
%45.45

CMYK Percentages of Color #34506e

%53
%27
%0
%57

Triadic Colors of #34506e

#34506e #6e3450 #506e34

Analogous Colors of #34506e

#34506e #35346e #346d6e

Monochromatic Colors of #34506e

#34506e

Complementary Color

#34506e #6e5234

#34506e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34506e Color Preview on White Background

Lorem ipsum dolor sit amet.

#34506e Color CSS Codes

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

#34506e Text Font Color

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

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


#34506e Background Color

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

This div background color is #34506e


#34506e Border Color

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

This div border color is #34506e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34506e


Comments

No comments written yet.

Please login to write comment.