Color Hex Logo

#31617f Color Hex

#31617F
(49,97,127)
0 Favorites   0 Comments

Color spaces of #31617f

RGB 4997127
HSL0.560.440.35
HSV203°61°50°
CMYK 0.610.240.00   0.50
XYZ9.372110.734721.6567
Yxy10.73470.22440.2570
Hunter Lab32.7639-6.2768-16.2556
CIE-Lab39.1300-6.6342-21.6939

#31617f color RGB value is (49,97,127).

#31617f hex color red value is 49, green value is 97 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #31617f hue: 0.56 , saturation: 0.44 and the lightness value of 31617f is 0.35.

The process color (four color CMYK) of #31617f color hex is 0.61, 0.24, 0.00, 0.50. Web safe color of #31617f is #336666. Color #31617f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01100001 01111111
Octal 61 141 177
Decimal 49 97 127
Hex 31 61 7F

RGB Percentages of Color #31617f

%17.95
%35.53
%46.52

CMYK Percentages of Color #31617f

%61
%24
%0
%50

Triadic Colors of #31617f

#31617f #7f3161 #617f31

Analogous Colors of #31617f

#31617f #313a7f #317f76

Monochromatic Colors of #31617f

#31617f

Complementary Color

#31617f #7f4f31

#31617f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31617f Color Preview on White Background

Lorem ipsum dolor sit amet.

#31617f Color CSS Codes

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

#31617f Text Font Color

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

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


#31617f Background Color

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

This div background color is #31617f


#31617f Border Color

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

This div border color is #31617f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,97,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #31617f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #31617f;
  -webkit-box-shadow: 1px 1px 3px 2px #31617f;
  box-shadow:         1px 1px 3px 2px #31617f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31617f


Comments

No comments written yet.

Please login to write comment.