Color Hex Logo

#386cbe Color Hex

#386CBE
(56,108,190)
0 Favorites   0 Comments

Color spaces of #386cbe

RGB 56108190
HSL0.600.540.48
HSV217°71°75°
CMYK 0.710.430.00   0.25
XYZ16.287715.283650.8068
Yxy15.28360.19770.1855
Hunter Lab39.09425.9529-49.6872
CIE-Lab46.020210.3936-48.1944

#386cbe color RGB value is (56,108,190).

#386cbe hex color red value is 56, green value is 108 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #386cbe hue: 0.60 , saturation: 0.54 and the lightness value of 386cbe is 0.48.

The process color (four color CMYK) of #386cbe color hex is 0.71, 0.43, 0.00, 0.25. Web safe color of #386cbe is #3366cc. Color #386cbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01101100 10111110
Octal 70 154 276
Decimal 56 108 190
Hex 38 6C BE

RGB Percentages of Color #386cbe

%15.82
%30.51
%53.67

CMYK Percentages of Color #386cbe

%71
%43
%0
%25

Triadic Colors of #386cbe

#386cbe #be386c #6cbe38

Analogous Colors of #386cbe

#386cbe #4738be #38afbe

Monochromatic Colors of #386cbe

#386cbe

Complementary Color

#386cbe #be8a38

#386cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#386cbe Color CSS Codes

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

#386cbe Text Font Color

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

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


#386cbe Background Color

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

This div background color is #386cbe


#386cbe Border Color

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

This div border color is #386cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386cbe


Comments

No comments written yet.

Please login to write comment.