Color Hex Logo

#334781 Color Hex

#334781
(51,71,129)
0 Favorites   0 Comments

Color spaces of #334781

RGB 5171129
HSL0.620.430.35
HSV225°60°51°
CMYK 0.600.450.00   0.49
XYZ7.58096.795321.6809
Yxy6.79530.21020.1885
Hunter Lab26.06786.2918-31.0647
CIE-Lab31.336311.1916-35.1748

#334781 color RGB value is (51,71,129).

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

The process color (four color CMYK) of #334781 color hex is 0.60, 0.45, 0.00, 0.49. Web safe color of #334781 is #333399. Color #334781 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01000111 10000001
Octal 63 107 201
Decimal 51 71 129
Hex 33 47 81

RGB Percentages of Color #334781

%20.32
%28.29
%51.39

CMYK Percentages of Color #334781

%60
%45
%0
%49

Triadic Colors of #334781

#334781 #813347 #478133

Analogous Colors of #334781

#334781 #463381 #336e81

Monochromatic Colors of #334781

#334781

Complementary Color

#334781 #816d33

#334781 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#334781 Color Preview on White Background

Lorem ipsum dolor sit amet.

#334781 Color CSS Codes

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

#334781 Text Font Color

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

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


#334781 Background Color

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

This div background color is #334781


#334781 Border Color

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

This div border color is #334781


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #334781


Comments

No comments written yet.

Please login to write comment.