Color Hex Logo

#385569 Color Hex

#385569
(56,85,105)
0 Favorites   0 Comments

Color spaces of #385569

RGB 5685105
HSL0.570.300.32
HSV204°47°41°
CMYK 0.470.190.00   0.59
XYZ7.42928.357714.5862
Yxy8.35770.24460.2752
Hunter Lab28.9097-4.7211-9.6776
CIE-Lab34.7170-4.8257-14.8919

#385569 color RGB value is (56,85,105).

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

The process color (four color CMYK) of #385569 color hex is 0.47, 0.19, 0.00, 0.59. Web safe color of #385569 is #336666. Color #385569 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01010101 01101001
Octal 70 125 151
Decimal 56 85 105
Hex 38 55 69

RGB Percentages of Color #385569

%22.76
%34.55
%42.68

CMYK Percentages of Color #385569

%47
%19
%0
%59

Triadic Colors of #385569

#385569 #693855 #556938

Analogous Colors of #385569

#385569 #383d69 #386965

Monochromatic Colors of #385569

#385569

Complementary Color

#385569 #694c38

#385569 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385569 Color Preview on White Background

Lorem ipsum dolor sit amet.

#385569 Color CSS Codes

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

#385569 Text Font Color

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

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


#385569 Background Color

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

This div background color is #385569


#385569 Border Color

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

This div border color is #385569


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385569


Comments

No comments written yet.

Please login to write comment.