COLOR #3F38E2

HEX: #3F38E2
RGB: (63,56,226)

Color info

#3F38E2 contains mainly blue color. Web safe color of #3F38E2 is #3333CC (or #33C).

RGB color model

#3F38E2 color RGB value is (63,56,226).

  • red value is 63;
  • green value is 56;
  • blue value is 226.
RGB:
(63,56,226)
(25%,22%,89%)

RGB channels and saturation

R 63 of 255 = 25%
G 56 of 255 = 22%
B 226 of 255 = 89%

63
56
226

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

Portions of RGB colors in percentages

R + G + B =
63 + 56 + 226 = 345 (100%)
R 63 of 345 ~ 18.26%
G 56 of 345 ~ 16.23%
B 226 of 345 ~ 65.51%

%18.26
%16.23
%65.51

CMYK color model

#3F38E2 color CMYK value is (72,75,0,11).

  • cyan value is 72.12%
  • magenta value is 75.22%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(72,75,0,11)
C72M75Y0K11 
(72%,75%,0%,11%)
(0.72/0.75/0.00/0.11)	

CMYK percentages

%72.12
%75.22
%0
%11.37

Codes

Color #3F38E2 in popluar color models

3F38E2
RGB6356226
HSL242°74.56%55.29%
HSB/HSV242°75.22%88.63%
CMYK72.12%75.22%0.00%
11.37%

Color #3F38E2 in popluar number systems.

HEX3F38E2
Decimal6356226
Binary11111111100011100010
Octal7770342

Shades and tints

Shades of #3F38E2

#3F38E2
(63,56,226)
#3A33CE
(58,51,206)
#352EBA
(53,46,186)
#3029A6
(48,41,166)
#2B2492
(43,36,146)
#261F7E
(38,31,126)
#211A6A
(33,26,106)
#1C1556
(28,21,86)
#171042
(23,16,66)
#120B2E
(18,11,46)
#0D061A
(13,6,26)
#000000
(0,0,0)

Tints of #3F38E2

#3F38E2
(63,56,226)
#504AE4
(80,74,228)
#615CE6
(97,92,230)
#726EE8
(114,110,232)
#8380EA
(131,128,234)
#9492EC
(148,146,236)
#A5A4EE
(165,164,238)
#B6B6F0
(182,182,240)
#C7C8F2
(199,200,242)
#D8DAF4
(216,218,244)
#E9ECF6
(233,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F38E2 color. Also use rgb(63,56,226) instead hex code.

Text Font Color

.myTextColor { color: #3F38E2; }

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

This text font color is #3F38E2.


Background Color

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

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

This div background color is #3F38E2.


Border color

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

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

This div border color is #3F38E2.


Opacity

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

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

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

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

This text has shadow with #3F38E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F38E2 on black background.


Color preview on white background

This text has color #3F38E2 on white background.



Black color preview on #3F38E2 background

This text has black color on #3F38E2 background.


White color preview on #3F38E2 background

This text has white color on #3F38E2 background.