COLOR #31B2D8

HEX: #31B2D8
RGB: (49,178,216)

Color info

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

RGB color model

#31B2D8 color RGB value is (49,178,216).

  • red value is 49;
  • green value is 178;
  • blue value is 216.
RGB:
(49,178,216)
(19%,70%,85%)

RGB channels and saturation

R 49 of 255 = 19%
G 178 of 255 = 70%
B 216 of 255 = 85%

49
178
216

R + G + B ~ 58%. #31B2D8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
49 + 178 + 216 = 443 (100%)
R 49 of 443 ~ 11.06%
G 178 of 443 ~ 40.18%
B 216 of 443 ~ 48.76%

%11.06
%40.18
%48.76

CMYK color model

#31B2D8 color CMYK value is (77,18,0,15).

  • cyan value is 77.31%
  • magenta value is 17.59%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(77,18,0,15)
C77M18Y0K15 
(77%,18%,0%,15%)
(0.77/0.18/0.00/0.15)	

CMYK percentages

%77.31
%17.59
%0
%15.29

Codes

Color #31B2D8 in popluar color models

31B2D8
RGB49178216
HSL194°68.16%51.96%
HSB/HSV194°77.31%84.71%
CMYK77.31%17.59%0.00%
15.29%

Color #31B2D8 in popluar number systems.

HEX31B2D8
Decimal49178216
Binary1100011011001011011000
Octal61262330

Shades and tints

Shades of #31B2D8

#31B2D8
(49,178,216)
#2DA2C5
(45,162,197)
#2992B2
(41,146,178)
#25829F
(37,130,159)
#21728C
(33,114,140)
#1D6279
(29,98,121)
#195266
(25,82,102)
#154253
(21,66,83)
#113240
(17,50,64)
#0D222D
(13,34,45)
#09121A
(9,18,26)
#000000
(0,0,0)

Tints of #31B2D8

#31B2D8
(49,178,216)
#43B9DB
(67,185,219)
#55C0DE
(85,192,222)
#67C7E1
(103,199,225)
#79CEE4
(121,206,228)
#8BD5E7
(139,213,231)
#9DDCEA
(157,220,234)
#AFE3ED
(175,227,237)
#C1EAF0
(193,234,240)
#D3F1F3
(211,241,243)
#E5F8F6
(229,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31B2D8 color. Also use rgb(49,178,216) instead hex code.

Text Font Color

.myTextColor { color: #31B2D8; }

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

This text font color is #31B2D8.


Background Color

.myBgColor { background-color: #31B2D8; }

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

This div background color is #31B2D8.


Border color

.myBorderColor { border: 1px solid #31B2D8; }

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

This div border color is #31B2D8.


Opacity

.myOpacity80 { color: #31B2D8; opacity: 0.8; }

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

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

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

This text has shadow with #31B2D8 color.

.textShadow {text-shadow: 3px 3px 1px #31B2D8, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31B2D8 on black background.


Color preview on white background

This text has color #31B2D8 on white background.



Black color preview on #31B2D8 background

This text has black color on #31B2D8 background.


White color preview on #31B2D8 background

This text has white color on #31B2D8 background.