Color Hex Logo

#317986 Color Hex

#317986
(49,121,134)
0 Favorites   0 Comments

Color spaces of #317986

RGB 49121134
HSL0.530.460.36
HSV189°63°53°
CMYK 0.630.100.00   0.47
XYZ12.407116.048924.9981
Yxy16.04890.23210.3002
Hunter Lab40.0611-14.8246-8.9542
CIE-Lab47.0386-18.0802-13.7779

#317986 color RGB value is (49,121,134).

#317986 hex color red value is 49, green value is 121 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #317986 hue: 0.53 , saturation: 0.46 and the lightness value of 317986 is 0.36.

The process color (four color CMYK) of #317986 color hex is 0.63, 0.10, 0.00, 0.47. Web safe color of #317986 is #336699. Color #317986 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01111001 10000110
Octal 61 171 206
Decimal 49 121 134
Hex 31 79 86

RGB Percentages of Color #317986

%16.12
%39.80
%44.08

CMYK Percentages of Color #317986

%63
%10
%0
%47

Triadic Colors of #317986

#317986 #863179 #798631

Analogous Colors of #317986

#317986 #314e86 #318669

Monochromatic Colors of #317986

#317986

Complementary Color

#317986 #863e31

#317986 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#317986 Color Preview on White Background

Lorem ipsum dolor sit amet.

#317986 Color CSS Codes

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

#317986 Text Font Color

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

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


#317986 Background Color

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

This div background color is #317986


#317986 Border Color

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

This div border color is #317986


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,121,134, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #317986


Comments

No comments written yet.

Please login to write comment.