Color Hex Logo

#386eaa Color Hex

#386EAA
(56,110,170)
0 Favorites   0 Comments

Color spaces of #386eaa

RGB 56110170
HSL0.590.500.44
HSV212°67°67°
CMYK 0.670.350.00   0.33
XYZ14.462514.894940.1430
Yxy14.89490.20810.2143
Hunter Lab38.5939-0.6491-34.6541
CIE-Lab45.48991.8920-37.3931

#386eaa color RGB value is (56,110,170).

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

The process color (four color CMYK) of #386eaa color hex is 0.67, 0.35, 0.00, 0.33. Web safe color of #386eaa is #336699. Color #386eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01101110 10101010
Octal 70 156 252
Decimal 56 110 170
Hex 38 6E AA

RGB Percentages of Color #386eaa

%16.67
%32.74
%50.60

CMYK Percentages of Color #386eaa

%67
%35
%0
%33

Triadic Colors of #386eaa

#386eaa #aa386e #6eaa38

Analogous Colors of #386eaa

#386eaa #3b38aa #38a7aa

Monochromatic Colors of #386eaa

#386eaa

Complementary Color

#386eaa #aa7438

#386eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#386eaa Color CSS Codes

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

#386eaa Text Font Color

<p style="color:#386eaa">Text here</p>

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


#386eaa Background Color

<div style="background-color:#386eaa">
Div content here</div>

This div background color is #386eaa


#386eaa Border Color

<div style="border:3px solid #386eaa">
Div here</div>

This div border color is #386eaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,110,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 #386eaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386eaa


Comments

No comments written yet.

Please login to write comment.