COLOR #318AB5

HEX: #318AB5
RGB: (49,138,181)

Color info

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

RGB color model

#318AB5 color RGB value is (49,138,181).

  • red value is 49;
  • green value is 138;
  • blue value is 181.
RGB:
(49,138,181)
(19%,54%,71%)

RGB channels and saturation

R 49 of 255 = 19%
G 138 of 255 = 54%
B 181 of 255 = 71%

49
138
181

R + G + B ~ 48%. #318AB5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
49 + 138 + 181 = 368 (100%)
R 49 of 368 ~ 13.32%
G 138 of 368 ~ 37.5%
B 181 of 368 ~ 49.18%

%13.32
%37.5
%49.18

CMYK color model

#318AB5 color CMYK value is (73,24,0,29).

  • cyan value is 72.93%
  • magenta value is 23.76%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(73,24,0,29)
C73M24Y0K29 
(73%,24%,0%,29%)
(0.73/0.24/0.00/0.29)	

CMYK percentages

%72.93
%23.76
%0
%29.02

Codes

Color #318AB5 in popluar color models

318AB5
RGB49138181
HSL200°57.39%45.10%
HSB/HSV200°72.93%70.98%
CMYK72.93%23.76%0.00%
29.02%

Color #318AB5 in popluar number systems.

HEX318AB5
Decimal49138181
Binary1100011000101010110101
Octal61212265

Shades and tints

Shades of #318AB5

#318AB5
(49,138,181)
#2D7EA5
(45,126,165)
#297295
(41,114,149)
#256685
(37,102,133)
#215A75
(33,90,117)
#1D4E65
(29,78,101)
#194255
(25,66,85)
#153645
(21,54,69)
#112A35
(17,42,53)
#0D1E25
(13,30,37)
#091215
(9,18,21)
#000000
(0,0,0)

Tints of #318AB5

#318AB5
(49,138,181)
#4394BB
(67,148,187)
#559EC1
(85,158,193)
#67A8C7
(103,168,199)
#79B2CD
(121,178,205)
#8BBCD3
(139,188,211)
#9DC6D9
(157,198,217)
#AFD0DF
(175,208,223)
#C1DAE5
(193,218,229)
#D3E4EB
(211,228,235)
#E5EEF1
(229,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #318AB5 color. Also use rgb(49,138,181) instead hex code.

Text Font Color

.myTextColor { color: #318AB5; }

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

This text font color is #318AB5.


Background Color

.myBgColor { background-color: #318AB5; }

<div style="background-color:#318AB5">Inner text</div>

This div background color is #318AB5.


Border color

.myBorderColor { border: 1px solid #318AB5; }

<div style="border:3px solid #318AB5">Div</div>

This div border color is #318AB5.


Opacity

.myOpacity80 { color: #318AB5; opacity: 0.8; }

<p style="color:#318AB5;opacity:0.8;">80%</p>

Text with #318AB5 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 #318AB5;}

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

This text has shadow with #318AB5 color.

.textShadow {text-shadow: 3px 3px 1px #318AB5, 3px 3px 1px red;}

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

This text has shadow with #318AB5 primary color and red secondary color.


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

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

This text has shadow with #318AB5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #318AB5 on black background.


Color preview on white background

This text has color #318AB5 on white background.



Black color preview on #318AB5 background

This text has black color on #318AB5 background.


White color preview on #318AB5 background

This text has white color on #318AB5 background.