Color Hex Logo

#334778 Color Hex

#334778
(51,71,120)
0 Favorites   0 Comments

Color spaces of #334778

RGB 5171120
HSL0.620.400.34
HSV223°58°47°
CMYK 0.580.410.00   0.53
XYZ7.00866.566318.6673
Yxy6.56630.21740.2037
Hunter Lab25.62483.9779-25.2546
CIE-Lab30.79857.9515-30.4189

#334778 color RGB value is (51,71,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 01000111 01111000
Octal 63 107 170
Decimal 51 71 120
Hex 33 47 78

RGB Percentages of Color #334778

%21.07
%29.34
%49.59

CMYK Percentages of Color #334778

%58
%41
%0
%53

Triadic Colors of #334778

#334778 #783347 #477833

Analogous Colors of #334778

#334778 #413378 #336a78

Monochromatic Colors of #334778

#334778

Complementary Color

#334778 #786433

#334778 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#334778 Color Preview on White Background

Lorem ipsum dolor sit amet.

#334778 Color CSS Codes

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

#334778 Text Font Color

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

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


#334778 Background Color

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

This div background color is #334778


#334778 Border Color

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

This div border color is #334778


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,71,120, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #334778

#334778 Color Palettes


Comments

No comments written yet.

Please login to write comment.