COLOR #314B75

HEX: #314B75
RGB: (49,75,117)

Color info

#314B75 contains mainly green and blue colors. Web safe color of #314B75 is #333366 (or #336).

RGB color model

#314B75 color RGB value is (49,75,117).

  • red value is 49;
  • green value is 75;
  • blue value is 117.
RGB:
(49,75,117)
(19%,29%,46%)

RGB channels and saturation

R 49 of 255 = 19%
G 75 of 255 = 29%
B 117 of 255 = 46%

49
75
117

R + G + B ~ 31%. #314B75 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 75 + 117 = 241 (100%)
R 49 of 241 ~ 20.33%
G 75 of 241 ~ 31.12%
B 117 of 241 ~ 48.55%

%20.33
%31.12
%48.55

CMYK color model

#314B75 color CMYK value is (58,36,0,54).

  • cyan value is 58.12%
  • magenta value is 35.90%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(58,36,0,54)
C58M36Y0K54 
(58%,36%,0%,54%)
(0.58/0.36/0.00/0.54)	

CMYK percentages

%58.12
%35.9
%0
%54.12

Codes

Color #314B75 in popluar color models

314B75
RGB4975117
HSL217°40.96%32.55%
HSB/HSV217°58.12%45.88%
CMYK58.12%35.90%0.00%
54.12%

Color #314B75 in popluar number systems.

HEX314B75
Decimal4975117
Binary11000110010111110101
Octal61113165

Shades and tints

Shades of #314B75

#314B75
(49,75,117)
#2D456B
(45,69,107)
#293F61
(41,63,97)
#253957
(37,57,87)
#21334D
(33,51,77)
#1D2D43
(29,45,67)
#192739
(25,39,57)
#15212F
(21,33,47)
#111B25
(17,27,37)
#0D151B
(13,21,27)
#090F11
(9,15,17)
#000000
(0,0,0)

Tints of #314B75

#314B75
(49,75,117)
#435B81
(67,91,129)
#556B8D
(85,107,141)
#677B99
(103,123,153)
#798BA5
(121,139,165)
#8B9BB1
(139,155,177)
#9DABBD
(157,171,189)
#AFBBC9
(175,187,201)
#C1CBD5
(193,203,213)
#D3DBE1
(211,219,225)
#E5EBED
(229,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #314B75 color. Also use rgb(49,75,117) instead hex code.

Text Font Color

.myTextColor { color: #314B75; }

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

This text font color is #314B75.


Background Color

.myBgColor { background-color: #314B75; }

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

This div background color is #314B75.


Border color

.myBorderColor { border: 1px solid #314B75; }

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

This div border color is #314B75.


Opacity

.myOpacity80 { color: #314B75; opacity: 0.8; }

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

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

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

This text has shadow with #314B75 color.

.textShadow {text-shadow: 3px 3px 1px #314B75, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #314B75 on black background.


Color preview on white background

This text has color #314B75 on white background.



Black color preview on #314B75 background

This text has black color on #314B75 background.


White color preview on #314B75 background

This text has white color on #314B75 background.