Color Hex Logo

#3672ac Color Hex

#3672AC
(54,114,172)
0 Favorites   0 Comments

Color spaces of #3672ac

RGB 54114172
HSL0.580.520.44
HSV209°69°67°
CMYK 0.690.340.00   0.33
XYZ14.985015.797541.2891
Yxy15.79750.20790.2192
Hunter Lab39.7461-2.2578-33.7695
CIE-Lab46.7077-0.1804-36.6455

#3672ac color RGB value is (54,114,172).

#3672ac hex color red value is 54, green value is 114 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #3672ac hue: 0.58 , saturation: 0.52 and the lightness value of 3672ac is 0.44.

The process color (four color CMYK) of #3672ac color hex is 0.69, 0.34, 0.00, 0.33. Web safe color of #3672ac is #336699. Color #3672ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01110010 10101100
Octal 66 162 254
Decimal 54 114 172
Hex 36 72 AC

RGB Percentages of Color #3672ac

%15.88
%33.53
%50.59

CMYK Percentages of Color #3672ac

%69
%34
%0
%33

Triadic Colors of #3672ac

#3672ac #ac3672 #72ac36

Analogous Colors of #3672ac

#3672ac #3637ac #36acab

Monochromatic Colors of #3672ac

#3672ac

Complementary Color

#3672ac #ac7036

#3672ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3672ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#3672ac Color CSS Codes

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

#3672ac Text Font Color

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

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


#3672ac Background Color

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

This div background color is #3672ac


#3672ac Border Color

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

This div border color is #3672ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,114,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 #3672ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3672ac


Comments

No comments written yet.

Please login to write comment.