COLOR #31365F

HEX: #31365F RGB: (49,54,95)

Color info

#31365F contains red, green and blue colors in about the same proportion. Web safe color of #31365F is #333366 (or #336).

RGB color model

#31365F color RGB value is (49,54,95).

RGB: (49,54,95) (19%, 21%, 37%)

RGB channels and saturation

R 49 of 255 = 19%
G 54 of 255 = 21%
B 95 of 255 = 37%

49
54
95

R + G + B ~ 26%. #31365F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 49 + 54 + 95 = 198 (100%)
R 49 of 198 ~ 24.75%
G 54 of 198 ~ 27.27%
B 95 of 198 ~ 47.98'%

%24.75
%27.27
%47.98

CMYK color model

#31365F color CMYK value is (48,43,0,63).

  • cyan value is 48.42%
  • magenta value is 43.16%
  • yellow value is 0.00%
  • key color value is 62.75%

CMYK: (48,43,0,63)
C48M43Y0K63 (48%, 43%, 0%, 63%)
(0.48 / 0.43 / 0.00 / 0.63)

CMYK percentages

%48.42
%43.16
%0
%62.75

Codes

Color #31365F in popluar color models

31 36 5F
RGB 49 54 95
HSL 233° 31.94% 28.24%
HSB/HSV 233° 48.42% 37.25%
CMYK 48.42% 43.16% 0.00%
62.75%

Color #31365F in popluar number systems.

HEX 31 36 5F
Decimal 49 54 95
Binary 110001 110110 1011111
Octal 61 66 137

Shades and tints

Shades of #31365F

#31365F
(49,54,95)
#2D3257
(45,50,87)
#292E4F
(41,46,79)
#252A47
(37,42,71)
#21263F
(33,38,63)
#1D2237
(29,34,55)
#191E2F
(25,30,47)
#151A27
(21,26,39)
#11161F
(17,22,31)
#0D1217
(13,18,23)
#090E0F
(9,14,15)
#000000
(0,0,0)

Tints of #31365F

#31365F
(49,54,95)
#43486D
(67,72,109)
#555A7B
(85,90,123)
#676C89
(103,108,137)
#797E97
(121,126,151)
#8B90A5
(139,144,165)
#9DA2B3
(157,162,179)
#AFB4C1
(175,180,193)
#C1C6CF
(193,198,207)
#D3D8DD
(211,216,221)
#E5EAEB
(229,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31365F color. Also use rgb(49,54,95) instead hex code.

Text Font Color

.myTextColor { color: #31365F; }

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

This text font color is #31365F.

Background Color

.myBgColor { background-color: #31365F; }

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

This div background color is #31365F.

Border color

.myBorderColor { border: 1px solid #31365F; }

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

This div border color is #31365F.

Opacity

.myOpacity80 { color: #31365F; opacity: 0.8; }

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

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

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

This text has shadow with #31365F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #31365F.

Preview

Color preview on black background

This text has color #31365F on black background.


Color preview on white background

This text has color #31365F on white background.


Black color preview on #31365F background

This text has black color on #31365F background.


White color preview on #31365F background

This text has white color on #31365F background.


Related colors

Complementary color

Complementary color for #hex is #CEC9A0.


I love getcolorcode.com

Triadic colors

1 #5F3136 and #365F31 with #31365F are triadic colors.

2 #5F3631 and #36315F with #31365F are triadic colors.