Color Hex Logo

#3a70be Color Hex

#3A70BE
(58,112,190)
0 Favorites   0 Comments

Color spaces of #3a70be

RGB 58112190
HSL0.600.530.49
HSV215°69°75°
CMYK 0.690.410.00   0.25
XYZ16.833416.205650.9560
Yxy16.20560.20040.1929
Hunter Lab40.25624.1927-46.8696
CIE-Lab47.24318.1902-46.2377

#3a70be color RGB value is (58,112,190).

#3a70be hex color red value is 58, green value is 112 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #3a70be hue: 0.60 , saturation: 0.53 and the lightness value of 3a70be is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 01110000 10111110
Octal 72 160 276
Decimal 58 112 190
Hex 3A 70 BE

RGB Percentages of Color #3a70be

%16.11
%31.11
%52.78

CMYK Percentages of Color #3a70be

%69
%41
%0
%25

Triadic Colors of #3a70be

#3a70be #be3a70 #70be3a

Analogous Colors of #3a70be

#3a70be #463abe #3ab2be

Monochromatic Colors of #3a70be

#3a70be

Complementary Color

#3a70be #be883a

#3a70be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a70be Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a70be Color CSS Codes

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

#3a70be Text Font Color

<p style="color:#3a70be">Text here</p>

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


#3a70be Background Color

<div style="background-color:#3a70be">
Div content here</div>

This div background color is #3a70be


#3a70be Border Color

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

This div border color is #3a70be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a70be


Comments

No comments written yet.

Please login to write comment.