COLOR #314CC5

HEX: #314CC5
RGB: (49,76,197)

Color info

#314CC5 contains mainly blue color. Web safe color of #314CC5 is #3333CC (or #33C).

RGB color model

#314CC5 color RGB value is (49,76,197).

  • red value is 49;
  • green value is 76;
  • blue value is 197.
RGB:
(49,76,197)
(19%,30%,77%)

RGB channels and saturation

R 49 of 255 = 19%
G 76 of 255 = 30%
B 197 of 255 = 77%

49
76
197

R + G + B ~ 42%. #314CC5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
49 + 76 + 197 = 322 (100%)
R 49 of 322 ~ 15.22%
G 76 of 322 ~ 23.6%
B 197 of 322 ~ 61.18%

%15.22
%23.6
%61.18

CMYK color model

#314CC5 color CMYK value is (75,61,0,23).

  • cyan value is 75.13%
  • magenta value is 61.42%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(75,61,0,23)
C75M61Y0K23 
(75%,61%,0%,23%)
(0.75/0.61/0.00/0.23)	

CMYK percentages

%75.13
%61.42
%0
%22.75

Codes

Color #314CC5 in popluar color models

314CC5
RGB4976197
HSL229°60.16%48.24%
HSB/HSV229°75.13%77.25%
CMYK75.13%61.42%0.00%
22.75%

Color #314CC5 in popluar number systems.

HEX314CC5
Decimal4976197
Binary110001100110011000101
Octal61114305

Shades and tints

Shades of #314CC5

#314CC5
(49,76,197)
#2D46B4
(45,70,180)
#2940A3
(41,64,163)
#253A92
(37,58,146)
#213481
(33,52,129)
#1D2E70
(29,46,112)
#19285F
(25,40,95)
#15224E
(21,34,78)
#111C3D
(17,28,61)
#0D162C
(13,22,44)
#09101B
(9,16,27)
#000000
(0,0,0)

Tints of #314CC5

#314CC5
(49,76,197)
#435CCA
(67,92,202)
#556CCF
(85,108,207)
#677CD4
(103,124,212)
#798CD9
(121,140,217)
#8B9CDE
(139,156,222)
#9DACE3
(157,172,227)
#AFBCE8
(175,188,232)
#C1CCED
(193,204,237)
#D3DCF2
(211,220,242)
#E5ECF7
(229,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #314CC5 color. Also use rgb(49,76,197) instead hex code.

Text Font Color

.myTextColor { color: #314CC5; }

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

This text font color is #314CC5.


Background Color

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

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

This div background color is #314CC5.


Border color

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

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

This div border color is #314CC5.


Opacity

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

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

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

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

This text has shadow with #314CC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #314CC5 on black background.


Color preview on white background

This text has color #314CC5 on white background.



Black color preview on #314CC5 background

This text has black color on #314CC5 background.


White color preview on #314CC5 background

This text has white color on #314CC5 background.