Color Hex Logo

#386c9a Color Hex

#386C9A
(56,108,154)
0 Favorites   0 Comments

Color spaces of #386c9a

RGB 56108154
HSL0.580.470.41
HSV208°64°60°
CMYK 0.640.300.00   0.40
XYZ12.826213.899032.5786
Yxy13.89900.21630.2344
Hunter Lab37.2814-3.8316-25.7141
CIE-Lab44.0877-2.5368-30.1690

#386c9a color RGB value is (56,108,154).

#386c9a hex color red value is 56, green value is 108 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #386c9a hue: 0.58 , saturation: 0.47 and the lightness value of 386c9a is 0.41.

The process color (four color CMYK) of #386c9a color hex is 0.64, 0.30, 0.00, 0.40. Web safe color of #386c9a is #336699. Color #386c9a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01101100 10011010
Octal 70 154 232
Decimal 56 108 154
Hex 38 6C 9A

RGB Percentages of Color #386c9a

%17.61
%33.96
%48.43

CMYK Percentages of Color #386c9a

%64
%30
%0
%40

Triadic Colors of #386c9a

#386c9a #9a386c #6c9a38

Analogous Colors of #386c9a

#386c9a #383b9a #389a97

Monochromatic Colors of #386c9a

#386c9a

Complementary Color

#386c9a #9a6638

#386c9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386c9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#386c9a Color CSS Codes

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

#386c9a Text Font Color

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

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


#386c9a Background Color

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

This div background color is #386c9a


#386c9a Border Color

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

This div border color is #386c9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386c9a


Comments

No comments written yet.

Please login to write comment.