Color Hex Logo

#311a9f Color Hex

#311A9F
(49,26,159)
0 Favorites   0 Comments

Color spaces of #311a9f

RGB 4926159
HSL0.700.720.36
HSV250°84°62°
CMYK 0.690.840.00   0.38
XYZ7.89403.895033.1366
Yxy3.89500.17570.0867
Hunter Lab19.735836.8597-85.7337
CIE-Lab23.321248.6624-66.7327

#311a9f color RGB value is (49,26,159).

#311a9f hex color red value is 49, green value is 26 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #311a9f hue: 0.70 , saturation: 0.72 and the lightness value of 311a9f is 0.36.

The process color (four color CMYK) of #311a9f color hex is 0.69, 0.84, 0.00, 0.38. Web safe color of #311a9f is #333399. Color #311a9f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00011010 10011111
Octal 61 32 237
Decimal 49 26 159
Hex 31 1A 9F

RGB Percentages of Color #311a9f

%20.94
%11.11
%67.95

CMYK Percentages of Color #311a9f

%69
%84
%0
%38

Triadic Colors of #311a9f

#311a9f #9f311a #1a9f31

Analogous Colors of #311a9f

#311a9f #741a9f #1a459f

Monochromatic Colors of #311a9f

#311a9f

Complementary Color

#311a9f #889f1a

#311a9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#311a9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#311a9f Color CSS Codes

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

#311a9f Text Font Color

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

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


#311a9f Background Color

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

This div background color is #311a9f


#311a9f Border Color

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

This div border color is #311a9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #311a9f


Comments

No comments written yet.

Please login to write comment.