Color Hex Logo

#385ba9 Color Hex

#385BA9
(56,91,169)
0 Favorites   0 Comments

Color spaces of #385ba9

RGB 5691169
HSL0.620.500.44
HSV221°67°66°
CMYK 0.670.460.00   0.34
XYZ12.533411.187539.0349
Yxy11.18750.19970.1783
Hunter Lab33.44778.3533-45.7805
CIE-Lab39.894513.5710-45.7085

#385ba9 color RGB value is (56,91,169).

#385ba9 hex color red value is 56, green value is 91 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #385ba9 hue: 0.62 , saturation: 0.50 and the lightness value of 385ba9 is 0.44.

The process color (four color CMYK) of #385ba9 color hex is 0.67, 0.46, 0.00, 0.34. Web safe color of #385ba9 is #336699. Color #385ba9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01011011 10101001
Octal 70 133 251
Decimal 56 91 169
Hex 38 5B A9

RGB Percentages of Color #385ba9

%17.72
%28.80
%53.48

CMYK Percentages of Color #385ba9

%67
%46
%0
%34

Triadic Colors of #385ba9

#385ba9 #a9385b #5ba938

Analogous Colors of #385ba9

#385ba9 #4d38a9 #3894a9

Monochromatic Colors of #385ba9

#385ba9

Complementary Color

#385ba9 #a98638

#385ba9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385ba9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#385ba9 Color CSS Codes

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

#385ba9 Text Font Color

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

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


#385ba9 Background Color

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

This div background color is #385ba9


#385ba9 Border Color

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

This div border color is #385ba9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385ba9


Comments

No comments written yet.

Please login to write comment.