Color Hex Logo

#317a87 Color Hex

#317A87
(49,122,135)
0 Favorites   0 Comments

Color spaces of #317a87

RGB 49122135
HSL0.530.470.36
HSV189°64°53°
CMYK 0.640.100.00   0.47
XYZ12.599316.321325.4079
Yxy16.32130.23190.3004
Hunter Lab40.3996-15.0311-9.0086
CIE-Lab47.3932-18.3059-13.8320

#317a87 color RGB value is (49,122,135).

#317a87 hex color red value is 49, green value is 122 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #317a87 hue: 0.53 , saturation: 0.47 and the lightness value of 317a87 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01111010 10000111
Octal 61 172 207
Decimal 49 122 135
Hex 31 7A 87

RGB Percentages of Color #317a87

%16.01
%39.87
%44.12

CMYK Percentages of Color #317a87

%64
%10
%0
%47

Triadic Colors of #317a87

#317a87 #87317a #7a8731

Analogous Colors of #317a87

#317a87 #314f87 #318769

Monochromatic Colors of #317a87

#317a87

Complementary Color

#317a87 #873e31

#317a87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#317a87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#317a87 Color CSS Codes

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

#317a87 Text Font Color

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

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


#317a87 Background Color

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

This div background color is #317a87


#317a87 Border Color

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

This div border color is #317a87


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,122,135, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #317a87; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #317a87;
  -webkit-box-shadow: 1px 1px 3px 2px #317a87;
  box-shadow:         1px 1px 3px 2px #317a87; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #317a87


Comments

No comments written yet.

Please login to write comment.