COLOR #312669

HEX: #312669 RGB: (49,38,105)

Color info

#312669 contains mainly red and blue colors. Web safe color of #312669 is #333366 (or #336).

RGB color model

#312669 color RGB value is (49,38,105).

RGB: (49,38,105) (19%, 15%, 41%)

RGB channels and saturation

R 49 of 255 = 19%
G 38 of 255 = 15%
B 105 of 255 = 41%

49
38
105

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

Portions of RGB colors in percentages

R + G + B = 49 + 38 + 105 = 192 (100%)
R 49 of 192 ~ 25.52%
G 38 of 192 ~ 19.79%
B 105 of 192 ~ 54.69'%

%25.52
%19.79
%54.69

CMYK color model

#312669 color CMYK value is (53,64,0,59).

  • cyan value is 53.33%
  • magenta value is 63.81%
  • yellow value is 0.00%
  • key color value is 58.82%

CMYK: (53,64,0,59)
C53M64Y0K59 (53%, 64%, 0%, 59%)
(0.53 / 0.64 / 0.00 / 0.59)

CMYK percentages

%53.33
%63.81
%0
%58.82

Codes

Color #312669 in popluar color models

31 26 69
RGB 49 38 105
HSL 250° 46.85% 28.04%
HSB/HSV 250° 63.81% 41.18%
CMYK 53.33% 63.81% 0.00%
58.82%

Color #312669 in popluar number systems.

HEX 31 26 69
Decimal 49 38 105
Binary 110001 100110 1101001
Octal 61 46 151

Shades and tints

Shades of #312669

#312669
(49,38,105)
#2D2360
(45,35,96)
#292057
(41,32,87)
#251D4E
(37,29,78)
#211A45
(33,26,69)
#1D173C
(29,23,60)
#191433
(25,20,51)
#15112A
(21,17,42)
#110E21
(17,14,33)
#0D0B18
(13,11,24)
#09080F
(9,8,15)
#000000
(0,0,0)

Tints of #312669

#312669
(49,38,105)
#433976
(67,57,118)
#554C83
(85,76,131)
#675F90
(103,95,144)
#79729D
(121,114,157)
#8B85AA
(139,133,170)
#9D98B7
(157,152,183)
#AFABC4
(175,171,196)
#C1BED1
(193,190,209)
#D3D1DE
(211,209,222)
#E5E4EB
(229,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #312669 color. Also use rgb(49,38,105) instead hex code.

Text Font Color

.myTextColor { color: #312669; }

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

This text font color is #312669.

Background Color

.myBgColor { background-color: #312669; }

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

This div background color is #312669.

Border color

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

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

This div border color is #312669.

Opacity

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

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

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

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

This text has shadow with #312669 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #312669.

Preview

Color preview on black background

This text has color #312669 on black background.


Color preview on white background

This text has color #312669 on white background.


Black color preview on #312669 background

This text has black color on #312669 background.


White color preview on #312669 background

This text has white color on #312669 background.


Related colors

Complementary color

Complementary color for #hex is #CED996.


I love getcolorcode.com

Triadic colors

1 #693126 and #266931 with #312669 are triadic colors.

2 #692631 and #263169 with #312669 are triadic colors.