Color Hex Logo

#316577 Color Hex

#316577
(49,101,119)
0 Favorites   0 Comments

Color spaces of #316577

RGB 49101119
HSL0.540.420.33
HSV195°59°47°
CMYK 0.590.150.00   0.53
XYZ9.250111.292219.1449
Yxy11.29220.23310.2845
Hunter Lab33.6039-9.6713-10.2562
CIE-Lab40.0683-11.6853-15.3760

#316577 color RGB value is (49,101,119).

#316577 hex color red value is 49, green value is 101 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #316577 hue: 0.54 , saturation: 0.42 and the lightness value of 316577 is 0.33.

The process color (four color CMYK) of #316577 color hex is 0.59, 0.15, 0.00, 0.53. Web safe color of #316577 is #336666. Color #316577 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01100101 01110111
Octal 61 145 167
Decimal 49 101 119
Hex 31 65 77

RGB Percentages of Color #316577

%18.22
%37.55
%44.24

CMYK Percentages of Color #316577

%59
%15
%0
%53

Triadic Colors of #316577

#316577 #773165 #657731

Analogous Colors of #316577

#316577 #314277 #317766

Monochromatic Colors of #316577

#316577

Complementary Color

#316577 #774331

#316577 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#316577 Color Preview on White Background

Lorem ipsum dolor sit amet.

#316577 Color CSS Codes

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

#316577 Text Font Color

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

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


#316577 Background Color

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

This div background color is #316577


#316577 Border Color

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

This div border color is #316577


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #316577


Comments

No comments written yet.

Please login to write comment.