Color Hex Logo

#3755ac Color Hex

#3755AC
(55,85,172)
0 Favorites   0 Comments

Color spaces of #3755ac

RGB 5585172
HSL0.620.520.45
HSV225°68°67°
CMYK 0.680.510.00   0.33
XYZ12.270410.287840.3687
Yxy10.28780.19500.1635
Hunter Lab32.074612.1561-52.1694
CIE-Lab38.354118.4180-49.9645

#3755ac color RGB value is (55,85,172).

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

The process color (four color CMYK) of #3755ac color hex is 0.68, 0.51, 0.00, 0.33. Web safe color of #3755ac is #336699. Color #3755ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01010101 10101100
Octal 67 125 254
Decimal 55 85 172
Hex 37 55 AC

RGB Percentages of Color #3755ac

%17.63
%27.24
%55.13

CMYK Percentages of Color #3755ac

%68
%51
%0
%33

Triadic Colors of #3755ac

#3755ac #ac3755 #55ac37

Analogous Colors of #3755ac

#3755ac #5337ac #3790ac

Monochromatic Colors of #3755ac

#3755ac

Complementary Color

#3755ac #ac8e37

#3755ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3755ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#3755ac Color CSS Codes

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

#3755ac Text Font Color

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

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


#3755ac Background Color

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

This div background color is #3755ac


#3755ac Border Color

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

This div border color is #3755ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3755ac


Comments

No comments written yet.

Please login to write comment.