COLOR #311AE5

HEX: #311AE5
RGB: (49,26,229)

Color info

#311AE5 contains mainly blue color. Web safe color of #311AE5 is #3300CC (or #30C).

RGB color model

#311AE5 color RGB value is (49,26,229).

  • red value is 49;
  • green value is 26;
  • blue value is 229.
RGB:
(49,26,229)
(19%,10%,90%)

RGB channels and saturation

R 49 of 255 = 19%
G 26 of 255 = 10%
B 229 of 255 = 90%

49
26
229

R + G + B ~ 40%. #311AE5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
49 + 26 + 229 = 304 (100%)
R 49 of 304 ~ 16.12%
G 26 of 304 ~ 8.55%
B 229 of 304 ~ 75.33%

%16.12
%75.33

CMYK color model

#311AE5 color CMYK value is (79,89,0,10).

  • cyan value is 78.60%
  • magenta value is 88.65%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(79,89,0,10)
C79M89Y0K10 
(79%,89%,0%,10%)
(0.79/0.89/0.00/0.10)	

CMYK percentages

%78.6
%88.65
%0
%10.2

Codes

Color #311AE5 in popluar color models

311AE5
RGB4926229
HSL247°79.61%50.00%
HSB/HSV247°88.65%89.80%
CMYK78.60%88.65%0.00%
10.20%

Color #311AE5 in popluar number systems.

HEX311AE5
Decimal4926229
Binary1100011101011100101
Octal6132345

Shades and tints

Shades of #311AE5

#311AE5
(49,26,229)
#2D18D1
(45,24,209)
#2916BD
(41,22,189)
#2514A9
(37,20,169)
#211295
(33,18,149)
#1D1081
(29,16,129)
#190E6D
(25,14,109)
#150C59
(21,12,89)
#110A45
(17,10,69)
#0D0831
(13,8,49)
#09061D
(9,6,29)
#000000
(0,0,0)

Tints of #311AE5

#311AE5
(49,26,229)
#432EE7
(67,46,231)
#5542E9
(85,66,233)
#6756EB
(103,86,235)
#796AED
(121,106,237)
#8B7EEF
(139,126,239)
#9D92F1
(157,146,241)
#AFA6F3
(175,166,243)
#C1BAF5
(193,186,245)
#D3CEF7
(211,206,247)
#E5E2F9
(229,226,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #311AE5 color. Also use rgb(49,26,229) instead hex code.

Text Font Color

.myTextColor { color: #311AE5; }

<p style="color:#311AE5">This sample text font color is #311AE5.</p>

This text font color is #311AE5.


Background Color

.myBgColor { background-color: #311AE5; }

<div style="background-color:#311AE5">Inner text</div>

This div background color is #311AE5.


Border color

.myBorderColor { border: 1px solid #311AE5; }

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

This div border color is #311AE5.


Opacity

.myOpacity80 { color: #311AE5; opacity: 0.8; }

<p style="color:#311AE5;opacity:0.8;">80%</p>

Text with #311AE5 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #311AE5;}

<p style="text-shadow: 3px 3px 1px #311AE5">Text here.</p>

This text has shadow with #311AE5 color.

.textShadow {text-shadow: 3px 3px 1px #311AE5, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #311AE5, 5px 5px 20px red">Text here.</p>

This text has shadow with #311AE5 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#311AE5, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#311AE5, Direction=45, Strength=4)">Text</p>

This text has shadow with #311AE5 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #311AE5;
  -webkit-box-shadow:	1px 1px 3px 2px #311AE5;
  box-shadow:		1px 1px 3px 2px #311AE5;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #311AE5;
-webkit-box-shadow: 1px 1px 3px 2px #311AE5;
box-shadow:1px 1px 3px 2px #311AE5;">
Div content here</div>
This div box has shadow with color #311AE5.

Preview

Color preview on black background

This text has color #311AE5 on black background.


Color preview on white background

This text has color #311AE5 on white background.



Black color preview on #311AE5 background

This text has black color on #311AE5 background.


White color preview on #311AE5 background

This text has white color on #311AE5 background.