Color Hex Logo

#3721aa Color Hex

#3721AA
(55,33,170)
0 Favorites   0 Comments

Color spaces of #3721aa

RGB 5533170
HSL0.690.670.40
HSV250°81°67°
CMYK 0.680.810.00   0.33
XYZ9.37514.802238.4630
Yxy4.80220.17810.0912
Hunter Lab21.913938.0156-88.7252
CIE-Lab26.163649.2800-68.6851

#3721aa color RGB value is (55,33,170).

#3721aa hex color red value is 55, green value is 33 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #3721aa hue: 0.69 , saturation: 0.67 and the lightness value of 3721aa is 0.40.

The process color (four color CMYK) of #3721aa color hex is 0.68, 0.81, 0.00, 0.33. Web safe color of #3721aa is #333399. Color #3721aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00100001 10101010
Octal 67 41 252
Decimal 55 33 170
Hex 37 21 AA

RGB Percentages of Color #3721aa

%21.32
%12.79
%65.89

CMYK Percentages of Color #3721aa

%68
%81
%0
%33

Triadic Colors of #3721aa

#3721aa #aa3721 #21aa37

Analogous Colors of #3721aa

#3721aa #7c21aa #214faa

Monochromatic Colors of #3721aa

#3721aa

Complementary Color

#3721aa #94aa21

#3721aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3721aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3721aa Color CSS Codes

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

#3721aa Text Font Color

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

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


#3721aa Background Color

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

This div background color is #3721aa


#3721aa Border Color

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

This div border color is #3721aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3721aa


Comments

No comments written yet.

Please login to write comment.