COLOR #3F9BE8

HEX: #3F9BE8
RGB: (63,155,232)

Color info

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

RGB color model

#3F9BE8 color RGB value is (63,155,232).

  • red value is 63;
  • green value is 155;
  • blue value is 232.
RGB:
(63,155,232)
(25%,61%,91%)

RGB channels and saturation

R 63 of 255 = 25%
G 155 of 255 = 61%
B 232 of 255 = 91%

63
155
232

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

Portions of RGB colors in percentages

R + G + B =
63 + 155 + 232 = 450 (100%)
R 63 of 450 ~ 14%
G 155 of 450 ~ 34.44%
B 232 of 450 ~ 51.56%

%14
%34.44
%51.56

CMYK color model

#3F9BE8 color CMYK value is (73,33,0,9).

  • cyan value is 72.84%
  • magenta value is 33.19%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(73,33,0,9)
C73M33Y0K9 
(73%,33%,0%,9%)
(0.73/0.33/0.00/0.09)	

CMYK percentages

%72.84
%33.19
%0
%9.02

Codes

Color #3F9BE8 in popluar color models

3F9BE8
RGB63155232
HSL207°78.60%57.84%
HSB/HSV207°72.84%90.98%
CMYK72.84%33.19%0.00%
9.02%

Color #3F9BE8 in popluar number systems.

HEX3F9BE8
Decimal63155232
Binary1111111001101111101000
Octal77233350

Shades and tints

Shades of #3F9BE8

#3F9BE8
(63,155,232)
#3A8DD3
(58,141,211)
#357FBE
(53,127,190)
#3071A9
(48,113,169)
#2B6394
(43,99,148)
#26557F
(38,85,127)
#21476A
(33,71,106)
#1C3955
(28,57,85)
#172B40
(23,43,64)
#121D2B
(18,29,43)
#0D0F16
(13,15,22)
#000000
(0,0,0)

Tints of #3F9BE8

#3F9BE8
(63,155,232)
#50A4EA
(80,164,234)
#61ADEC
(97,173,236)
#72B6EE
(114,182,238)
#83BFF0
(131,191,240)
#94C8F2
(148,200,242)
#A5D1F4
(165,209,244)
#B6DAF6
(182,218,246)
#C7E3F8
(199,227,248)
#D8ECFA
(216,236,250)
#E9F5FC
(233,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F9BE8 color. Also use rgb(63,155,232) instead hex code.

Text Font Color

.myTextColor { color: #3F9BE8; }

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

This text font color is #3F9BE8.


Background Color

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

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

This div background color is #3F9BE8.


Border color

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

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

This div border color is #3F9BE8.


Opacity

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

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

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

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

This text has shadow with #3F9BE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F9BE8 on black background.


Color preview on white background

This text has color #3F9BE8 on white background.



Black color preview on #3F9BE8 background

This text has black color on #3F9BE8 background.


White color preview on #3F9BE8 background

This text has white color on #3F9BE8 background.