Color Hex Logo

#31467c Color Hex

#31467C
(49,70,124)
0 Favorites   0 Comments

Color spaces of #31467c

RGB 4970124
HSL0.620.430.34
HSV223°60°49°
CMYK 0.600.440.00   0.51
XYZ7.09496.488519.9473
Yxy6.48850.21160.1935
Hunter Lab25.47255.1409-28.5987
CIE-Lab30.61299.6084-33.2224

#31467c color RGB value is (49,70,124).

#31467c hex color red value is 49, green value is 70 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #31467c hue: 0.62 , saturation: 0.43 and the lightness value of 31467c is 0.34.

The process color (four color CMYK) of #31467c color hex is 0.60, 0.44, 0.00, 0.51. Web safe color of #31467c is #333366. Color #31467c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01000110 01111100
Octal 61 106 174
Decimal 49 70 124
Hex 31 46 7C

RGB Percentages of Color #31467c

%20.16
%28.81
%51.03

CMYK Percentages of Color #31467c

%60
%44
%0
%51

Triadic Colors of #31467c

#31467c #7c3146 #467c31

Analogous Colors of #31467c

#31467c #42317c #316c7c

Monochromatic Colors of #31467c

#31467c

Complementary Color

#31467c #7c6731

#31467c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31467c Color Preview on White Background

Lorem ipsum dolor sit amet.

#31467c Color CSS Codes

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

#31467c Text Font Color

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

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


#31467c Background Color

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

This div background color is #31467c


#31467c Border Color

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

This div border color is #31467c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31467c


Comments

No comments written yet.

Please login to write comment.