COLOR #319DC3

HEX: #319DC3
RGB: (49,157,195)

Color info

#319DC3 contains mainly green and blue colors. Web safe color of #319DC3 is #3399CC (or #39C).

RGB color model

#319DC3 color RGB value is (49,157,195).

  • red value is 49;
  • green value is 157;
  • blue value is 195.
RGB:
(49,157,195)
(19%,62%,76%)

RGB channels and saturation

R 49 of 255 = 19%
G 157 of 255 = 62%
B 195 of 255 = 76%

49
157
195

R + G + B ~ 52%. #319DC3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
49 + 157 + 195 = 401 (100%)
R 49 of 401 ~ 12.22%
G 157 of 401 ~ 39.15%
B 195 of 401 ~ 48.63%

%12.22
%39.15
%48.63

CMYK color model

#319DC3 color CMYK value is (75,19,0,24).

  • cyan value is 74.87%
  • magenta value is 19.49%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(75,19,0,24)
C75M19Y0K24 
(75%,19%,0%,24%)
(0.75/0.19/0.00/0.24)	

CMYK percentages

%74.87
%19.49
%0
%23.53

Codes

Color #319DC3 in popluar color models

319DC3
RGB49157195
HSL196°59.84%47.84%
HSB/HSV196°74.87%76.47%
CMYK74.87%19.49%0.00%
23.53%

Color #319DC3 in popluar number systems.

HEX319DC3
Decimal49157195
Binary1100011001110111000011
Octal61235303

Shades and tints

Shades of #319DC3

#319DC3
(49,157,195)
#2D8FB2
(45,143,178)
#2981A1
(41,129,161)
#257390
(37,115,144)
#21657F
(33,101,127)
#1D576E
(29,87,110)
#19495D
(25,73,93)
#153B4C
(21,59,76)
#112D3B
(17,45,59)
#0D1F2A
(13,31,42)
#091119
(9,17,25)
#000000
(0,0,0)

Tints of #319DC3

#319DC3
(49,157,195)
#43A5C8
(67,165,200)
#55ADCD
(85,173,205)
#67B5D2
(103,181,210)
#79BDD7
(121,189,215)
#8BC5DC
(139,197,220)
#9DCDE1
(157,205,225)
#AFD5E6
(175,213,230)
#C1DDEB
(193,221,235)
#D3E5F0
(211,229,240)
#E5EDF5
(229,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #319DC3 color. Also use rgb(49,157,195) instead hex code.

Text Font Color

.myTextColor { color: #319DC3; }

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

This text font color is #319DC3.


Background Color

.myBgColor { background-color: #319DC3; }

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

This div background color is #319DC3.


Border color

.myBorderColor { border: 1px solid #319DC3; }

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

This div border color is #319DC3.


Opacity

.myOpacity80 { color: #319DC3; opacity: 0.8; }

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

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

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

This text has shadow with #319DC3 color.

.textShadow {text-shadow: 3px 3px 1px #319DC3, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #319DC3 on black background.


Color preview on white background

This text has color #319DC3 on white background.



Black color preview on #319DC3 background

This text has black color on #319DC3 background.


White color preview on #319DC3 background

This text has white color on #319DC3 background.