Color Hex Logo

#34738e Color Hex

#34738E
(52,115,142)
0 Favorites   0 Comments

Color spaces of #34738e

RGB 52115142
HSL0.550.460.38
HSV198°63°56°
CMYK 0.630.190.00   0.44
XYZ12.429414.944527.8207
Yxy14.94450.22520.2708
Hunter Lab38.6581-10.2602-15.6080
CIE-Lab45.5581-11.5469-20.7764

#34738e color RGB value is (52,115,142).

#34738e hex color red value is 52, green value is 115 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #34738e hue: 0.55 , saturation: 0.46 and the lightness value of 34738e is 0.38.

The process color (four color CMYK) of #34738e color hex is 0.63, 0.19, 0.00, 0.44. Web safe color of #34738e is #336699. Color #34738e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01110011 10001110
Octal 64 163 216
Decimal 52 115 142
Hex 34 73 8E

RGB Percentages of Color #34738e

%16.83
%37.22
%45.95

CMYK Percentages of Color #34738e

%63
%19
%0
%44

Triadic Colors of #34738e

#34738e #8e3473 #738e34

Analogous Colors of #34738e

#34738e #34468e #348e7c

Monochromatic Colors of #34738e

#34738e

Complementary Color

#34738e #8e4f34

#34738e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34738e Color Preview on White Background

Lorem ipsum dolor sit amet.

#34738e Color CSS Codes

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

#34738e Text Font Color

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

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


#34738e Background Color

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

This div background color is #34738e


#34738e Border Color

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

This div border color is #34738e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34738e


Comments

No comments written yet.

Please login to write comment.