Color Hex Logo

#3572df Color Hex

#3572DF
(53,114,223)
0 Favorites   0 Comments

Color spaces of #3572df

RGB 53114223
HSL0.610.730.54
HSV218°76°87°
CMYK 0.760.490.00   0.13
XYZ20.804818.119272.2129
Yxy18.11920.18720.1630
Hunter Lab42.566712.7517-70.7868
CIE-Lab49.640418.3992-61.2410

#3572df color RGB value is (53,114,223).

#3572df hex color red value is 53, green value is 114 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #3572df hue: 0.61 , saturation: 0.73 and the lightness value of 3572df is 0.54.

The process color (four color CMYK) of #3572df color hex is 0.76, 0.49, 0.00, 0.13. Web safe color of #3572df is #3366cc. Color #3572df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01110010 11011111
Octal 65 162 337
Decimal 53 114 223
Hex 35 72 DF

RGB Percentages of Color #3572df

%13.59
%29.23
%57.18

CMYK Percentages of Color #3572df

%76
%49
%0
%13

Triadic Colors of #3572df

#3572df #df3572 #72df35

Analogous Colors of #3572df

#3572df #4d35df #35c7df

Monochromatic Colors of #3572df

#3572df

Complementary Color

#3572df #dfa235

#3572df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3572df Color Preview on White Background

Lorem ipsum dolor sit amet.

#3572df Color CSS Codes

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

#3572df Text Font Color

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

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


#3572df Background Color

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

This div background color is #3572df


#3572df Border Color

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

This div border color is #3572df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3572df


Comments

No comments written yet.

Please login to write comment.