Color Hex Logo

#386dbd Color Hex

#386DBD
(56,109,189)
0 Favorites   0 Comments

Color spaces of #386dbd

RGB 56109189
HSL0.600.540.48
HSV216°70°74°
CMYK 0.700.420.00   0.26
XYZ16.284815.452250.2684
Yxy15.45220.19860.1884
Hunter Lab39.30935.1566-48.3031
CIE-Lab46.24749.3977-47.2527

#386dbd color RGB value is (56,109,189).

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

The process color (four color CMYK) of #386dbd color hex is 0.70, 0.42, 0.00, 0.26. Web safe color of #386dbd is #3366cc. Color #386dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01101101 10111101
Octal 70 155 275
Decimal 56 109 189
Hex 38 6D BD

RGB Percentages of Color #386dbd

%15.82
%30.79
%53.39

CMYK Percentages of Color #386dbd

%70
%42
%0
%26

Triadic Colors of #386dbd

#386dbd #bd386d #6dbd38

Analogous Colors of #386dbd

#386dbd #4538bd #38b0bd

Monochromatic Colors of #386dbd

#386dbd

Complementary Color

#386dbd #bd8838

#386dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#386dbd Color CSS Codes

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

#386dbd Text Font Color

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

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


#386dbd Background Color

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

This div background color is #386dbd


#386dbd Border Color

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

This div border color is #386dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386dbd


Comments

No comments written yet.

Please login to write comment.