COLOR #3149B8

HEX: #3149B8
RGB: (49,73,184)

Color info

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

RGB color model

#3149B8 color RGB value is (49,73,184).

  • red value is 49;
  • green value is 73;
  • blue value is 184.
RGB:
(49,73,184)
(19%,29%,72%)

RGB channels and saturation

R 49 of 255 = 19%
G 73 of 255 = 29%
B 184 of 255 = 72%

49
73
184

R + G + B ~ 40%. #3149B8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
49 + 73 + 184 = 306 (100%)
R 49 of 306 ~ 16.01%
G 73 of 306 ~ 23.86%
B 184 of 306 ~ 60.13%

%16.01
%23.86
%60.13

CMYK color model

#3149B8 color CMYK value is (73,60,0,28).

  • cyan value is 73.37%
  • magenta value is 60.33%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(73,60,0,28)
C73M60Y0K28 
(73%,60%,0%,28%)
(0.73/0.60/0.00/0.28)	

CMYK percentages

%73.37
%60.33
%0
%27.84

Codes

Color #3149B8 in popluar color models

3149B8
RGB4973184
HSL229°57.94%45.69%
HSB/HSV229°73.37%72.16%
CMYK73.37%60.33%0.00%
27.84%

Color #3149B8 in popluar number systems.

HEX3149B8
Decimal4973184
Binary110001100100110111000
Octal61111270

Shades and tints

Shades of #3149B8

#3149B8
(49,73,184)
#2D43A8
(45,67,168)
#293D98
(41,61,152)
#253788
(37,55,136)
#213178
(33,49,120)
#1D2B68
(29,43,104)
#192558
(25,37,88)
#151F48
(21,31,72)
#111938
(17,25,56)
#0D1328
(13,19,40)
#090D18
(9,13,24)
#000000
(0,0,0)

Tints of #3149B8

#3149B8
(49,73,184)
#4359BE
(67,89,190)
#5569C4
(85,105,196)
#6779CA
(103,121,202)
#7989D0
(121,137,208)
#8B99D6
(139,153,214)
#9DA9DC
(157,169,220)
#AFB9E2
(175,185,226)
#C1C9E8
(193,201,232)
#D3D9EE
(211,217,238)
#E5E9F4
(229,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3149B8 color. Also use rgb(49,73,184) instead hex code.

Text Font Color

.myTextColor { color: #3149B8; }

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

This text font color is #3149B8.


Background Color

.myBgColor { background-color: #3149B8; }

<div style="background-color:#3149B8">Inner text</div>

This div background color is #3149B8.


Border color

.myBorderColor { border: 1px solid #3149B8; }

<div style="border:3px solid #3149B8">Div</div>

This div border color is #3149B8.


Opacity

.myOpacity80 { color: #3149B8; opacity: 0.8; }

<p style="color:#3149B8;opacity:0.8;">80%</p>

Text with #3149B8 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 #3149B8;}

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

This text has shadow with #3149B8 color.

.textShadow {text-shadow: 3px 3px 1px #3149B8, 3px 3px 1px red;}

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

This text has shadow with #3149B8 primary color and red secondary color.


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

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

This text has shadow with #3149B8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3149B8 on black background.


Color preview on white background

This text has color #3149B8 on white background.



Black color preview on #3149B8 background

This text has black color on #3149B8 background.


White color preview on #3149B8 background

This text has white color on #3149B8 background.