COLOR #3FA3EB

HEX: #3FA3EB
RGB: (63,163,235)

Color info

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

RGB color model

#3FA3EB color RGB value is (63,163,235).

  • red value is 63;
  • green value is 163;
  • blue value is 235.
RGB:
(63,163,235)
(25%,64%,92%)

RGB channels and saturation

R 63 of 255 = 25%
G 163 of 255 = 64%
B 235 of 255 = 92%

63
163
235

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

Portions of RGB colors in percentages

R + G + B =
63 + 163 + 235 = 461 (100%)
R 63 of 461 ~ 13.67%
G 163 of 461 ~ 35.36%
B 235 of 461 ~ 50.98%

%13.67
%35.36
%50.98

CMYK color model

#3FA3EB color CMYK value is (73,31,0,8).

  • cyan value is 73.19%
  • magenta value is 30.64%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(73,31,0,8)
C73M31Y0K8 
(73%,31%,0%,8%)
(0.73/0.31/0.00/0.08)	

CMYK percentages

%73.19
%30.64
%0
%7.84

Codes

Color #3FA3EB in popluar color models

3FA3EB
RGB63163235
HSL205°81.13%58.43%
HSB/HSV205°73.19%92.16%
CMYK73.19%30.64%0.00%
7.84%

Color #3FA3EB in popluar number systems.

HEX3FA3EB
Decimal63163235
Binary1111111010001111101011
Octal77243353

Shades and tints

Shades of #3FA3EB

#3FA3EB
(63,163,235)
#3A95D6
(58,149,214)
#3587C1
(53,135,193)
#3079AC
(48,121,172)
#2B6B97
(43,107,151)
#265D82
(38,93,130)
#214F6D
(33,79,109)
#1C4158
(28,65,88)
#173343
(23,51,67)
#12252E
(18,37,46)
#0D1719
(13,23,25)
#000000
(0,0,0)

Tints of #3FA3EB

#3FA3EB
(63,163,235)
#50ABEC
(80,171,236)
#61B3ED
(97,179,237)
#72BBEE
(114,187,238)
#83C3EF
(131,195,239)
#94CBF0
(148,203,240)
#A5D3F1
(165,211,241)
#B6DBF2
(182,219,242)
#C7E3F3
(199,227,243)
#D8EBF4
(216,235,244)
#E9F3F5
(233,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3FA3EB color. Also use rgb(63,163,235) instead hex code.

Text Font Color

.myTextColor { color: #3FA3EB; }

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

This text font color is #3FA3EB.


Background Color

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

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

This div background color is #3FA3EB.


Border color

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

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

This div border color is #3FA3EB.


Opacity

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

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

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

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

This text has shadow with #3FA3EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3FA3EB on black background.


Color preview on white background

This text has color #3FA3EB on white background.



Black color preview on #3FA3EB background

This text has black color on #3FA3EB background.


White color preview on #3FA3EB background

This text has white color on #3FA3EB background.