COLOR #310688

HEX: #310688
RGB: (49,6,136)

Color info

#310688 contains mainly blue color. Web safe color of #310688 is #330099 (or #309).

RGB color model

#310688 color RGB value is (49,6,136).

  • red value is 49;
  • green value is 6;
  • blue value is 136.
RGB:
(49,6,136)
(19%,2%,53%)

RGB channels and saturation

R 49 of 255 = 19%
G 6 of 255 = 2%
B 136 of 255 = 53%

49
6
136

R + G + B ~ 25%. #310688 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 6 + 136 = 191 (100%)
R 49 of 191 ~ 25.65%
G 6 of 191 ~ 3.14%
B 136 of 191 ~ 71.2%

%25.65
%71.2

CMYK color model

#310688 color CMYK value is (64,96,0,47).

  • cyan value is 63.97%
  • magenta value is 95.59%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(64,96,0,47)
C64M96Y0K47 
(64%,96%,0%,47%)
(0.64/0.96/0.00/0.47)	

CMYK percentages

%63.97
%95.59
%0
%46.67

Codes

Color #310688 in popluar color models

310688
RGB496136
HSL260°91.55%27.84%
HSB/HSV260°95.59%53.33%
CMYK63.97%95.59%0.00%
46.67%

Color #310688 in popluar number systems.

HEX310688
Decimal496136
Binary11000111010001000
Octal616210

Shades and tints

Shades of #310688

#310688
(49,6,136)
#2D067C
(45,6,124)
#290670
(41,6,112)
#250664
(37,6,100)
#210658
(33,6,88)
#1D064C
(29,6,76)
#190640
(25,6,64)
#150634
(21,6,52)
#110628
(17,6,40)
#0D061C
(13,6,28)
#090610
(9,6,16)
#000000
(0,0,0)

Tints of #310688

#310688
(49,6,136)
#431C92
(67,28,146)
#55329C
(85,50,156)
#6748A6
(103,72,166)
#795EB0
(121,94,176)
#8B74BA
(139,116,186)
#9D8AC4
(157,138,196)
#AFA0CE
(175,160,206)
#C1B6D8
(193,182,216)
#D3CCE2
(211,204,226)
#E5E2EC
(229,226,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #310688 color. Also use rgb(49,6,136) instead hex code.

Text Font Color

.myTextColor { color: #310688; }

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

This text font color is #310688.


Background Color

.myBgColor { background-color: #310688; }

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

This div background color is #310688.


Border color

.myBorderColor { border: 1px solid #310688; }

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

This div border color is #310688.


Opacity

.myOpacity80 { color: #310688; opacity: 0.8; }

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

Text with #310688 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 #310688;}

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

This text has shadow with #310688 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #310688 on black background.


Color preview on white background

This text has color #310688 on white background.



Black color preview on #310688 background

This text has black color on #310688 background.


White color preview on #310688 background

This text has white color on #310688 background.