Color Hex Logo

#3742ac Color Hex

#3742AC
(55,66,172)
0 Favorites   0 Comments

Color spaces of #3742ac

RGB 5566172
HSL0.650.520.45
HSV234°68°67°
CMYK 0.680.620.00   0.33
XYZ10.97027.687239.9353
Yxy7.68720.18720.1312
Hunter Lab27.725822.1065-65.9912
CIE-Lab33.322830.8438-58.1232

#3742ac color RGB value is (55,66,172).

#3742ac hex color red value is 55, green value is 66 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #3742ac hue: 0.65 , saturation: 0.52 and the lightness value of 3742ac is 0.45.

The process color (four color CMYK) of #3742ac color hex is 0.68, 0.62, 0.00, 0.33. Web safe color of #3742ac is #333399. Color #3742ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01000010 10101100
Octal 67 102 254
Decimal 55 66 172
Hex 37 42 AC

RGB Percentages of Color #3742ac

%18.77
%22.53
%58.70

CMYK Percentages of Color #3742ac

%68
%62
%0
%33

Triadic Colors of #3742ac

#3742ac #ac3742 #42ac37

Analogous Colors of #3742ac

#3742ac #6737ac #377dac

Monochromatic Colors of #3742ac

#3742ac

Complementary Color

#3742ac #aca137

#3742ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3742ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#3742ac Color CSS Codes

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

#3742ac Text Font Color

<p style="color:#3742ac">Text here</p>

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


#3742ac Background Color

<div style="background-color:#3742ac">
Div content here</div>

This div background color is #3742ac


#3742ac Border Color

<div style="border:3px solid #3742ac">
Div here</div>

This div border color is #3742ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,66,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3742ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3742ac;
  -webkit-box-shadow: 1px 1px 3px 2px #3742ac;
  box-shadow:         1px 1px 3px 2px #3742ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(55,66,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3742ac


Comments

No comments written yet.

Please login to write comment.