COLOR #3B89F9

HEX: #3B89F9
RGB: (59,137,249)

Color info

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

RGB color model

#3B89F9 color RGB value is (59,137,249).

  • red value is 59;
  • green value is 137;
  • blue value is 249.
RGB:
(59,137,249)
(23%,54%,98%)

RGB channels and saturation

R 59 of 255 = 23%
G 137 of 255 = 54%
B 249 of 255 = 98%

59
137
249

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

Portions of RGB colors in percentages

R + G + B =
59 + 137 + 249 = 445 (100%)
R 59 of 445 ~ 13.26%
G 137 of 445 ~ 30.79%
B 249 of 445 ~ 55.96%

%13.26
%30.79
%55.96

CMYK color model

#3B89F9 color CMYK value is (76,45,0,2).

  • cyan value is 76.31%
  • magenta value is 44.98%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(76,45,0,2)
C76M45Y0K2 
(76%,45%,0%,2%)
(0.76/0.45/0.00/0.02)	

CMYK percentages

%76.31
%44.98
%0
%2.35

Codes

Color #3B89F9 in popluar color models

3B89F9
RGB59137249
HSL215°94.06%60.39%
HSB/HSV215°76.31%97.65%
CMYK76.31%44.98%0.00%
2.35%

Color #3B89F9 in popluar number systems.

HEX3B89F9
Decimal59137249
Binary1110111000100111111001
Octal73211371

Shades and tints

Shades of #3B89F9

#3B89F9
(59,137,249)
#367DE3
(54,125,227)
#3171CD
(49,113,205)
#2C65B7
(44,101,183)
#2759A1
(39,89,161)
#224D8B
(34,77,139)
#1D4175
(29,65,117)
#18355F
(24,53,95)
#132949
(19,41,73)
#0E1D33
(14,29,51)
#09111D
(9,17,29)
#000000
(0,0,0)

Tints of #3B89F9

#3B89F9
(59,137,249)
#4C93F9
(76,147,249)
#5D9DF9
(93,157,249)
#6EA7F9
(110,167,249)
#7FB1F9
(127,177,249)
#90BBF9
(144,187,249)
#A1C5F9
(161,197,249)
#B2CFF9
(178,207,249)
#C3D9F9
(195,217,249)
#D4E3F9
(212,227,249)
#E5EDF9
(229,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B89F9 color. Also use rgb(59,137,249) instead hex code.

Text Font Color

.myTextColor { color: #3B89F9; }

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

This text font color is #3B89F9.


Background Color

.myBgColor { background-color: #3B89F9; }

<div style="background-color:#3B89F9">Inner text</div>

This div background color is #3B89F9.


Border color

.myBorderColor { border: 1px solid #3B89F9; }

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

This div border color is #3B89F9.


Opacity

.myOpacity80 { color: #3B89F9; opacity: 0.8; }

<p style="color:#3B89F9;opacity:0.8;">80%</p>

Text with #3B89F9 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 #3B89F9;}

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

This text has shadow with #3B89F9 color.

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

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

This text has shadow with #3B89F9 primary color and red secondary color.


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

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

This text has shadow with #3B89F9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B89F9 on black background.


Color preview on white background

This text has color #3B89F9 on white background.



Black color preview on #3B89F9 background

This text has black color on #3B89F9 background.


White color preview on #3B89F9 background

This text has white color on #3B89F9 background.