Color Hex Logo

#386ca5 Color Hex

#386CA5
(56,108,165)
0 Favorites   0 Comments

Color spaces of #386ca5

RGB 56108165
HSL0.590.490.43
HSV211°66°65°
CMYK 0.660.350.00   0.35
XYZ13.785014.282537.6276
Yxy14.28250.20980.2174
Hunter Lab37.7922-1.0271-32.5772
CIE-Lab44.63541.3403-35.8062

#386ca5 color RGB value is (56,108,165).

#386ca5 hex color red value is 56, green value is 108 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #386ca5 hue: 0.59 , saturation: 0.49 and the lightness value of 386ca5 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01101100 10100101
Octal 70 154 245
Decimal 56 108 165
Hex 38 6C A5

RGB Percentages of Color #386ca5

%17.02
%32.83
%50.15

CMYK Percentages of Color #386ca5

%66
%35
%0
%35

Triadic Colors of #386ca5

#386ca5 #a5386c #6ca538

Analogous Colors of #386ca5

#386ca5 #3a38a5 #38a3a5

Monochromatic Colors of #386ca5

#386ca5

Complementary Color

#386ca5 #a57138

#386ca5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386ca5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#386ca5 Color CSS Codes

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

#386ca5 Text Font Color

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

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


#386ca5 Background Color

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

This div background color is #386ca5


#386ca5 Border Color

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

This div border color is #386ca5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386ca5


Comments

No comments written yet.

Please login to write comment.