Color Hex Logo

#334aae Color Hex

#334AAE
(51,74,174)
0 Favorites   0 Comments

Color spaces of #334aae

RGB 5174174
HSL0.640.550.44
HSV229°71°68°
CMYK 0.710.570.00   0.32
XYZ11.45408.657441.1117
Yxy8.65740.18710.1414
Hunter Lab29.423517.9956-62.2461
CIE-Lab35.316125.7791-56.0785

#334aae color RGB value is (51,74,174).

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

The process color (four color CMYK) of #334aae color hex is 0.71, 0.57, 0.00, 0.32. Web safe color of #334aae is #333399. Color #334aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01001010 10101110
Octal 63 112 256
Decimal 51 74 174
Hex 33 4A AE

RGB Percentages of Color #334aae

%17.06
%24.75
%58.19

CMYK Percentages of Color #334aae

%71
%57
%0
%32

Triadic Colors of #334aae

#334aae #ae334a #4aae33

Analogous Colors of #334aae

#334aae #5933ae #3388ae

Monochromatic Colors of #334aae

#334aae

Complementary Color

#334aae #ae9733

#334aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#334aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#334aae Color CSS Codes

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

#334aae Text Font Color

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

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


#334aae Background Color

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

This div background color is #334aae


#334aae Border Color

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

This div border color is #334aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #334aae


Comments

No comments written yet.

Please login to write comment.