Color Hex Logo

#384dbb Color Hex

#384DBB
(56,77,187)
0 Favorites   0 Comments

Color spaces of #384dbb

RGB 5677187
HSL0.640.540.48
HSV230°70°73°
CMYK 0.700.590.00   0.27
XYZ13.25449.736448.1944
Yxy9.73640.18620.1368
Hunter Lab31.203221.2171-69.7332
CIE-Lab37.365129.2628-60.4113

#384dbb color RGB value is (56,77,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01001101 10111011
Octal 70 115 273
Decimal 56 77 187
Hex 38 4D BB

RGB Percentages of Color #384dbb

%17.50
%24.06
%58.44

CMYK Percentages of Color #384dbb

%70
%59
%0
%27

Triadic Colors of #384dbb

#384dbb #bb384d #4dbb38

Analogous Colors of #384dbb

#384dbb #6538bb #388fbb

Monochromatic Colors of #384dbb

#384dbb

Complementary Color

#384dbb #bba638

#384dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#384dbb Color CSS Codes

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

#384dbb Text Font Color

<p style="color:#384dbb">Text here</p>

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


#384dbb Background Color

<div style="background-color:#384dbb">
Div content here</div>

This div background color is #384dbb


#384dbb Border Color

<div style="border:3px solid #384dbb">
Div here</div>

This div border color is #384dbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,77,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 #384dbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384dbb


Comments

No comments written yet.

Please login to write comment.