Color Hex Logo

#385aaa Color Hex

#385AAA
(56,90,170)
0 Favorites   0 Comments

Color spaces of #385aaa

RGB 5690170
HSL0.620.500.44
HSV222°67°67°
CMYK 0.670.470.00   0.33
XYZ12.542811.055439.5030
Yxy11.05540.19880.1752
Hunter Lab33.24979.1488-47.1660
CIE-Lab39.673614.5866-46.6549

#385aaa color RGB value is (56,90,170).

#385aaa hex color red value is 56, green value is 90 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #385aaa hue: 0.62 , saturation: 0.50 and the lightness value of 385aaa is 0.44.

The process color (four color CMYK) of #385aaa color hex is 0.67, 0.47, 0.00, 0.33. Web safe color of #385aaa is #336699. Color #385aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01011010 10101010
Octal 70 132 252
Decimal 56 90 170
Hex 38 5A AA

RGB Percentages of Color #385aaa

%17.72
%28.48
%53.80

CMYK Percentages of Color #385aaa

%67
%47
%0
%33

Triadic Colors of #385aaa

#385aaa #aa385a #5aaa38

Analogous Colors of #385aaa

#385aaa #4f38aa #3893aa

Monochromatic Colors of #385aaa

#385aaa

Complementary Color

#385aaa #aa8838

#385aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#385aaa Color CSS Codes

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

#385aaa Text Font Color

<p style="color:#385aaa">Text here</p>

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


#385aaa Background Color

<div style="background-color:#385aaa">
Div content here</div>

This div background color is #385aaa


#385aaa Border Color

<div style="border:3px solid #385aaa">
Div here</div>

This div border color is #385aaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,90,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #385aaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #385aaa;
  -webkit-box-shadow: 1px 1px 3px 2px #385aaa;
  box-shadow:         1px 1px 3px 2px #385aaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,90,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385aaa


Comments

No comments written yet.

Please login to write comment.