Color Hex Logo

#386796 Color Hex

#386796
(56,103,150)
0 Favorites   0 Comments

Color spaces of #386796

RGB 56103150
HSL0.580.460.40
HSV210°63°59°
CMYK 0.630.310.00   0.41
XYZ11.986212.743330.6821
Yxy12.74330.21630.2300
Hunter Lab35.6978-2.5363-25.9711
CIE-Lab42.3739-0.8750-30.4762

#386796 color RGB value is (56,103,150).

#386796 hex color red value is 56, green value is 103 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #386796 hue: 0.58 , saturation: 0.46 and the lightness value of 386796 is 0.40.

The process color (four color CMYK) of #386796 color hex is 0.63, 0.31, 0.00, 0.41. Web safe color of #386796 is #336699. Color #386796 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01100111 10010110
Octal 70 147 226
Decimal 56 103 150
Hex 38 67 96

RGB Percentages of Color #386796

%18.12
%33.33
%48.54

CMYK Percentages of Color #386796

%63
%31
%0
%41

Triadic Colors of #386796

#386796 #963867 #679638

Analogous Colors of #386796

#386796 #383896 #389696

Monochromatic Colors of #386796

#386796

Complementary Color

#386796 #966738

#386796 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386796 Color Preview on White Background

Lorem ipsum dolor sit amet.

#386796 Color CSS Codes

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

#386796 Text Font Color

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

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


#386796 Background Color

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

This div background color is #386796


#386796 Border Color

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

This div border color is #386796


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386796


Comments

No comments written yet.

Please login to write comment.