Color Hex Logo

#385259 Color Hex

#385259
(56,82,89)
0 Favorites   0 Comments

Color spaces of #385259

RGB 568289
HSL0.540.230.28
HSV193°37°35°
CMYK 0.370.080.00   0.65
XYZ6.45147.596610.5775
Yxy7.59660.26200.3085
Hunter Lab27.5619-6.4520-3.4605
CIE-Lab33.1282-7.8011-7.2361

#385259 color RGB value is (56,82,89).

#385259 hex color red value is 56, green value is 82 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #385259 hue: 0.54 , saturation: 0.23 and the lightness value of 385259 is 0.28.

The process color (four color CMYK) of #385259 color hex is 0.37, 0.08, 0.00, 0.65. Web safe color of #385259 is #336666. Color #385259 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01010010 01011001
Octal 70 122 131
Decimal 56 82 89
Hex 38 52 59

RGB Percentages of Color #385259

%24.67
%36.12
%39.21

CMYK Percentages of Color #385259

%37
%8
%0
%65

Triadic Colors of #385259

#385259 #593852 #525938

Analogous Colors of #385259

#385259 #384259 #385950

Monochromatic Colors of #385259

#385259

Complementary Color

#385259 #593f38

#385259 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385259 Color Preview on White Background

Lorem ipsum dolor sit amet.

#385259 Color CSS Codes

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

#385259 Text Font Color

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

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


#385259 Background Color

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

This div background color is #385259


#385259 Border Color

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

This div border color is #385259


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385259


Comments

No comments written yet.

Please login to write comment.