COLOR #313074

HEX: #313074 RGB: (49,48,116)

Color info

#313074 contains mainly blue color. Web safe color of #313074 is #333366 (or #336).

RGB color model

#313074 color RGB value is (49,48,116).

RGB: (49,48,116) (19%, 19%, 45%)

RGB channels and saturation

R 49 of 255 = 19%
G 48 of 255 = 19%
B 116 of 255 = 45%

49
48
116

R + G + B ~ 28%. #313074 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 49 + 48 + 116 = 213 (100%)
R 49 of 213 ~ 23%
G 48 of 213 ~ 22.54%
B 116 of 213 ~ 54.46'%

%23
%22.54
%54.46

CMYK color model

#313074 color CMYK value is (58,59,0,55).

  • cyan value is 57.76%
  • magenta value is 58.62%
  • yellow value is 0.00%
  • key color value is 54.51%

CMYK: (58,59,0,55)
C58M59Y0K55 (58%, 59%, 0%, 55%)
(0.58 / 0.59 / 0.00 / 0.55)

CMYK percentages

%57.76
%58.62
%0
%54.51

Codes

Color #313074 in popluar color models

31 30 74
RGB 49 48 116
HSL 241° 41.46% 32.16%
HSB/HSV 241° 58.62% 45.49%
CMYK 57.76% 58.62% 0.00%
54.51%

Color #313074 in popluar number systems.

HEX 31 30 74
Decimal 49 48 116
Binary 110001 110000 1110100
Octal 61 60 164

Shades and tints

Shades of #313074

#313074
(49,48,116)
#2D2C6A
(45,44,106)
#292860
(41,40,96)
#252456
(37,36,86)
#21204C
(33,32,76)
#1D1C42
(29,28,66)
#191838
(25,24,56)
#15142E
(21,20,46)
#111024
(17,16,36)
#0D0C1A
(13,12,26)
#090810
(9,8,16)
#000000
(0,0,0)

Tints of #313074

#313074
(49,48,116)
#434280
(67,66,128)
#55548C
(85,84,140)
#676698
(103,102,152)
#7978A4
(121,120,164)
#8B8AB0
(139,138,176)
#9D9CBC
(157,156,188)
#AFAEC8
(175,174,200)
#C1C0D4
(193,192,212)
#D3D2E0
(211,210,224)
#E5E4EC
(229,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #313074 color. Also use rgb(49,48,116) instead hex code.

Text Font Color

.myTextColor { color: #313074; }

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

This text font color is #313074.

Background Color

.myBgColor { background-color: #313074; }

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

This div background color is #313074.

Border color

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

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

This div border color is #313074.

Opacity

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

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

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

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

This text has shadow with #313074 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #313074.

Preview

Color preview on black background

This text has color #313074 on black background.


Color preview on white background

This text has color #313074 on white background.


Black color preview on #313074 background

This text has black color on #313074 background.


White color preview on #313074 background

This text has white color on #313074 background.


Related colors

Complementary color

Complementary color for #hex is #CECF8B.


I love getcolorcode.com

Triadic colors

1 #743130 and #307431 with #313074 are triadic colors.

2 #743031 and #303174 with #313074 are triadic colors.