Color Hex Logo

#385bdb Color Hex

#385BDB
(56,91,219)
0 Favorites   0 Comments

Color spaces of #385bdb

RGB 5691219
HSL0.630.690.54
HSV227°74°86°
CMYK 0.740.580.00   0.14
XYZ18.158213.437468.6545
Yxy13.43740.18110.1340
Hunter Lab36.657124.2707-85.3835
CIE-Lab43.415031.8713-69.0611

#385bdb color RGB value is (56,91,219).

#385bdb hex color red value is 56, green value is 91 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #385bdb hue: 0.63 , saturation: 0.69 and the lightness value of 385bdb is 0.54.

The process color (four color CMYK) of #385bdb color hex is 0.74, 0.58, 0.00, 0.14. Web safe color of #385bdb is #3366cc. Color #385bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01011011 11011011
Octal 70 133 333
Decimal 56 91 219
Hex 38 5B DB

RGB Percentages of Color #385bdb

%15.30
%24.86
%59.84

CMYK Percentages of Color #385bdb

%74
%58
%0
%14

Triadic Colors of #385bdb

#385bdb #db385b #5bdb38

Analogous Colors of #385bdb

#385bdb #6738db #38addb

Monochromatic Colors of #385bdb

#385bdb

Complementary Color

#385bdb #dbb838

#385bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#385bdb Color CSS Codes

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

#385bdb Text Font Color

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

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


#385bdb Background Color

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

This div background color is #385bdb


#385bdb Border Color

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

This div border color is #385bdb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,91,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #385bdb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #385bdb;
  -webkit-box-shadow: 1px 1px 3px 2px #385bdb;
  box-shadow:         1px 1px 3px 2px #385bdb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385bdb


Comments

No comments written yet.

Please login to write comment.