Color Hex Logo

#384baa Color Hex

#384BAA
(56,75,170)
0 Favorites   0 Comments

Color spaces of #384baa

RGB 5675170
HSL0.640.500.44
HSV230°67°67°
CMYK 0.670.560.00   0.33
XYZ11.40278.775239.1230
Yxy8.77520.19230.1480
Hunter Lab29.623016.8694-57.5681
CIE-Lab35.547824.4111-53.3095

#384baa color RGB value is (56,75,170).

#384baa hex color red value is 56, green value is 75 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #384baa hue: 0.64 , saturation: 0.50 and the lightness value of 384baa is 0.44.

The process color (four color CMYK) of #384baa color hex is 0.67, 0.56, 0.00, 0.33. Web safe color of #384baa is #333399. Color #384baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01001011 10101010
Octal 70 113 252
Decimal 56 75 170
Hex 38 4B AA

RGB Percentages of Color #384baa

%18.60
%24.92
%56.48

CMYK Percentages of Color #384baa

%67
%56
%0
%33

Triadic Colors of #384baa

#384baa #aa384b #4baa38

Analogous Colors of #384baa

#384baa #5e38aa #3884aa

Monochromatic Colors of #384baa

#384baa

Complementary Color

#384baa #aa9738

#384baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#384baa Color CSS Codes

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

#384baa Text Font Color

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

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


#384baa Background Color

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

This div background color is #384baa


#384baa Border Color

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

This div border color is #384baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384baa


Comments

No comments written yet.

Please login to write comment.