COLOR #3F09E5

HEX: #3F09E5
RGB: (63,9,229)

Color info

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

RGB color model

#3F09E5 color RGB value is (63,9,229).

  • red value is 63;
  • green value is 9;
  • blue value is 229.
RGB:
(63,9,229)
(25%,4%,90%)

RGB channels and saturation

R 63 of 255 = 25%
G 9 of 255 = 4%
B 229 of 255 = 90%

63
9
229

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

Portions of RGB colors in percentages

R + G + B =
63 + 9 + 229 = 301 (100%)
R 63 of 301 ~ 20.93%
G 9 of 301 ~ 2.99%
B 229 of 301 ~ 76.08%

%20.93
%76.08

CMYK color model

#3F09E5 color CMYK value is (72,96,0,10).

  • cyan value is 72.49%
  • magenta value is 96.07%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(72,96,0,10)
C72M96Y0K10 
(72%,96%,0%,10%)
(0.72/0.96/0.00/0.10)	

CMYK percentages

%72.49
%96.07
%0
%10.2

Codes

Color #3F09E5 in popluar color models

3F09E5
RGB639229
HSL255°92.44%46.67%
HSB/HSV255°96.07%89.80%
CMYK72.49%96.07%0.00%
10.20%

Color #3F09E5 in popluar number systems.

HEX3F09E5
Decimal639229
Binary111111100111100101
Octal7711345

Shades and tints

Shades of #3F09E5

#3F09E5
(63,9,229)
#3A09D1
(58,9,209)
#3509BD
(53,9,189)
#3009A9
(48,9,169)
#2B0995
(43,9,149)
#260981
(38,9,129)
#21096D
(33,9,109)
#1C0959
(28,9,89)
#170945
(23,9,69)
#120931
(18,9,49)
#0D091D
(13,9,29)
#000000
(0,0,0)

Tints of #3F09E5

#3F09E5
(63,9,229)
#501FE7
(80,31,231)
#6135E9
(97,53,233)
#724BEB
(114,75,235)
#8361ED
(131,97,237)
#9477EF
(148,119,239)
#A58DF1
(165,141,241)
#B6A3F3
(182,163,243)
#C7B9F5
(199,185,245)
#D8CFF7
(216,207,247)
#E9E5F9
(233,229,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F09E5 color. Also use rgb(63,9,229) instead hex code.

Text Font Color

.myTextColor { color: #3F09E5; }

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

This text font color is #3F09E5.


Background Color

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

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

This div background color is #3F09E5.


Border color

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

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

This div border color is #3F09E5.


Opacity

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

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

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

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

This text has shadow with #3F09E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F09E5 on black background.


Color preview on white background

This text has color #3F09E5 on white background.



Black color preview on #3F09E5 background

This text has black color on #3F09E5 background.


White color preview on #3F09E5 background

This text has white color on #3F09E5 background.