COLOR #31355D

HEX: #31355D RGB: (49,53,93)

Color info

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

RGB color model

#31355D color RGB value is (49,53,93).

RGB: (49,53,93) (19%, 21%, 36%)

RGB channels and saturation

R 49 of 255 = 19%
G 53 of 255 = 21%
B 93 of 255 = 36%

49
53
93

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

Portions of RGB colors in percentages

R + G + B = 49 + 53 + 93 = 195 (100%)
R 49 of 195 ~ 25.13%
G 53 of 195 ~ 27.18%
B 93 of 195 ~ 47.69'%

%25.13
%27.18
%47.69

CMYK color model

#31355D color CMYK value is (47,43,0,64).

  • cyan value is 47.31%
  • magenta value is 43.01%
  • yellow value is 0.00%
  • key color value is 63.53%

CMYK: (47,43,0,64)
C47M43Y0K64 (47%, 43%, 0%, 64%)
(0.47 / 0.43 / 0.00 / 0.64)

CMYK percentages

%47.31
%43.01
%0
%63.53

Codes

Color #31355D in popluar color models

31 35 5D
RGB 49 53 93
HSL 235° 30.99% 27.84%
HSB/HSV 235° 47.31% 36.47%
CMYK 47.31% 43.01% 0.00%
63.53%

Color #31355D in popluar number systems.

HEX 31 35 5D
Decimal 49 53 93
Binary 110001 110101 1011101
Octal 61 65 135

Shades and tints

Shades of #31355D

#31355D
(49,53,93)
#2D3155
(45,49,85)
#292D4D
(41,45,77)
#252945
(37,41,69)
#21253D
(33,37,61)
#1D2135
(29,33,53)
#191D2D
(25,29,45)
#151925
(21,25,37)
#11151D
(17,21,29)
#0D1115
(13,17,21)
#090D0D
(9,13,13)
#000000
(0,0,0)

Tints of #31355D

#31355D
(49,53,93)
#43476B
(67,71,107)
#555979
(85,89,121)
#676B87
(103,107,135)
#797D95
(121,125,149)
#8B8FA3
(139,143,163)
#9DA1B1
(157,161,177)
#AFB3BF
(175,179,191)
#C1C5CD
(193,197,205)
#D3D7DB
(211,215,219)
#E5E9E9
(229,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31355D color. Also use rgb(49,53,93) instead hex code.

Text Font Color

.myTextColor { color: #31355D; }

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

This text font color is #31355D.

Background Color

.myBgColor { background-color: #31355D; }

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

This div background color is #31355D.

Border color

.myBorderColor { border: 1px solid #31355D; }

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

This div border color is #31355D.

Opacity

.myOpacity80 { color: #31355D; opacity: 0.8; }

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

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

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

This text has shadow with #31355D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #31355D.

Preview

Color preview on black background

This text has color #31355D on black background.


Color preview on white background

This text has color #31355D on white background.


Black color preview on #31355D background

This text has black color on #31355D background.


White color preview on #31355D background

This text has white color on #31355D background.


Related colors

Complementary color

Complementary color for #hex is #CECAA2.


I love getcolorcode.com

Triadic colors

1 #5D3135 and #355D31 with #31355D are triadic colors.

2 #5D3531 and #35315D with #31355D are triadic colors.