Color Hex Logo

#385364 Color Hex

#385364
(56,83,100)
0 Favorites   0 Comments

Color spaces of #385364

RGB 5683100
HSL0.560.280.31
HSV203°44°39°
CMYK 0.440.170.00   0.61
XYZ7.02447.947413.2204
Yxy7.94740.24920.2819
Hunter Lab28.1911-4.8575-8.0706
CIE-Lab33.8731-5.1438-13.0475

#385364 color RGB value is (56,83,100).

#385364 hex color red value is 56, green value is 83 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #385364 hue: 0.56 , saturation: 0.28 and the lightness value of 385364 is 0.31.

The process color (four color CMYK) of #385364 color hex is 0.44, 0.17, 0.00, 0.61. Web safe color of #385364 is #336666. Color #385364 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01010011 01100100
Octal 70 123 144
Decimal 56 83 100
Hex 38 53 64

RGB Percentages of Color #385364

%23.43
%34.73
%41.84

CMYK Percentages of Color #385364

%44
%17
%0
%61

Triadic Colors of #385364

#385364 #643853 #536438

Analogous Colors of #385364

#385364 #383d64 #38645f

Monochromatic Colors of #385364

#385364

Complementary Color

#385364 #644938

#385364 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385364 Color Preview on White Background

Lorem ipsum dolor sit amet.

#385364 Color CSS Codes

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

#385364 Text Font Color

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

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


#385364 Background Color

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

This div background color is #385364


#385364 Border Color

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

This div border color is #385364


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385364


Comments

No comments written yet.

Please login to write comment.