Color Hex Logo

#34769d Color Hex

#34769D
(52,118,157)
0 Favorites   0 Comments

Color spaces of #34769d

RGB 52118157
HSL0.560.500.41
HSV202°67°62°
CMYK 0.670.250.00   0.38
XYZ13.980416.121334.2732
Yxy16.12130.21720.2504
Hunter Lab40.1513-8.1125-22.5040
CIE-Lab47.1332-8.1909-27.1984

#34769d color RGB value is (52,118,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 01110110 10011101
Octal 64 166 235
Decimal 52 118 157
Hex 34 76 9D

RGB Percentages of Color #34769d

%15.90
%36.09
%48.01

CMYK Percentages of Color #34769d

%67
%25
%0
%38

Triadic Colors of #34769d

#34769d #9d3476 #769d34

Analogous Colors of #34769d

#34769d #34419d #349d90

Monochromatic Colors of #34769d

#34769d

Complementary Color

#34769d #9d5b34

#34769d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34769d Color Preview on White Background

Lorem ipsum dolor sit amet.

#34769d Color CSS Codes

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

#34769d Text Font Color

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

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


#34769d Background Color

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

This div background color is #34769d


#34769d Border Color

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

This div border color is #34769d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,118,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 #34769d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34769d


Comments

No comments written yet.

Please login to write comment.