Color Hex Logo

#395463 Color Hex

#395463
(57,84,99)
1 Favorites   0 Comments

Color spaces of #395463

RGB 578499
HSL0.560.270.31
HSV201°42°39°
CMYK 0.420.150.00   0.61
XYZ7.10988.111412.9953
Yxy8.11140.25200.2875
Hunter Lab28.4805-5.2807-7.1169
CIE-Lab34.2138-5.7655-11.8948

#395463 color RGB value is (57,84,99).

#395463 hex color red value is 57, green value is 84 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #395463 hue: 0.56 , saturation: 0.27 and the lightness value of 395463 is 0.31.

The process color (four color CMYK) of #395463 color hex is 0.42, 0.15, 0.00, 0.61. Web safe color of #395463 is #336666. Color #395463 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01010100 01100011
Octal 71 124 143
Decimal 57 84 99
Hex 39 54 63

RGB Percentages of Color #395463

%23.75
%35.00
%41.25

CMYK Percentages of Color #395463

%42
%15
%0
%61

Triadic Colors of #395463

#395463 #633954 #546339

Analogous Colors of #395463

#395463 #393f63 #39635d

Monochromatic Colors of #395463

#395463

Complementary Color

#395463 #634839

#395463 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#395463 Color Preview on White Background

Lorem ipsum dolor sit amet.

#395463 Color CSS Codes

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

#395463 Text Font Color

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

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


#395463 Background Color

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

This div background color is #395463


#395463 Border Color

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

This div border color is #395463


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,84,99, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #395463; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #395463;
  -webkit-box-shadow: 1px 1px 3px 2px #395463;
  box-shadow:         1px 1px 3px 2px #395463; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,84,99, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #395463


Comments

No comments written yet.

Please login to write comment.