Color Hex Logo

#395476 Color Hex

#395476
(57,84,118)
0 Favorites   0 Comments

Color spaces of #395476

RGB 5784118
HSL0.590.350.34
HSV213°52°46°
CMYK 0.520.290.00   0.54
XYZ8.12778.518518.3554
Yxy8.51850.23220.2434
Hunter Lab29.1865-1.3685-16.8570
CIE-Lab35.04020.2815-22.4833

#395476 color RGB value is (57,84,118).

#395476 hex color red value is 57, green value is 84 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #395476 hue: 0.59 , saturation: 0.35 and the lightness value of 395476 is 0.34.

The process color (four color CMYK) of #395476 color hex is 0.52, 0.29, 0.00, 0.54. Web safe color of #395476 is #336666. Color #395476 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01010100 01110110
Octal 71 124 166
Decimal 57 84 118
Hex 39 54 76

RGB Percentages of Color #395476

%22.01
%32.43
%45.56

CMYK Percentages of Color #395476

%52
%29
%0
%54

Triadic Colors of #395476

#395476 #763954 #547639

Analogous Colors of #395476

#395476 #3d3976 #397376

Monochromatic Colors of #395476

#395476

Complementary Color

#395476 #765b39

#395476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#395476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#395476 Color CSS Codes

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

#395476 Text Font Color

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

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


#395476 Background Color

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

This div background color is #395476


#395476 Border Color

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

This div border color is #395476


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #395476


Comments

No comments written yet.

Please login to write comment.