Color Hex Logo

#334979 Color Hex

#334979
(51,73,121)
0 Favorites   0 Comments

Color spaces of #334979

RGB 5173121
HSL0.610.410.34
HSV221°58°47°
CMYK 0.580.400.00   0.53
XYZ7.19906.849419.0318
Yxy6.84940.21760.2071
Hunter Lab26.17143.3004-24.7957
CIE-Lab31.46166.9750-29.9941

#334979 color RGB value is (51,73,121).

#334979 hex color red value is 51, green value is 73 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #334979 hue: 0.61 , saturation: 0.41 and the lightness value of 334979 is 0.34.

The process color (four color CMYK) of #334979 color hex is 0.58, 0.40, 0.00, 0.53. Web safe color of #334979 is #333366. Color #334979 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01001001 01111001
Octal 63 111 171
Decimal 51 73 121
Hex 33 49 79

RGB Percentages of Color #334979

%20.82
%29.80
%49.39

CMYK Percentages of Color #334979

%58
%40
%0
%53

Triadic Colors of #334979

#334979 #793349 #497933

Analogous Colors of #334979

#334979 #403379 #336c79

Monochromatic Colors of #334979

#334979

Complementary Color

#334979 #796333

#334979 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#334979 Color Preview on White Background

Lorem ipsum dolor sit amet.

#334979 Color CSS Codes

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

#334979 Text Font Color

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

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


#334979 Background Color

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

This div background color is #334979


#334979 Border Color

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

This div border color is #334979


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,73,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 #334979">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #334979


Comments

No comments written yet.

Please login to write comment.