Color Hex Logo

#334779 Color Hex

#334779
(51,71,121)
0 Favorites   0 Comments

Color spaces of #334779

RGB 5171121
HSL0.620.410.34
HSV223°58°47°
CMYK 0.580.410.00   0.53
XYZ7.06976.590818.9887
Yxy6.59080.21650.2019
Hunter Lab25.67264.2283-25.8831
CIE-Lab30.85668.3085-30.9527

#334779 color RGB value is (51,71,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 01000111 01111001
Octal 63 107 171
Decimal 51 71 121
Hex 33 47 79

RGB Percentages of Color #334779

%20.99
%29.22
%49.79

CMYK Percentages of Color #334779

%58
%41
%0
%53

Triadic Colors of #334779

#334779 #793347 #477933

Analogous Colors of #334779

#334779 #423379 #336a79

Monochromatic Colors of #334779

#334779

Complementary Color

#334779 #796533

#334779 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#334779 Color Preview on White Background

Lorem ipsum dolor sit amet.

#334779 Color CSS Codes

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

#334779 Text Font Color

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

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


#334779 Background Color

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

This div background color is #334779


#334779 Border Color

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

This div border color is #334779


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #334779

#334779 Color Palettes


Comments

No comments written yet.

Please login to write comment.