Color Hex Logo

#385799 Color Hex

#385799
(56,87,153)
0 Favorites   0 Comments

Color spaces of #385799

RGB 5687153
HSL0.610.460.41
HSV221°63°60°
CMYK 0.630.430.00   0.40
XYZ10.78899.957131.4903
Yxy9.95710.20650.1906
Hunter Lab31.55495.8098-37.0803
CIE-Lab37.765310.3463-39.5633

#385799 color RGB value is (56,87,153).

#385799 hex color red value is 56, green value is 87 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #385799 hue: 0.61 , saturation: 0.46 and the lightness value of 385799 is 0.41.

The process color (four color CMYK) of #385799 color hex is 0.63, 0.43, 0.00, 0.40. Web safe color of #385799 is #336699. Color #385799 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01010111 10011001
Octal 70 127 231
Decimal 56 87 153
Hex 38 57 99

RGB Percentages of Color #385799

%18.92
%29.39
%51.69

CMYK Percentages of Color #385799

%63
%43
%0
%40

Triadic Colors of #385799

#385799 #993857 #579938

Analogous Colors of #385799

#385799 #493899 #388899

Monochromatic Colors of #385799

#385799

Complementary Color

#385799 #997a38

#385799 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385799 Color Preview on White Background

Lorem ipsum dolor sit amet.

#385799 Color CSS Codes

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

#385799 Text Font Color

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

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


#385799 Background Color

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

This div background color is #385799


#385799 Border Color

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

This div border color is #385799


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385799


Comments

No comments written yet.

Please login to write comment.