Color Hex Logo

#395863 Color Hex

#395863
(57,88,99)
0 Favorites   0 Comments

Color spaces of #395863

RGB 578899
HSL0.540.270.31
HSV196°42°39°
CMYK 0.420.110.00   0.61
XYZ7.42928.750213.1018
Yxy8.75020.25370.2988
Hunter Lab29.5807-6.9360-5.5540
CIE-Lab35.4988-8.1957-9.9475

#395863 color RGB value is (57,88,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01011000 01100011
Octal 71 130 143
Decimal 57 88 99
Hex 39 58 63

RGB Percentages of Color #395863

%23.36
%36.07
%40.57

CMYK Percentages of Color #395863

%42
%11
%0
%61

Triadic Colors of #395863

#395863 #633958 #586339

Analogous Colors of #395863

#395863 #394363 #396359

Monochromatic Colors of #395863

#395863

Complementary Color

#395863 #634439

#395863 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#395863 Color Preview on White Background

Lorem ipsum dolor sit amet.

#395863 Color CSS Codes

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

#395863 Text Font Color

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

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


#395863 Background Color

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

This div background color is #395863


#395863 Border Color

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

This div border color is #395863


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #395863


Comments

No comments written yet.

Please login to write comment.