Color Hex Logo

#3661ac Color Hex

#3661AC
(54,97,172)
1 Favorites   0 Comments

Color spaces of #3661ac

RGB 5497172
HSL0.610.520.44
HSV218°69°67°
CMYK 0.690.440.00   0.33
XYZ13.242412.312240.7083
Yxy12.31220.19980.1858
Hunter Lab35.08875.9601-44.2233
CIE-Lab41.708110.4649-44.5835

#3661ac color RGB value is (54,97,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 01100001 10101100
Octal 66 141 254
Decimal 54 97 172
Hex 36 61 AC

RGB Percentages of Color #3661ac

%16.72
%30.03
%53.25

CMYK Percentages of Color #3661ac

%69
%44
%0
%33

Triadic Colors of #3661ac

#3661ac #ac3661 #61ac36

Analogous Colors of #3661ac

#3661ac #4636ac #369cac

Monochromatic Colors of #3661ac

#3661ac

Complementary Color

#3661ac #ac8136

#3661ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3661ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#3661ac Color CSS Codes

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

#3661ac Text Font Color

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

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


#3661ac Background Color

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

This div background color is #3661ac


#3661ac Border Color

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

This div border color is #3661ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3661ac


Comments

No comments written yet.

Please login to write comment.