Color Hex Logo

#311367 Color Hex

#311367
(49,19,103)
0 Favorites   0 Comments

Color spaces of #311367

RGB 4919103
HSL0.730.690.24
HSV261°82°40°
CMYK 0.520.820.00   0.60
XYZ3.94772.098013.0288
Yxy2.09800.20700.1100
Hunter Lab14.484523.3018-43.1923
CIE-Lab15.993435.2540-43.3939

#311367 color RGB value is (49,19,103).

#311367 hex color red value is 49, green value is 19 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #311367 hue: 0.73 , saturation: 0.69 and the lightness value of 311367 is 0.24.

The process color (four color CMYK) of #311367 color hex is 0.52, 0.82, 0.00, 0.60. Web safe color of #311367 is #330066. Color #311367 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00010011 01100111
Octal 61 23 147
Decimal 49 19 103
Hex 31 13 67

RGB Percentages of Color #311367

%28.65
%11.11
%60.23

CMYK Percentages of Color #311367

%52
%82
%0
%60

Triadic Colors of #311367

#311367 #673113 #136731

Analogous Colors of #311367

#311367 #5b1367 #131f67

Monochromatic Colors of #311367

#311367

Complementary Color

#311367 #496713

#311367 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#311367 Color Preview on White Background

Lorem ipsum dolor sit amet.

#311367 Color CSS Codes

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

#311367 Text Font Color

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

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


#311367 Background Color

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

This div background color is #311367


#311367 Border Color

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

This div border color is #311367


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,19,103, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #311367; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #311367;
  -webkit-box-shadow: 1px 1px 3px 2px #311367;
  box-shadow:         1px 1px 3px 2px #311367; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #311367


Comments

No comments written yet.

Please login to write comment.