Color Hex Logo

#337eaa Color Hex

#337EAA
(51,126,170)
0 Favorites   0 Comments

Color spaces of #337eaa

RGB 51126170
HSL0.560.540.43
HSV202°70°67°
CMYK 0.700.260.00   0.33
XYZ16.081818.527840.7588
Yxy18.52780.21340.2458
Hunter Lab43.0439-8.6368-26.0116
CIE-Lab50.1301-8.4967-30.1223

#337eaa color RGB value is (51,126,170).

#337eaa hex color red value is 51, green value is 126 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #337eaa hue: 0.56 , saturation: 0.54 and the lightness value of 337eaa is 0.43.

The process color (four color CMYK) of #337eaa color hex is 0.70, 0.26, 0.00, 0.33. Web safe color of #337eaa is #336699. Color #337eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01111110 10101010
Octal 63 176 252
Decimal 51 126 170
Hex 33 7E AA

RGB Percentages of Color #337eaa

%14.70
%36.31
%48.99

CMYK Percentages of Color #337eaa

%70
%26
%0
%33

Triadic Colors of #337eaa

#337eaa #aa337e #7eaa33

Analogous Colors of #337eaa

#337eaa #3342aa #33aa9b

Monochromatic Colors of #337eaa

#337eaa

Complementary Color

#337eaa #aa5f33

#337eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#337eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#337eaa Color CSS Codes

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

#337eaa Text Font Color

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

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


#337eaa Background Color

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

This div background color is #337eaa


#337eaa Border Color

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

This div border color is #337eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #337eaa


Comments

No comments written yet.

Please login to write comment.