Color Hex Logo

#34719f Color Hex

#34719F
(52,113,159)
0 Favorites   0 Comments

Color spaces of #34719f

RGB 52113159
HSL0.570.510.41
HSV206°67°62°
CMYK 0.670.290.00   0.38
XYZ13.579315.043534.9889
Yxy15.04350.21350.2365
Hunter Lab38.7860-5.3810-26.3355
CIE-Lab45.6937-4.5348-30.6208

#34719f color RGB value is (52,113,159).

#34719f hex color red value is 52, green value is 113 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #34719f hue: 0.57 , saturation: 0.51 and the lightness value of 34719f is 0.41.

The process color (four color CMYK) of #34719f color hex is 0.67, 0.29, 0.00, 0.38. Web safe color of #34719f is #336699. Color #34719f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01110001 10011111
Octal 64 161 237
Decimal 52 113 159
Hex 34 71 9F

RGB Percentages of Color #34719f

%16.05
%34.88
%49.07

CMYK Percentages of Color #34719f

%67
%29
%0
%38

Triadic Colors of #34719f

#34719f #9f3471 #719f34

Analogous Colors of #34719f

#34719f #343c9f #349f98

Monochromatic Colors of #34719f

#34719f

Complementary Color

#34719f #9f6234

#34719f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34719f Color Preview on White Background

Lorem ipsum dolor sit amet.

#34719f Color CSS Codes

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

#34719f Text Font Color

<p style="color:#34719f">Text here</p>

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


#34719f Background Color

<div style="background-color:#34719f">
Div content here</div>

This div background color is #34719f


#34719f Border Color

<div style="border:3px solid #34719f">
Div here</div>

This div border color is #34719f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,113,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #34719f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #34719f;
  -webkit-box-shadow: 1px 1px 3px 2px #34719f;
  box-shadow:         1px 1px 3px 2px #34719f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34719f


Comments

No comments written yet.

Please login to write comment.