Color Hex Logo

#384fbd Color Hex

#384FBD
(56,79,189)
0 Favorites   0 Comments

Color spaces of #384fbd

RGB 5679189
HSL0.640.540.48
HSV230°70°74°
CMYK 0.700.580.00   0.26
XYZ13.612210.106849.3775
Yxy10.10680.18620.1383
Hunter Lab31.791220.7947-69.8343
CIE-Lab38.033428.6946-60.4961

#384fbd color RGB value is (56,79,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01001111 10111101
Octal 70 117 275
Decimal 56 79 189
Hex 38 4F BD

RGB Percentages of Color #384fbd

%17.28
%24.38
%58.33

CMYK Percentages of Color #384fbd

%70
%58
%0
%26

Triadic Colors of #384fbd

#384fbd #bd384f #4fbd38

Analogous Colors of #384fbd

#384fbd #6338bd #3892bd

Monochromatic Colors of #384fbd

#384fbd

Complementary Color

#384fbd #bda638

#384fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#384fbd Color CSS Codes

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

#384fbd Text Font Color

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

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


#384fbd Background Color

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

This div background color is #384fbd


#384fbd Border Color

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

This div border color is #384fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384fbd


Comments

No comments written yet.

Please login to write comment.