Color Hex Logo

#34737d Color Hex

#34737D
(52,115,125)
0 Favorites   0 Comments

Color spaces of #34737d

RGB 52115125
HSL0.520.410.35
HSV188°58°49°
CMYK 0.580.080.00   0.51
XYZ11.248614.472221.6026
Yxy14.47220.23770.3058
Hunter Lab38.0423-13.7941-7.0386
CIE-Lab44.9026-17.0273-11.6438

#34737d color RGB value is (52,115,125).

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

The process color (four color CMYK) of #34737d color hex is 0.58, 0.08, 0.00, 0.51. Web safe color of #34737d is #336666. Color #34737d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01110011 01111101
Octal 64 163 175
Decimal 52 115 125
Hex 34 73 7D

RGB Percentages of Color #34737d

%17.81
%39.38
%42.81

CMYK Percentages of Color #34737d

%58
%8
%0
%51

Triadic Colors of #34737d

#34737d #7d3473 #737d34

Analogous Colors of #34737d

#34737d #344e7d #347d63

Monochromatic Colors of #34737d

#34737d

Complementary Color

#34737d #7d3e34

#34737d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34737d Color Preview on White Background

Lorem ipsum dolor sit amet.

#34737d Color CSS Codes

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

#34737d Text Font Color

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

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


#34737d Background Color

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

This div background color is #34737d


#34737d Border Color

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

This div border color is #34737d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34737d


Comments

No comments written yet.

Please login to write comment.