Color Hex Logo

#34476a Color Hex

#34476A
(52,71,106)
0 Favorites   0 Comments

Color spaces of #34476a

RGB 5271106
HSL0.610.340.31
HSV219°51°42°
CMYK 0.510.330.00   0.58
XYZ6.27096.277114.5168
Yxy6.27710.23170.2319
Hunter Lab25.05410.8327-16.8157
CIE-Lab30.10113.3268-22.6878

#34476a color RGB value is (52,71,106).

#34476a hex color red value is 52, green value is 71 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #34476a hue: 0.61 , saturation: 0.34 and the lightness value of 34476a is 0.31.

The process color (four color CMYK) of #34476a color hex is 0.51, 0.33, 0.00, 0.58. Web safe color of #34476a is #333366. Color #34476a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01000111 01101010
Octal 64 107 152
Decimal 52 71 106
Hex 34 47 6A

RGB Percentages of Color #34476a

%22.71
%31.00
%46.29

CMYK Percentages of Color #34476a

%51
%33
%0
%58

Triadic Colors of #34476a

#34476a #6a3447 #476a34

Analogous Colors of #34476a

#34476a #3c346a #34626a

Monochromatic Colors of #34476a

#34476a

Complementary Color

#34476a #6a5734

#34476a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34476a Color Preview on White Background

Lorem ipsum dolor sit amet.

#34476a Color CSS Codes

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

#34476a Text Font Color

<p style="color:#34476a">Text here</p>

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


#34476a Background Color

<div style="background-color:#34476a">
Div content here</div>

This div background color is #34476a


#34476a Border Color

<div style="border:3px solid #34476a">
Div here</div>

This div border color is #34476a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34476a


Comments

No comments written yet.

Please login to write comment.