Color Hex Logo

#3571ad Color Hex

#3571AD
(53,113,173)
0 Favorites   0 Comments

Color spaces of #3571ad

RGB 53113173
HSL0.580.530.44
HSV210°69°68°
CMYK 0.690.350.00   0.32
XYZ14.916215.584341.7571
Yxy15.58430.20640.2157
Hunter Lab39.4770-1.6392-35.0807
CIE-Lab46.42430.6270-37.6789

#3571ad color RGB value is (53,113,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01110001 10101101
Octal 65 161 255
Decimal 53 113 173
Hex 35 71 AD

RGB Percentages of Color #3571ad

%15.63
%33.33
%51.03

CMYK Percentages of Color #3571ad

%69
%35
%0
%32

Triadic Colors of #3571ad

#3571ad #ad3571 #71ad35

Analogous Colors of #3571ad

#3571ad #3535ad #35adad

Monochromatic Colors of #3571ad

#3571ad

Complementary Color

#3571ad #ad7135

#3571ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3571ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#3571ad Color CSS Codes

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

#3571ad Text Font Color

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

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


#3571ad Background Color

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

This div background color is #3571ad


#3571ad Border Color

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

This div border color is #3571ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3571ad


Comments

No comments written yet.

Please login to write comment.