Color Hex Logo

#385cbb Color Hex

#385CBB
(56,92,187)
0 Favorites   0 Comments

Color spaces of #385cbb

RGB 5692187
HSL0.620.540.48
HSV224°70°73°
CMYK 0.700.510.00   0.27
XYZ14.427712.082948.5855
Yxy12.08290.19210.1609
Hunter Lab34.760513.2575-58.5387
CIE-Lab41.347619.5326-53.9561

#385cbb color RGB value is (56,92,187).

#385cbb hex color red value is 56, green value is 92 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #385cbb hue: 0.62 , saturation: 0.54 and the lightness value of 385cbb is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01011100 10111011
Octal 70 134 273
Decimal 56 92 187
Hex 38 5C BB

RGB Percentages of Color #385cbb

%16.72
%27.46
%55.82

CMYK Percentages of Color #385cbb

%70
%51
%0
%27

Triadic Colors of #385cbb

#385cbb #bb385c #5cbb38

Analogous Colors of #385cbb

#385cbb #5538bb #389ebb

Monochromatic Colors of #385cbb

#385cbb

Complementary Color

#385cbb #bb9738

#385cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#385cbb Color CSS Codes

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

#385cbb Text Font Color

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

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


#385cbb Background Color

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

This div background color is #385cbb


#385cbb Border Color

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

This div border color is #385cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385cbb


Comments

No comments written yet.

Please login to write comment.