Color Hex Logo

#311faa Color Hex

#311FAA
(49,31,170)
0 Favorites   0 Comments

Color spaces of #311faa

RGB 4931170
HSL0.690.690.39
HSV248°82°67°
CMYK 0.710.820.00   0.33
XYZ9.01234.535238.4306
Yxy4.53520.17340.0873
Hunter Lab21.296038.2718-92.0870
CIE-Lab25.367349.6933-70.0184

#311faa color RGB value is (49,31,170).

#311faa hex color red value is 49, green value is 31 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #311faa hue: 0.69 , saturation: 0.69 and the lightness value of 311faa is 0.39.

The process color (four color CMYK) of #311faa color hex is 0.71, 0.82, 0.00, 0.33. Web safe color of #311faa is #333399. Color #311faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00011111 10101010
Octal 61 37 252
Decimal 49 31 170
Hex 31 1F AA

RGB Percentages of Color #311faa

%19.60
%12.40
%68.00

CMYK Percentages of Color #311faa

%71
%82
%0
%33

Triadic Colors of #311faa

#311faa #aa311f #1faa31

Analogous Colors of #311faa

#311faa #771faa #1f52aa

Monochromatic Colors of #311faa

#311faa

Complementary Color

#311faa #98aa1f

#311faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#311faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#311faa Color CSS Codes

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

#311faa Text Font Color

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

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


#311faa Background Color

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

This div background color is #311faa


#311faa Border Color

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

This div border color is #311faa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,31,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #311faa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #311faa;
  -webkit-box-shadow: 1px 1px 3px 2px #311faa;
  box-shadow:         1px 1px 3px 2px #311faa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #311faa


Comments

No comments written yet.

Please login to write comment.