Color Hex Logo

#386dba Color Hex

#386DBA
(56,109,186)
0 Favorites   0 Comments

Color spaces of #386dba

RGB 56109186
HSL0.600.540.47
HSV216°70°73°
CMYK 0.700.410.00   0.27
XYZ15.962515.323248.5707
Yxy15.32320.19990.1919
Hunter Lab39.14494.2853-46.1653
CIE-Lab46.07378.3022-45.7921

#386dba color RGB value is (56,109,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01101101 10111010
Octal 70 155 272
Decimal 56 109 186
Hex 38 6D BA

RGB Percentages of Color #386dba

%15.95
%31.05
%52.99

CMYK Percentages of Color #386dba

%70
%41
%0
%27

Triadic Colors of #386dba

#386dba #ba386d #6dba38

Analogous Colors of #386dba

#386dba #4438ba #38aeba

Monochromatic Colors of #386dba

#386dba

Complementary Color

#386dba #ba8538

#386dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#386dba Color CSS Codes

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

#386dba Text Font Color

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

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


#386dba Background Color

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

This div background color is #386dba


#386dba Border Color

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

This div border color is #386dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386dba


Comments

No comments written yet.

Please login to write comment.