COLOR #3F9DE3

HEX: #3F9DE3
RGB: (63,157,227)

Color info

#3F9DE3 contains mainly blue color. Web safe color of #3F9DE3 is #3399CC (or #39C).

RGB color model

#3F9DE3 color RGB value is (63,157,227).

  • red value is 63;
  • green value is 157;
  • blue value is 227.
RGB:
(63,157,227)
(25%,62%,89%)

RGB channels and saturation

R 63 of 255 = 25%
G 157 of 255 = 62%
B 227 of 255 = 89%

63
157
227

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

Portions of RGB colors in percentages

R + G + B =
63 + 157 + 227 = 447 (100%)
R 63 of 447 ~ 14.09%
G 157 of 447 ~ 35.12%
B 227 of 447 ~ 50.78%

%14.09
%35.12
%50.78

CMYK color model

#3F9DE3 color CMYK value is (72,31,0,11).

  • cyan value is 72.25%
  • magenta value is 30.84%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(72,31,0,11)
C72M31Y0K11 
(72%,31%,0%,11%)
(0.72/0.31/0.00/0.11)	

CMYK percentages

%72.25
%30.84
%0
%10.98

Codes

Color #3F9DE3 in popluar color models

3F9DE3
RGB63157227
HSL206°74.55%56.86%
HSB/HSV206°72.25%89.02%
CMYK72.25%30.84%0.00%
10.98%

Color #3F9DE3 in popluar number systems.

HEX3F9DE3
Decimal63157227
Binary1111111001110111100011
Octal77235343

Shades and tints

Shades of #3F9DE3

#3F9DE3
(63,157,227)
#3A8FCF
(58,143,207)
#3581BB
(53,129,187)
#3073A7
(48,115,167)
#2B6593
(43,101,147)
#26577F
(38,87,127)
#21496B
(33,73,107)
#1C3B57
(28,59,87)
#172D43
(23,45,67)
#121F2F
(18,31,47)
#0D111B
(13,17,27)
#000000
(0,0,0)

Tints of #3F9DE3

#3F9DE3
(63,157,227)
#50A5E5
(80,165,229)
#61ADE7
(97,173,231)
#72B5E9
(114,181,233)
#83BDEB
(131,189,235)
#94C5ED
(148,197,237)
#A5CDEF
(165,205,239)
#B6D5F1
(182,213,241)
#C7DDF3
(199,221,243)
#D8E5F5
(216,229,245)
#E9EDF7
(233,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F9DE3 color. Also use rgb(63,157,227) instead hex code.

Text Font Color

.myTextColor { color: #3F9DE3; }

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

This text font color is #3F9DE3.


Background Color

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

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

This div background color is #3F9DE3.


Border color

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

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

This div border color is #3F9DE3.


Opacity

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

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

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

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

This text has shadow with #3F9DE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F9DE3 on black background.


Color preview on white background

This text has color #3F9DE3 on white background.



Black color preview on #3F9DE3 background

This text has black color on #3F9DE3 background.


White color preview on #3F9DE3 background

This text has white color on #3F9DE3 background.