Color Hex Logo

#396777 Color Hex

#396777
(57,103,119)
0 Favorites   0 Comments

Color spaces of #396777

RGB 57103119
HSL0.540.350.35
HSV195°52°47°
CMYK 0.520.130.00   0.53
XYZ9.867411.902319.2301
Yxy11.90230.24070.2903
Hunter Lab34.4997-9.3210-8.8984
CIE-Lab41.0604-10.9554-13.8314

#396777 color RGB value is (57,103,119).

#396777 hex color red value is 57, green value is 103 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #396777 hue: 0.54 , saturation: 0.35 and the lightness value of 396777 is 0.35.

The process color (four color CMYK) of #396777 color hex is 0.52, 0.13, 0.00, 0.53. Web safe color of #396777 is #336666. Color #396777 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01100111 01110111
Octal 71 147 167
Decimal 57 103 119
Hex 39 67 77

RGB Percentages of Color #396777

%20.43
%36.92
%42.65

CMYK Percentages of Color #396777

%52
%13
%0
%53

Triadic Colors of #396777

#396777 #773967 #677739

Analogous Colors of #396777

#396777 #394877 #397768

Monochromatic Colors of #396777

#396777

Complementary Color

#396777 #774939

#396777 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#396777 Color Preview on White Background

Lorem ipsum dolor sit amet.

#396777 Color CSS Codes

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

#396777 Text Font Color

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

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


#396777 Background Color

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

This div background color is #396777


#396777 Border Color

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

This div border color is #396777


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #396777


Comments

No comments written yet.

Please login to write comment.