Color Hex Logo

#316877 Color Hex

#316877
(49,104,119)
0 Favorites   0 Comments

Color spaces of #316877

RGB 49104119
HSL0.540.420.33
HSV193°59°47°
CMYK 0.590.130.00   0.53
XYZ9.546711.885519.2437
Yxy11.88550.23470.2922
Hunter Lab34.4754-10.9028-8.9622
CIE-Lab41.0336-13.4135-13.9042

#316877 color RGB value is (49,104,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01101000 01110111
Octal 61 150 167
Decimal 49 104 119
Hex 31 68 77

RGB Percentages of Color #316877

%18.01
%38.24
%43.75

CMYK Percentages of Color #316877

%59
%13
%0
%53

Triadic Colors of #316877

#316877 #773168 #687731

Analogous Colors of #316877

#316877 #314577 #317763

Monochromatic Colors of #316877

#316877

Complementary Color

#316877 #774031

#316877 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#316877 Color Preview on White Background

Lorem ipsum dolor sit amet.

#316877 Color CSS Codes

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

#316877 Text Font Color

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

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


#316877 Background Color

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

This div background color is #316877


#316877 Border Color

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

This div border color is #316877


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #316877


Comments

No comments written yet.

Please login to write comment.