Color Hex Logo

#334dae Color Hex

#334DAE
(51,77,174)
2 Favorites   0 Comments

Color spaces of #334dae

RGB 5177174
HSL0.630.550.44
HSV227°71°68°
CMYK 0.710.560.00   0.32
XYZ11.65919.067641.1801
Yxy9.06760.18830.1465
Hunter Lab30.112516.4158-60.0029
CIE-Lab36.114123.8048-54.7827

#334dae color RGB value is (51,77,174).

#334dae hex color red value is 51, green value is 77 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #334dae hue: 0.63 , saturation: 0.55 and the lightness value of 334dae is 0.44.

The process color (four color CMYK) of #334dae color hex is 0.71, 0.56, 0.00, 0.32. Web safe color of #334dae is #336699. Color #334dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01001101 10101110
Octal 63 115 256
Decimal 51 77 174
Hex 33 4D AE

RGB Percentages of Color #334dae

%16.89
%25.50
%57.62

CMYK Percentages of Color #334dae

%71
%56
%0
%32

Triadic Colors of #334dae

#334dae #ae334d #4dae33

Analogous Colors of #334dae

#334dae #5733ae #338bae

Monochromatic Colors of #334dae

#334dae

Complementary Color

#334dae #ae9433

#334dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#334dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#334dae Color CSS Codes

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

#334dae Text Font Color

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

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


#334dae Background Color

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

This div background color is #334dae


#334dae Border Color

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

This div border color is #334dae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,77,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #334dae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #334dae;
  -webkit-box-shadow: 1px 1px 3px 2px #334dae;
  box-shadow:         1px 1px 3px 2px #334dae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #334dae


Comments

No comments written yet.

Please login to write comment.