Color Hex Logo

#346179 Color Hex

#346179
(52,97,121)
0 Favorites   0 Comments

Color spaces of #346179

RGB 5297121
HSL0.560.400.34
HSV201°57°47°
CMYK 0.570.200.00   0.53
XYZ9.142110.659919.6649
Yxy10.65990.23160.2701
Hunter Lab32.6495-7.1553-12.8559
CIE-Lab39.0016-7.9862-18.2204

#346179 color RGB value is (52,97,121).

#346179 hex color red value is 52, green value is 97 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #346179 hue: 0.56 , saturation: 0.40 and the lightness value of 346179 is 0.34.

The process color (four color CMYK) of #346179 color hex is 0.57, 0.20, 0.00, 0.53. Web safe color of #346179 is #336666. Color #346179 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01100001 01111001
Octal 64 141 171
Decimal 52 97 121
Hex 34 61 79

RGB Percentages of Color #346179

%19.26
%35.93
%44.81

CMYK Percentages of Color #346179

%57
%20
%0
%53

Triadic Colors of #346179

#346179 #793461 #617934

Analogous Colors of #346179

#346179 #343f79 #34796f

Monochromatic Colors of #346179

#346179

Complementary Color

#346179 #794c34

#346179 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#346179 Color Preview on White Background

Lorem ipsum dolor sit amet.

#346179 Color CSS Codes

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

#346179 Text Font Color

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

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


#346179 Background Color

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

This div background color is #346179


#346179 Border Color

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

This div border color is #346179


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,97,121, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #346179; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #346179;
  -webkit-box-shadow: 1px 1px 3px 2px #346179;
  box-shadow:         1px 1px 3px 2px #346179; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #346179


Comments

No comments written yet.

Please login to write comment.