Color Hex Logo

#317685 Color Hex

#317685
(49,118,133)
0 Favorites   0 Comments

Color spaces of #317685

RGB 49118133
HSL0.530.460.36
HSV191°63°52°
CMYK 0.630.110.00   0.48
XYZ11.978715.303324.5128
Yxy15.30330.23130.2955
Hunter Lab39.1194-13.8008-9.7684
CIE-Lab46.0468-16.7590-14.6901

#317685 color RGB value is (49,118,133).

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

The process color (four color CMYK) of #317685 color hex is 0.63, 0.11, 0.00, 0.48. Web safe color of #317685 is #336699. Color #317685 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01110110 10000101
Octal 61 166 205
Decimal 49 118 133
Hex 31 76 85

RGB Percentages of Color #317685

%16.33
%39.33
%44.33

CMYK Percentages of Color #317685

%63
%11
%0
%48

Triadic Colors of #317685

#317685 #853176 #768531

Analogous Colors of #317685

#317685 #314c85 #31856a

Monochromatic Colors of #317685

#317685

Complementary Color

#317685 #854031

#317685 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#317685 Color Preview on White Background

Lorem ipsum dolor sit amet.

#317685 Color CSS Codes

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

#317685 Text Font Color

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

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


#317685 Background Color

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

This div background color is #317685


#317685 Border Color

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

This div border color is #317685


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #317685


Comments

No comments written yet.

Please login to write comment.