COLOR #31648B

HEX: #31648B
RGB: (49,100,139)

Color info

#31648B contains mainly green and blue colors. Web safe color of #31648B is #336699 (or #369).

RGB color model

#31648B color RGB value is (49,100,139).

  • red value is 49;
  • green value is 100;
  • blue value is 139.
RGB:
(49,100,139)
(19%,39%,55%)

RGB channels and saturation

R 49 of 255 = 19%
G 100 of 255 = 39%
B 139 of 255 = 55%

49
100
139

R + G + B ~ 38%. #31648B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 100 + 139 = 288 (100%)
R 49 of 288 ~ 17.01%
G 100 of 288 ~ 34.72%
B 139 of 288 ~ 48.26%

%17.01
%34.72
%48.26

CMYK color model

#31648B color CMYK value is (65,28,0,45).

  • cyan value is 64.75%
  • magenta value is 28.06%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(65,28,0,45)
C65M28Y0K45 
(65%,28%,0%,45%)
(0.65/0.28/0.00/0.45)	

CMYK percentages

%64.75
%28.06
%0
%45.49

Codes

Color #31648B in popluar color models

31648B
RGB49100139
HSL206°47.87%36.86%
HSB/HSV206°64.75%54.51%
CMYK64.75%28.06%0.00%
45.49%

Color #31648B in popluar number systems.

HEX31648B
Decimal49100139
Binary110001110010010001011
Octal61144213

Shades and tints

Shades of #31648B

#31648B
(49,100,139)
#2D5B7F
(45,91,127)
#295273
(41,82,115)
#254967
(37,73,103)
#21405B
(33,64,91)
#1D374F
(29,55,79)
#192E43
(25,46,67)
#152537
(21,37,55)
#111C2B
(17,28,43)
#0D131F
(13,19,31)
#090A13
(9,10,19)
#000000
(0,0,0)

Tints of #31648B

#31648B
(49,100,139)
#437295
(67,114,149)
#55809F
(85,128,159)
#678EA9
(103,142,169)
#799CB3
(121,156,179)
#8BAABD
(139,170,189)
#9DB8C7
(157,184,199)
#AFC6D1
(175,198,209)
#C1D4DB
(193,212,219)
#D3E2E5
(211,226,229)
#E5F0EF
(229,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31648B color. Also use rgb(49,100,139) instead hex code.

Text Font Color

.myTextColor { color: #31648B; }

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

This text font color is #31648B.


Background Color

.myBgColor { background-color: #31648B; }

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

This div background color is #31648B.


Border color

.myBorderColor { border: 1px solid #31648B; }

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

This div border color is #31648B.


Opacity

.myOpacity80 { color: #31648B; opacity: 0.8; }

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

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

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

This text has shadow with #31648B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31648B on black background.


Color preview on white background

This text has color #31648B on white background.



Black color preview on #31648B background

This text has black color on #31648B background.


White color preview on #31648B background

This text has white color on #31648B background.