Color Hex Logo

#311cbb Color Hex

#311CBB
(49,28,187)
0 Favorites   0 Comments

Color spaces of #311cbb

RGB 4928187
HSL0.690.740.42
HSV248°85°73°
CMYK 0.740.850.00   0.27
XYZ10.65155.071347.4312
Yxy5.07130.16870.0803
Hunter Lab22.519545.0193-109.1143
CIE-Lab26.936955.9883-77.5820

#311cbb color RGB value is (49,28,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 00011100 10111011
Octal 61 34 273
Decimal 49 28 187
Hex 31 1C BB

RGB Percentages of Color #311cbb

%18.56
%10.61
%70.83

CMYK Percentages of Color #311cbb

%74
%85
%0
%27

Triadic Colors of #311cbb

#311cbb #bb311c #1cbb31

Analogous Colors of #311cbb

#311cbb #811cbb #1c56bb

Monochromatic Colors of #311cbb

#311cbb

Complementary Color

#311cbb #a6bb1c

#311cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#311cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#311cbb Color CSS Codes

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

#311cbb Text Font Color

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

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


#311cbb Background Color

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

This div background color is #311cbb


#311cbb Border Color

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

This div border color is #311cbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,28,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 #311cbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #311cbb


Comments

No comments written yet.

Please login to write comment.