COLOR #3FB1F3

HEX: #3FB1F3
RGB: (63,177,243)

Color info

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

RGB color model

#3FB1F3 color RGB value is (63,177,243).

  • red value is 63;
  • green value is 177;
  • blue value is 243.
RGB:
(63,177,243)
(25%,69%,95%)

RGB channels and saturation

R 63 of 255 = 25%
G 177 of 255 = 69%
B 243 of 255 = 95%

63
177
243

R + G + B ~ 63%. #3FB1F3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
63 + 177 + 243 = 483 (100%)
R 63 of 483 ~ 13.04%
G 177 of 483 ~ 36.65%
B 243 of 483 ~ 50.31%

%13.04
%36.65
%50.31

CMYK color model

#3FB1F3 color CMYK value is (74,27,0,5).

  • cyan value is 74.07%
  • magenta value is 27.16%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(74,27,0,5)
C74M27Y0K5 
(74%,27%,0%,5%)
(0.74/0.27/0.00/0.05)	

CMYK percentages

%74.07
%27.16
%0
%4.71

Codes

Color #3FB1F3 in popluar color models

3FB1F3
RGB63177243
HSL202°88.24%60.00%
HSB/HSV202°74.07%95.29%
CMYK74.07%27.16%0.00%
4.71%

Color #3FB1F3 in popluar number systems.

HEX3FB1F3
Decimal63177243
Binary1111111011000111110011
Octal77261363

Shades and tints

Shades of #3FB1F3

#3FB1F3
(63,177,243)
#3AA1DD
(58,161,221)
#3591C7
(53,145,199)
#3081B1
(48,129,177)
#2B719B
(43,113,155)
#266185
(38,97,133)
#21516F
(33,81,111)
#1C4159
(28,65,89)
#173143
(23,49,67)
#12212D
(18,33,45)
#0D1117
(13,17,23)
#000000
(0,0,0)

Tints of #3FB1F3

#3FB1F3
(63,177,243)
#50B8F4
(80,184,244)
#61BFF5
(97,191,245)
#72C6F6
(114,198,246)
#83CDF7
(131,205,247)
#94D4F8
(148,212,248)
#A5DBF9
(165,219,249)
#B6E2FA
(182,226,250)
#C7E9FB
(199,233,251)
#D8F0FC
(216,240,252)
#E9F7FD
(233,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3FB1F3 color. Also use rgb(63,177,243) instead hex code.

Text Font Color

.myTextColor { color: #3FB1F3; }

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

This text font color is #3FB1F3.


Background Color

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

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

This div background color is #3FB1F3.


Border color

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

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

This div border color is #3FB1F3.


Opacity

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

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

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

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

This text has shadow with #3FB1F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3FB1F3 on black background.


Color preview on white background

This text has color #3FB1F3 on white background.



Black color preview on #3FB1F3 background

This text has black color on #3FB1F3 background.


White color preview on #3FB1F3 background

This text has white color on #3FB1F3 background.