Color Hex Logo

#3849aa Color Hex

#3849AA
(56,73,170)
0 Favorites   0 Comments

Color spaces of #3849aa

RGB 5673170
HSL0.640.500.44
HSV231°67°67°
CMYK 0.670.570.00   0.33
XYZ11.26918.508139.0785
Yxy8.50810.19150.1446
Hunter Lab29.168617.9171-59.0153
CIE-Lab35.019425.7218-54.1666

#3849aa color RGB value is (56,73,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01001001 10101010
Octal 70 111 252
Decimal 56 73 170
Hex 38 49 AA

RGB Percentages of Color #3849aa

%18.73
%24.41
%56.86

CMYK Percentages of Color #3849aa

%67
%57
%0
%33

Triadic Colors of #3849aa

#3849aa #aa3849 #49aa38

Analogous Colors of #3849aa

#3849aa #6038aa #3882aa

Monochromatic Colors of #3849aa

#3849aa

Complementary Color

#3849aa #aa9938

#3849aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3849aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3849aa Color CSS Codes

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

#3849aa Text Font Color

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

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


#3849aa Background Color

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

This div background color is #3849aa


#3849aa Border Color

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

This div border color is #3849aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3849aa


Comments

No comments written yet.

Please login to write comment.