Color Hex Logo

#384369 Color Hex

#384369
(56,67,105)
0 Favorites   0 Comments

Color spaces of #384369

RGB 5667105
HSL0.630.300.32
HSV227°47°41°
CMYK 0.470.360.00   0.59
XYZ6.18785.875014.1725
Yxy5.87500.23590.2239
Hunter Lab24.23843.1519-17.7007
CIE-Lab29.09496.7674-23.6084

#384369 color RGB value is (56,67,105).

#384369 hex color red value is 56, green value is 67 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #384369 hue: 0.63 , saturation: 0.30 and the lightness value of 384369 is 0.32.

The process color (four color CMYK) of #384369 color hex is 0.47, 0.36, 0.00, 0.59. Web safe color of #384369 is #333366. Color #384369 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01000011 01101001
Octal 70 103 151
Decimal 56 67 105
Hex 38 43 69

RGB Percentages of Color #384369

%24.56
%29.39
%46.05

CMYK Percentages of Color #384369

%47
%36
%0
%59

Triadic Colors of #384369

#384369 #693843 #436938

Analogous Colors of #384369

#384369 #463869 #385c69

Monochromatic Colors of #384369

#384369

Complementary Color

#384369 #695e38

#384369 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384369 Color Preview on White Background

Lorem ipsum dolor sit amet.

#384369 Color CSS Codes

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

#384369 Text Font Color

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

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


#384369 Background Color

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

This div background color is #384369


#384369 Border Color

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

This div border color is #384369


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,67,105, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #384369; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #384369;
  -webkit-box-shadow: 1px 1px 3px 2px #384369;
  box-shadow:         1px 1px 3px 2px #384369; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384369

#384369 Color Palettes


Comments

No comments written yet.

Please login to write comment.