Color Hex Logo

#3938aa Color Hex

#3938AA
(57,56,170)
0 Favorites   0 Comments

Color spaces of #3938aa

RGB 5756170
HSL0.670.500.44
HSV241°67°67°
CMYK 0.660.670.00   0.33
XYZ10.35726.600538.7583
Yxy6.60050.18590.1185
Hunter Lab25.691427.0002-71.4613
CIE-Lab30.879636.7532-60.9150

#3938aa color RGB value is (57,56,170).

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

The process color (four color CMYK) of #3938aa color hex is 0.66, 0.67, 0.00, 0.33. Web safe color of #3938aa is #333399. Color #3938aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00111000 10101010
Octal 71 70 252
Decimal 57 56 170
Hex 39 38 AA

RGB Percentages of Color #3938aa

%20.14
%19.79
%60.07

CMYK Percentages of Color #3938aa

%66
%67
%0
%33

Triadic Colors of #3938aa

#3938aa #aa3938 #38aa39

Analogous Colors of #3938aa

#3938aa #7238aa #3870aa

Monochromatic Colors of #3938aa

#3938aa

Complementary Color

#3938aa #a9aa38

#3938aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3938aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3938aa Color CSS Codes

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

#3938aa Text Font Color

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

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


#3938aa Background Color

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

This div background color is #3938aa


#3938aa Border Color

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

This div border color is #3938aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3938aa


Comments

No comments written yet.

Please login to write comment.