Color Hex Logo

#3742ad Color Hex

#3742AD
(55,66,173)
0 Favorites   0 Comments

Color spaces of #3742ad

RGB 5566173
HSL0.650.520.45
HSV234°68°68°
CMYK 0.680.620.00   0.32
XYZ11.06667.725840.4431
Yxy7.72580.18680.1304
Hunter Lab27.795322.4273-66.8122
CIE-Lab33.405231.1996-58.5853

#3742ad color RGB value is (55,66,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01000010 10101101
Octal 67 102 255
Decimal 55 66 173
Hex 37 42 AD

RGB Percentages of Color #3742ad

%18.71
%22.45
%58.84

CMYK Percentages of Color #3742ad

%68
%62
%0
%32

Triadic Colors of #3742ad

#3742ad #ad3742 #42ad37

Analogous Colors of #3742ad

#3742ad #6737ad #377dad

Monochromatic Colors of #3742ad

#3742ad

Complementary Color

#3742ad #ada237

#3742ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3742ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#3742ad Color CSS Codes

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

#3742ad Text Font Color

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

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


#3742ad Background Color

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

This div background color is #3742ad


#3742ad Border Color

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

This div border color is #3742ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3742ad


Comments

No comments written yet.

Please login to write comment.