Color Hex Logo

#3777af Color Hex

#3777AF
(55,119,175)
0 Favorites   0 Comments

Color spaces of #3777af

RGB 55119175
HSL0.580.520.45
HSV208°69°69°
CMYK 0.690.320.00   0.31
XYZ15.910217.101043.0197
Yxy17.10100.20930.2249
Hunter Lab41.3534-3.6927-32.7318
CIE-Lab48.3870-1.9706-35.7449

#3777af color RGB value is (55,119,175).

#3777af hex color red value is 55, green value is 119 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #3777af hue: 0.58 , saturation: 0.52 and the lightness value of 3777af is 0.45.

The process color (four color CMYK) of #3777af color hex is 0.69, 0.32, 0.00, 0.31. Web safe color of #3777af is #336699. Color #3777af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01110111 10101111
Octal 67 167 257
Decimal 55 119 175
Hex 37 77 AF

RGB Percentages of Color #3777af

%15.76
%34.10
%50.14

CMYK Percentages of Color #3777af

%69
%32
%0
%31

Triadic Colors of #3777af

#3777af #af3777 #77af37

Analogous Colors of #3777af

#3777af #373baf #37afab

Monochromatic Colors of #3777af

#3777af

Complementary Color

#3777af #af6f37

#3777af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3777af Color Preview on White Background

Lorem ipsum dolor sit amet.

#3777af Color CSS Codes

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

#3777af Text Font Color

<p style="color:#3777af">Text here</p>

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


#3777af Background Color

<div style="background-color:#3777af">
Div content here</div>

This div background color is #3777af


#3777af Border Color

<div style="border:3px solid #3777af">
Div here</div>

This div border color is #3777af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,119,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3777af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3777af;
  -webkit-box-shadow: 1px 1px 3px 2px #3777af;
  box-shadow:         1px 1px 3px 2px #3777af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(55,119,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3777af


Comments

No comments written yet.

Please login to write comment.