Color Hex Logo

#386585 Color Hex

#386585
(56,101,133)
0 Favorites   0 Comments

Color spaces of #386585

RGB 56101133
HSL0.570.410.37
HSV205°58°52°
CMYK 0.580.240.00   0.48
XYZ10.518211.841623.9216
Yxy11.84160.22730.2559
Hunter Lab34.4116-5.6603-17.1279
CIE-Lab40.9633-5.4798-22.4688

#386585 color RGB value is (56,101,133).

#386585 hex color red value is 56, green value is 101 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #386585 hue: 0.57 , saturation: 0.41 and the lightness value of 386585 is 0.37.

The process color (four color CMYK) of #386585 color hex is 0.58, 0.24, 0.00, 0.48. Web safe color of #386585 is #336699. Color #386585 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01100101 10000101
Octal 70 145 205
Decimal 56 101 133
Hex 38 65 85

RGB Percentages of Color #386585

%19.31
%34.83
%45.86

CMYK Percentages of Color #386585

%58
%24
%0
%48

Triadic Colors of #386585

#386585 #853865 #658538

Analogous Colors of #386585

#386585 #383f85 #38857f

Monochromatic Colors of #386585

#386585

Complementary Color

#386585 #855838

#386585 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386585 Color Preview on White Background

Lorem ipsum dolor sit amet.

#386585 Color CSS Codes

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

#386585 Text Font Color

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

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


#386585 Background Color

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

This div background color is #386585


#386585 Border Color

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

This div border color is #386585


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,101,133, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #386585; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #386585;
  -webkit-box-shadow: 1px 1px 3px 2px #386585;
  box-shadow:         1px 1px 3px 2px #386585; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386585


Comments

No comments written yet.

Please login to write comment.