Color Hex Logo

#34979d Color Hex

#34979D
(52,151,157)
0 Favorites   0 Comments

Color spaces of #34979d

RGB 52151157
HSL0.510.500.41
HSV183°67°62°
CMYK 0.670.040.00   0.38
XYZ18.568625.297635.8025
Yxy25.29760.23310.3175
Hunter Lab50.2967-22.1204-6.9964
CIE-Lab57.3642-26.1012-11.5529

#34979d color RGB value is (52,151,157).

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

The process color (four color CMYK) of #34979d color hex is 0.67, 0.04, 0.00, 0.38. Web safe color of #34979d is #339999. Color #34979d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10010111 10011101
Octal 64 227 235
Decimal 52 151 157
Hex 34 97 9D

RGB Percentages of Color #34979d

%14.44
%41.94
%43.61

CMYK Percentages of Color #34979d

%67
%4
%0
%38

Triadic Colors of #34979d

#34979d #9d3497 #979d34

Analogous Colors of #34979d

#34979d #34639d #349d6f

Monochromatic Colors of #34979d

#34979d

Complementary Color

#34979d #9d3a34

#34979d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34979d Color Preview on White Background

Lorem ipsum dolor sit amet.

#34979d Color CSS Codes

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

#34979d Text Font Color

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

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


#34979d Background Color

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

This div background color is #34979d


#34979d Border Color

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

This div border color is #34979d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34979d


Comments

No comments written yet.

Please login to write comment.