Color Hex Logo

#386586 Color Hex

#386586
(56,101,134)
0 Favorites   0 Comments

Color spaces of #386586

RGB 56101134
HSL0.570.410.37
HSV205°58°53°
CMYK 0.580.250.00   0.47
XYZ10.587611.869324.2872
Yxy11.86930.22650.2539
Hunter Lab34.4519-5.4349-17.6808
CIE-Lab41.0076-5.1443-23.0040

#386586 color RGB value is (56,101,134).

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

The process color (four color CMYK) of #386586 color hex is 0.58, 0.25, 0.00, 0.47. Web safe color of #386586 is #336699. Color #386586 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01100101 10000110
Octal 70 145 206
Decimal 56 101 134
Hex 38 65 86

RGB Percentages of Color #386586

%19.24
%34.71
%46.05

CMYK Percentages of Color #386586

%58
%25
%0
%47

Triadic Colors of #386586

#386586 #863865 #658638

Analogous Colors of #386586

#386586 #383e86 #388680

Monochromatic Colors of #386586

#386586

Complementary Color

#386586 #865938

#386586 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386586 Color Preview on White Background

Lorem ipsum dolor sit amet.

#386586 Color CSS Codes

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

#386586 Text Font Color

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

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


#386586 Background Color

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

This div background color is #386586


#386586 Border Color

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

This div border color is #386586


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386586


Comments

No comments written yet.

Please login to write comment.