COLOR #3189F2

HEX: #3189F2
RGB: (49,137,242)

Color info

#3189F2 contains mainly blue color. Web safe color of #3189F2 is #3399FF (or #39F).

RGB color model

#3189F2 color RGB value is (49,137,242).

  • red value is 49;
  • green value is 137;
  • blue value is 242.
RGB:
(49,137,242)
(19%,54%,95%)

RGB channels and saturation

R 49 of 255 = 19%
G 137 of 255 = 54%
B 242 of 255 = 95%

49
137
242

R + G + B ~ 56%. #3189F2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
49 + 137 + 242 = 428 (100%)
R 49 of 428 ~ 11.45%
G 137 of 428 ~ 32.01%
B 242 of 428 ~ 56.54%

%11.45
%32.01
%56.54

CMYK color model

#3189F2 color CMYK value is (80,43,0,5).

  • cyan value is 79.75%
  • magenta value is 43.39%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(80,43,0,5)
C80M43Y0K5 
(80%,43%,0%,5%)
(0.80/0.43/0.00/0.05)	

CMYK percentages

%79.75
%43.39
%0
%5.1

Codes

Color #3189F2 in popluar color models

3189F2
RGB49137242
HSL213°88.13%57.06%
HSB/HSV213°79.75%94.90%
CMYK79.75%43.39%0.00%
5.10%

Color #3189F2 in popluar number systems.

HEX3189F2
Decimal49137242
Binary1100011000100111110010
Octal61211362

Shades and tints

Shades of #3189F2

#3189F2
(49,137,242)
#2D7DDC
(45,125,220)
#2971C6
(41,113,198)
#2565B0
(37,101,176)
#21599A
(33,89,154)
#1D4D84
(29,77,132)
#19416E
(25,65,110)
#153558
(21,53,88)
#112942
(17,41,66)
#0D1D2C
(13,29,44)
#091116
(9,17,22)
#000000
(0,0,0)

Tints of #3189F2

#3189F2
(49,137,242)
#4393F3
(67,147,243)
#559DF4
(85,157,244)
#67A7F5
(103,167,245)
#79B1F6
(121,177,246)
#8BBBF7
(139,187,247)
#9DC5F8
(157,197,248)
#AFCFF9
(175,207,249)
#C1D9FA
(193,217,250)
#D3E3FB
(211,227,251)
#E5EDFC
(229,237,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3189F2 color. Also use rgb(49,137,242) instead hex code.

Text Font Color

.myTextColor { color: #3189F2; }

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

This text font color is #3189F2.


Background Color

.myBgColor { background-color: #3189F2; }

<div style="background-color:#3189F2">Inner text</div>

This div background color is #3189F2.


Border color

.myBorderColor { border: 1px solid #3189F2; }

<div style="border:3px solid #3189F2">Div</div>

This div border color is #3189F2.


Opacity

.myOpacity80 { color: #3189F2; opacity: 0.8; }

<p style="color:#3189F2;opacity:0.8;">80%</p>

Text with #3189F2 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 #3189F2;}

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

This text has shadow with #3189F2 color.

.textShadow {text-shadow: 3px 3px 1px #3189F2, 3px 3px 1px red;}

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

This text has shadow with #3189F2 primary color and red secondary color.


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

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

This text has shadow with #3189F2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3189F2 on black background.


Color preview on white background

This text has color #3189F2 on white background.



Black color preview on #3189F2 background

This text has black color on #3189F2 background.


White color preview on #3189F2 background

This text has white color on #3189F2 background.