Color Hex Logo

#311fbb Color Hex

#311FBB
(49,31,187)
0 Favorites   0 Comments

Color spaces of #311fbb

RGB 4931187
HSL0.690.720.43
HSV247°83°73°
CMYK 0.740.830.00   0.27
XYZ10.72625.220847.4561
Yxy5.22080.16920.0823
Hunter Lab22.849143.8086-107.1473
CIE-Lab27.354854.7494-76.8881

#311fbb color RGB value is (49,31,187).

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

The process color (four color CMYK) of #311fbb color hex is 0.74, 0.83, 0.00, 0.27. Web safe color of #311fbb is #3333cc. Color #311fbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00011111 10111011
Octal 61 37 273
Decimal 49 31 187
Hex 31 1F BB

RGB Percentages of Color #311fbb

%18.35
%11.61
%70.04

CMYK Percentages of Color #311fbb

%74
%83
%0
%27

Triadic Colors of #311fbb

#311fbb #bb311f #1fbb31

Analogous Colors of #311fbb

#311fbb #7f1fbb #1f5bbb

Monochromatic Colors of #311fbb

#311fbb

Complementary Color

#311fbb #a9bb1f

#311fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#311fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#311fbb Color CSS Codes

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

#311fbb Text Font Color

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

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


#311fbb Background Color

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

This div background color is #311fbb


#311fbb Border Color

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

This div border color is #311fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #311fbb


Comments

No comments written yet.

Please login to write comment.