COLOR #3F17B9

HEX: #3F17B9
RGB: (63,23,185)

Color info

#3F17B9 contains mainly blue color. Web safe color of #3F17B9 is #3300CC (or #30C).

RGB color model

#3F17B9 color RGB value is (63,23,185).

  • red value is 63;
  • green value is 23;
  • blue value is 185.
RGB:
(63,23,185)
(25%,9%,73%)

RGB channels and saturation

R 63 of 255 = 25%
G 23 of 255 = 9%
B 185 of 255 = 73%

63
23
185

R + G + B ~ 36%. #3F17B9 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 23 + 185 = 271 (100%)
R 63 of 271 ~ 23.25%
G 23 of 271 ~ 8.49%
B 185 of 271 ~ 68.27%

%23.25
%68.27

CMYK color model

#3F17B9 color CMYK value is (66,88,0,27).

  • cyan value is 65.95%
  • magenta value is 87.57%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(66,88,0,27)
C66M88Y0K27 
(66%,88%,0%,27%)
(0.66/0.88/0.00/0.27)	

CMYK percentages

%65.95
%87.57
%0
%27.45

Codes

Color #3F17B9 in popluar color models

3F17B9
RGB6323185
HSL255°77.88%40.78%
HSB/HSV255°87.57%72.55%
CMYK65.95%87.57%0.00%
27.45%

Color #3F17B9 in popluar number systems.

HEX3F17B9
Decimal6323185
Binary1111111011110111001
Octal7727271

Shades and tints

Shades of #3F17B9

#3F17B9
(63,23,185)
#3A15A9
(58,21,169)
#351399
(53,19,153)
#301189
(48,17,137)
#2B0F79
(43,15,121)
#260D69
(38,13,105)
#210B59
(33,11,89)
#1C0949
(28,9,73)
#170739
(23,7,57)
#120529
(18,5,41)
#0D0319
(13,3,25)
#000000
(0,0,0)

Tints of #3F17B9

#3F17B9
(63,23,185)
#502CBF
(80,44,191)
#6141C5
(97,65,197)
#7256CB
(114,86,203)
#836BD1
(131,107,209)
#9480D7
(148,128,215)
#A595DD
(165,149,221)
#B6AAE3
(182,170,227)
#C7BFE9
(199,191,233)
#D8D4EF
(216,212,239)
#E9E9F5
(233,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F17B9 color. Also use rgb(63,23,185) instead hex code.

Text Font Color

.myTextColor { color: #3F17B9; }

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

This text font color is #3F17B9.


Background Color

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

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

This div background color is #3F17B9.


Border color

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

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

This div border color is #3F17B9.


Opacity

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

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

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

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

This text has shadow with #3F17B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F17B9 on black background.


Color preview on white background

This text has color #3F17B9 on white background.



Black color preview on #3F17B9 background

This text has black color on #3F17B9 background.


White color preview on #3F17B9 background

This text has white color on #3F17B9 background.