Color Hex Logo

#34739d Color Hex

#34739D
(52,115,157)
0 Favorites   0 Comments

Color spaces of #34739d

RGB 52115157
HSL0.570.500.41
HSV204°67°62°
CMYK 0.670.270.00   0.38
XYZ13.632715.425934.1573
Yxy15.42590.21570.2440
Hunter Lab39.2758-6.7750-24.0701
CIE-Lab46.2121-6.4270-28.6331

#34739d color RGB value is (52,115,157).

#34739d hex color red value is 52, green value is 115 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #34739d hue: 0.57 , saturation: 0.50 and the lightness value of 34739d is 0.41.

The process color (four color CMYK) of #34739d color hex is 0.67, 0.27, 0.00, 0.38. Web safe color of #34739d is #336699. Color #34739d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01110011 10011101
Octal 64 163 235
Decimal 52 115 157
Hex 34 73 9D

RGB Percentages of Color #34739d

%16.05
%35.49
%48.46

CMYK Percentages of Color #34739d

%67
%27
%0
%38

Triadic Colors of #34739d

#34739d #9d3473 #739d34

Analogous Colors of #34739d

#34739d #343e9d #349d93

Monochromatic Colors of #34739d

#34739d

Complementary Color

#34739d #9d5e34

#34739d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34739d Color Preview on White Background

Lorem ipsum dolor sit amet.

#34739d Color CSS Codes

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

#34739d Text Font Color

<p style="color:#34739d">Text here</p>

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


#34739d Background Color

<div style="background-color:#34739d">
Div content here</div>

This div background color is #34739d


#34739d Border Color

<div style="border:3px solid #34739d">
Div here</div>

This div border color is #34739d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34739d


Comments

No comments written yet.

Please login to write comment.