Color Hex Logo

#3775ae Color Hex

#3775AE
(55,117,174)
0 Favorites   0 Comments

Color spaces of #3775ae

RGB 55117174
HSL0.580.520.45
HSV209°68°68°
CMYK 0.680.330.00   0.32
XYZ15.576816.590842.4258
Yxy16.59080.20880.2224
Hunter Lab40.7318-3.0181-33.2435
CIE-Lab47.7403-1.1211-36.1816

#3775ae color RGB value is (55,117,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01110101 10101110
Octal 67 165 256
Decimal 55 117 174
Hex 37 75 AE

RGB Percentages of Color #3775ae

%15.90
%33.82
%50.29

CMYK Percentages of Color #3775ae

%68
%33
%0
%32

Triadic Colors of #3775ae

#3775ae #ae3775 #75ae37

Analogous Colors of #3775ae

#3775ae #3739ae #37aeac

Monochromatic Colors of #3775ae

#3775ae

Complementary Color

#3775ae #ae7037

#3775ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3775ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#3775ae Color CSS Codes

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

#3775ae Text Font Color

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

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


#3775ae Background Color

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

This div background color is #3775ae


#3775ae Border Color

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

This div border color is #3775ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3775ae


Comments

No comments written yet.

Please login to write comment.