Color Hex Logo

#337aae Color Hex

#337AAE
(51,122,174)
0 Favorites   0 Comments

Color spaces of #337aae

RGB 51122174
HSL0.570.550.44
HSV205°71°68°
CMYK 0.710.300.00   0.32
XYZ15.964817.678942.6153
Yxy17.67890.20930.2318
Hunter Lab42.0463-5.8053-30.6600
CIE-Lab49.1043-4.7474-34.0470

#337aae color RGB value is (51,122,174).

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

The process color (four color CMYK) of #337aae color hex is 0.71, 0.30, 0.00, 0.32. Web safe color of #337aae is #336699. Color #337aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01111010 10101110
Octal 63 172 256
Decimal 51 122 174
Hex 33 7A AE

RGB Percentages of Color #337aae

%14.70
%35.16
%50.14

CMYK Percentages of Color #337aae

%71
%30
%0
%32

Triadic Colors of #337aae

#337aae #ae337a #7aae33

Analogous Colors of #337aae

#337aae #333dae #33aea5

Monochromatic Colors of #337aae

#337aae

Complementary Color

#337aae #ae6733

#337aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#337aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#337aae Color CSS Codes

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

#337aae Text Font Color

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

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


#337aae Background Color

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

This div background color is #337aae


#337aae Border Color

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

This div border color is #337aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #337aae


Comments

No comments written yet.

Please login to write comment.