COLOR #319BBE

HEX: #319BBE RGB: (49,155,190)

Color info

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

RGB color model

#319BBE color RGB value is (49,155,190).

RGB: (49,155,190) (19%, 61%, 75%)

RGB channels and saturation

R 49 of 255 = 19%
G 155 of 255 = 61%
B 190 of 255 = 75%

49
155
190

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

Portions of RGB colors in percentages

R + G + B = 49 + 155 + 190 = 394 (100%)
R 49 of 394 ~ 12.44%
G 155 of 394 ~ 39.34%
B 190 of 394 ~ 48.22'%

%12.44
%39.34
%48.22

CMYK color model

#319BBE color CMYK value is (74,18,0,25).

  • cyan value is 74.21%
  • magenta value is 18.42%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (74,18,0,25)
C74M18Y0K25 (74%, 18%, 0%, 25%)
(0.74 / 0.18 / 0.00 / 0.25)

CMYK percentages

%74.21
%18.42
%0
%25.49

Codes

Color #319BBE in popluar color models

31 9B BE
RGB 49 155 190
HSL 195° 59.00% 46.86%
HSB/HSV 195° 74.21% 74.51%
CMYK 74.21% 18.42% 0.00%
25.49%

Color #319BBE in popluar number systems.

HEX 31 9B BE
Decimal 49 155 190
Binary 110001 10011011 10111110
Octal 61 233 276

Shades and tints

Shades of #319BBE

#319BBE
(49,155,190)
#2D8DAD
(45,141,173)
#297F9C
(41,127,156)
#25718B
(37,113,139)
#21637A
(33,99,122)
#1D5569
(29,85,105)
#194758
(25,71,88)
#153947
(21,57,71)
#112B36
(17,43,54)
#0D1D25
(13,29,37)
#090F14
(9,15,20)
#000000
(0,0,0)

Tints of #319BBE

#319BBE
(49,155,190)
#43A4C3
(67,164,195)
#55ADC8
(85,173,200)
#67B6CD
(103,182,205)
#79BFD2
(121,191,210)
#8BC8D7
(139,200,215)
#9DD1DC
(157,209,220)
#AFDAE1
(175,218,225)
#C1E3E6
(193,227,230)
#D3ECEB
(211,236,235)
#E5F5F0
(229,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #319BBE color. Also use rgb(49,155,190) instead hex code.

Text Font Color

.myTextColor { color: #319BBE; }

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

This text font color is #319BBE.

Background Color

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

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

This div background color is #319BBE.

Border color

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

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

This div border color is #319BBE.

Opacity

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

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

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

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

This text has shadow with #319BBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #319BBE.

Preview

Color preview on black background

This text has color #319BBE on black background.


Color preview on white background

This text has color #319BBE on white background.


Black color preview on #319BBE background

This text has black color on #319BBE background.


White color preview on #319BBE background

This text has white color on #319BBE background.


Related colors

Complementary color

Complementary color for #hex is #CE6441.


I love getcolorcode.com

Triadic colors

1 #BE319B and #9BBE31 with #319BBE are triadic colors.

2 #BE9B31 and #9B31BE with #319BBE are triadic colors.