Color Hex Logo

#3748aa Color Hex

#3748AA
(55,72,170)
0 Favorites   0 Comments

Color spaces of #3748aa

RGB 5572170
HSL0.640.510.44
HSV231°68°67°
CMYK 0.680.580.00   0.33
XYZ11.14868.349239.0542
Yxy8.34920.19040.1426
Hunter Lab28.895018.3047-59.9093
CIE-Lab34.699826.2208-54.6882

#3748aa color RGB value is (55,72,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01001000 10101010
Octal 67 110 252
Decimal 55 72 170
Hex 37 48 AA

RGB Percentages of Color #3748aa

%18.52
%24.24
%57.24

CMYK Percentages of Color #3748aa

%68
%58
%0
%33

Triadic Colors of #3748aa

#3748aa #aa3748 #48aa37

Analogous Colors of #3748aa

#3748aa #5f37aa #3782aa

Monochromatic Colors of #3748aa

#3748aa

Complementary Color

#3748aa #aa9937

#3748aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3748aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3748aa Color CSS Codes

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

#3748aa Text Font Color

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

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


#3748aa Background Color

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

This div background color is #3748aa


#3748aa Border Color

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

This div border color is #3748aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3748aa


Comments

No comments written yet.

Please login to write comment.