Color Hex Logo

#3570be Color Hex

#3570BE
(53,112,190)
0 Favorites   0 Comments

Color spaces of #3570be

RGB 53112190
HSL0.590.560.48
HSV214°72°75°
CMYK 0.720.410.00   0.25
XYZ16.556616.062950.9430
Yxy16.06290.19810.1922
Hunter Lab40.07853.6016-47.3073
CIE-Lab47.05697.4451-46.5455

#3570be color RGB value is (53,112,190).

#3570be hex color red value is 53, green value is 112 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #3570be hue: 0.59 , saturation: 0.56 and the lightness value of 3570be is 0.48.

The process color (four color CMYK) of #3570be color hex is 0.72, 0.41, 0.00, 0.25. Web safe color of #3570be is #3366cc. Color #3570be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01110000 10111110
Octal 65 160 276
Decimal 53 112 190
Hex 35 70 BE

RGB Percentages of Color #3570be

%14.93
%31.55
%53.52

CMYK Percentages of Color #3570be

%72
%41
%0
%25

Triadic Colors of #3570be

#3570be #be3570 #70be35

Analogous Colors of #3570be

#3570be #3f35be #35b5be

Monochromatic Colors of #3570be

#3570be

Complementary Color

#3570be #be8335

#3570be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3570be Color Preview on White Background

Lorem ipsum dolor sit amet.

#3570be Color CSS Codes

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

#3570be Text Font Color

<p style="color:#3570be">Text here</p>

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


#3570be Background Color

<div style="background-color:#3570be">
Div content here</div>

This div background color is #3570be


#3570be Border Color

<div style="border:3px solid #3570be">
Div here</div>

This div border color is #3570be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,112,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3570be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3570be;
  -webkit-box-shadow: 1px 1px 3px 2px #3570be;
  box-shadow:         1px 1px 3px 2px #3570be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3570be


Comments

No comments written yet.

Please login to write comment.