Color Hex Logo

#31466f Color Hex

#31466F
(49,70,111)
0 Favorites   0 Comments

Color spaces of #31466f

RGB 4970111
HSL0.610.390.31
HSV220°56°44°
CMYK 0.560.370.00   0.56
XYZ6.32606.181015.8986
Yxy6.18100.22270.2176
Hunter Lab24.86161.9112-20.5119
CIE-Lab29.86464.9362-26.2396

#31466f color RGB value is (49,70,111).

#31466f hex color red value is 49, green value is 70 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #31466f hue: 0.61 , saturation: 0.39 and the lightness value of 31466f is 0.31.

The process color (four color CMYK) of #31466f color hex is 0.56, 0.37, 0.00, 0.56. Web safe color of #31466f is #333366. Color #31466f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01000110 01101111
Octal 61 106 157
Decimal 49 70 111
Hex 31 46 6F

RGB Percentages of Color #31466f

%21.30
%30.43
%48.26

CMYK Percentages of Color #31466f

%56
%37
%0
%56

Triadic Colors of #31466f

#31466f #6f3146 #466f31

Analogous Colors of #31466f

#31466f #3b316f #31656f

Monochromatic Colors of #31466f

#31466f

Complementary Color

#31466f #6f5a31

#31466f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31466f Color Preview on White Background

Lorem ipsum dolor sit amet.

#31466f Color CSS Codes

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

#31466f Text Font Color

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

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


#31466f Background Color

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

This div background color is #31466f


#31466f Border Color

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

This div border color is #31466f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31466f


Comments

No comments written yet.

Please login to write comment.