Color Hex Logo

#3572ad Color Hex

#3572AD
(53,114,173)
0 Favorites   0 Comments

Color spaces of #3572ad

RGB 53114173
HSL0.580.530.44
HSV210°69°68°
CMYK 0.690.340.00   0.32
XYZ15.028315.808641.7945
Yxy15.80860.20690.2177
Hunter Lab39.7600-2.1115-34.4918
CIE-Lab46.72240.0162-37.2084

#3572ad color RGB value is (53,114,173).

#3572ad hex color red value is 53, green value is 114 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #3572ad hue: 0.58 , saturation: 0.53 and the lightness value of 3572ad is 0.44.

The process color (four color CMYK) of #3572ad color hex is 0.69, 0.34, 0.00, 0.32. Web safe color of #3572ad is #336699. Color #3572ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01110010 10101101
Octal 65 162 255
Decimal 53 114 173
Hex 35 72 AD

RGB Percentages of Color #3572ad

%15.59
%33.53
%50.88

CMYK Percentages of Color #3572ad

%69
%34
%0
%32

Triadic Colors of #3572ad

#3572ad #ad3572 #72ad35

Analogous Colors of #3572ad

#3572ad #3536ad #35adac

Monochromatic Colors of #3572ad

#3572ad

Complementary Color

#3572ad #ad7035

#3572ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3572ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#3572ad Color CSS Codes

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

#3572ad Text Font Color

<p style="color:#3572ad">Text here</p>

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


#3572ad Background Color

<div style="background-color:#3572ad">
Div content here</div>

This div background color is #3572ad


#3572ad Border Color

<div style="border:3px solid #3572ad">
Div here</div>

This div border color is #3572ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,114,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3572ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3572ad;
  -webkit-box-shadow: 1px 1px 3px 2px #3572ad;
  box-shadow:         1px 1px 3px 2px #3572ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,114,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3572ad


Comments

No comments written yet.

Please login to write comment.