Color Hex Logo

#3377ae Color Hex

#3377AE
(51,119,174)
0 Favorites   0 Comments

Color spaces of #3377ae

RGB 51119174
HSL0.570.550.44
HSV207°71°68°
CMYK 0.710.320.00   0.32
XYZ15.602016.953542.4944
Yxy16.95350.20790.2259
Hunter Lab41.1746-4.4179-32.3682
CIE-Lab48.2014-2.9613-35.4653

#3377ae color RGB value is (51,119,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 01110111 10101110
Octal 63 167 256
Decimal 51 119 174
Hex 33 77 AE

RGB Percentages of Color #3377ae

%14.83
%34.59
%50.58

CMYK Percentages of Color #3377ae

%71
%32
%0
%32

Triadic Colors of #3377ae

#3377ae #ae3377 #77ae33

Analogous Colors of #3377ae

#3377ae #333aae #33aea8

Monochromatic Colors of #3377ae

#3377ae

Complementary Color

#3377ae #ae6a33

#3377ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3377ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#3377ae Color CSS Codes

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

#3377ae Text Font Color

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

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


#3377ae Background Color

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

This div background color is #3377ae


#3377ae Border Color

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

This div border color is #3377ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3377ae


Comments

No comments written yet.

Please login to write comment.