Color Hex Logo

#3577aa Color Hex

#3577AA
(53,119,170)
0 Favorites   0 Comments

Color spaces of #3577aa

RGB 53119170
HSL0.570.520.44
HSV206°69°67°
CMYK 0.690.300.00   0.33
XYZ15.320716.852840.4756
Yxy16.85280.21090.2320
Hunter Lab41.0522-5.2249-29.7208
CIE-Lab48.0740-4.0677-33.3327

#3577aa color RGB value is (53,119,170).

#3577aa hex color red value is 53, green value is 119 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #3577aa hue: 0.57 , saturation: 0.52 and the lightness value of 3577aa is 0.44.

The process color (four color CMYK) of #3577aa color hex is 0.69, 0.30, 0.00, 0.33. Web safe color of #3577aa is #336699. Color #3577aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01110111 10101010
Octal 65 167 252
Decimal 53 119 170
Hex 35 77 AA

RGB Percentages of Color #3577aa

%15.50
%34.80
%49.71

CMYK Percentages of Color #3577aa

%69
%30
%0
%33

Triadic Colors of #3577aa

#3577aa #aa3577 #77aa35

Analogous Colors of #3577aa

#3577aa #353daa #35aaa3

Monochromatic Colors of #3577aa

#3577aa

Complementary Color

#3577aa #aa6835

#3577aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3577aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3577aa Color CSS Codes

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

#3577aa Text Font Color

<p style="color:#3577aa">Text here</p>

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


#3577aa Background Color

<div style="background-color:#3577aa">
Div content here</div>

This div background color is #3577aa


#3577aa Border Color

<div style="border:3px solid #3577aa">
Div here</div>

This div border color is #3577aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,119,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3577aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3577aa;
  -webkit-box-shadow: 1px 1px 3px 2px #3577aa;
  box-shadow:         1px 1px 3px 2px #3577aa; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3577aa


Comments

No comments written yet.

Please login to write comment.