Color Hex Logo

#3970be Color Hex

#3970BE
(57,112,190)
0 Favorites   0 Comments

Color spaces of #3970be

RGB 57112190
HSL0.600.540.48
HSV215°70°75°
CMYK 0.700.410.00   0.25
XYZ16.775816.175950.9533
Yxy16.17590.19990.1928
Hunter Lab40.21934.0701-46.9603
CIE-Lab47.20448.0362-46.3016

#3970be color RGB value is (57,112,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01110000 10111110
Octal 71 160 276
Decimal 57 112 190
Hex 39 70 BE

RGB Percentages of Color #3970be

%15.88
%31.20
%52.92

CMYK Percentages of Color #3970be

%70
%41
%0
%25

Triadic Colors of #3970be

#3970be #be3970 #70be39

Analogous Colors of #3970be

#3970be #4439be #39b3be

Monochromatic Colors of #3970be

#3970be

Complementary Color

#3970be #be8739

#3970be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3970be Color Preview on White Background

Lorem ipsum dolor sit amet.

#3970be Color CSS Codes

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

#3970be Text Font Color

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

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


#3970be Background Color

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

This div background color is #3970be


#3970be Border Color

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

This div border color is #3970be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,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 #3970be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3970be


Comments

No comments written yet.

Please login to write comment.