Color Hex Logo

#317486 Color Hex

#317486
(49,116,134)
0 Favorites   0 Comments

Color spaces of #317486

RGB 49116134
HSL0.540.460.36
HSV193°63°53°
CMYK 0.630.130.00   0.47
XYZ11.815114.865024.8008
Yxy14.86500.22950.2887
Hunter Lab38.5552-12.7708-11.1500
CIE-Lab45.4487-15.3275-16.1960

#317486 color RGB value is (49,116,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01110100 10000110
Octal 61 164 206
Decimal 49 116 134
Hex 31 74 86

RGB Percentages of Color #317486

%16.39
%38.80
%44.82

CMYK Percentages of Color #317486

%63
%13
%0
%47

Triadic Colors of #317486

#317486 #863174 #748631

Analogous Colors of #317486

#317486 #314a86 #31866e

Monochromatic Colors of #317486

#317486

Complementary Color

#317486 #864331

#317486 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#317486 Color Preview on White Background

Lorem ipsum dolor sit amet.

#317486 Color CSS Codes

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

#317486 Text Font Color

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

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


#317486 Background Color

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

This div background color is #317486


#317486 Border Color

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

This div border color is #317486


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #317486


Comments

No comments written yet.

Please login to write comment.