Color Hex Logo

#3962aa Color Hex

#3962AA
(57,98,170)
0 Favorites   0 Comments

Color spaces of #3962aa

RGB 5798170
HSL0.610.500.45
HSV218°66°67°
CMYK 0.660.420.00   0.33
XYZ13.310712.507539.7428
Yxy12.50750.20300.1908
Hunter Lab35.36595.2917-41.8715
CIE-Lab42.01169.6015-42.9120

#3962aa color RGB value is (57,98,170).

#3962aa hex color red value is 57, green value is 98 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #3962aa hue: 0.61 , saturation: 0.50 and the lightness value of 3962aa is 0.45.

The process color (four color CMYK) of #3962aa color hex is 0.66, 0.42, 0.00, 0.33. Web safe color of #3962aa is #336699. Color #3962aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01100010 10101010
Octal 71 142 252
Decimal 57 98 170
Hex 39 62 AA

RGB Percentages of Color #3962aa

%17.54
%30.15
%52.31

CMYK Percentages of Color #3962aa

%66
%42
%0
%33

Triadic Colors of #3962aa

#3962aa #aa3962 #62aa39

Analogous Colors of #3962aa

#3962aa #4839aa #399baa

Monochromatic Colors of #3962aa

#3962aa

Complementary Color

#3962aa #aa8139

#3962aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3962aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3962aa Color CSS Codes

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

#3962aa Text Font Color

<p style="color:#3962aa">Text here</p>

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


#3962aa Background Color

<div style="background-color:#3962aa">
Div content here</div>

This div background color is #3962aa


#3962aa Border Color

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

This div border color is #3962aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,98,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3962aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3962aa;
  -webkit-box-shadow: 1px 1px 3px 2px #3962aa;
  box-shadow:         1px 1px 3px 2px #3962aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,98,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3962aa


Comments

No comments written yet.

Please login to write comment.