Color Hex Logo

#31465f Color Hex

#31465F
(49,70,95)
0 Favorites   0 Comments

Color spaces of #31465f

RGB 497095
HSL0.590.320.28
HSV213°48°37°
CMYK 0.480.260.00   0.63
XYZ5.52235.859511.6664
Yxy5.85950.23960.2542
Hunter Lab24.2064-1.6393-11.6306
CIE-Lab29.0552-0.5476-17.3110

#31465f color RGB value is (49,70,95).

#31465f hex color red value is 49, green value is 70 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #31465f hue: 0.59 , saturation: 0.32 and the lightness value of 31465f is 0.28.

The process color (four color CMYK) of #31465f color hex is 0.48, 0.26, 0.00, 0.63. Web safe color of #31465f is #333366. Color #31465f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01000110 01011111
Octal 61 106 137
Decimal 49 70 95
Hex 31 46 5F

RGB Percentages of Color #31465f

%22.90
%32.71
%44.39

CMYK Percentages of Color #31465f

%48
%26
%0
%63

Triadic Colors of #31465f

#31465f #5f3146 #465f31

Analogous Colors of #31465f

#31465f #33315f #315d5f

Monochromatic Colors of #31465f

#31465f

Complementary Color

#31465f #5f4a31

#31465f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31465f Color Preview on White Background

Lorem ipsum dolor sit amet.

#31465f Color CSS Codes

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

#31465f Text Font Color

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

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


#31465f Background Color

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

This div background color is #31465f


#31465f Border Color

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

This div border color is #31465f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31465f


Comments

No comments written yet.

Please login to write comment.