COLOR #3F40CA

HEX: #3F40CA
RGB: (63,64,202)

Color info

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

RGB color model

#3F40CA color RGB value is (63,64,202).

  • red value is 63;
  • green value is 64;
  • blue value is 202.
RGB:
(63,64,202)
(25%,25%,79%)

RGB channels and saturation

R 63 of 255 = 25%
G 64 of 255 = 25%
B 202 of 255 = 79%

63
64
202

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

Portions of RGB colors in percentages

R + G + B =
63 + 64 + 202 = 329 (100%)
R 63 of 329 ~ 19.15%
G 64 of 329 ~ 19.45%
B 202 of 329 ~ 61.4%

%19.15
%19.45
%61.4

CMYK color model

#3F40CA color CMYK value is (69,68,0,21).

  • cyan value is 68.81%
  • magenta value is 68.32%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(69,68,0,21)
C69M68Y0K21 
(69%,68%,0%,21%)
(0.69/0.68/0.00/0.21)	

CMYK percentages

%68.81
%68.32
%0
%20.78

Codes

Color #3F40CA in popluar color models

3F40CA
RGB6364202
HSL240°56.73%51.96%
HSB/HSV240°68.81%79.22%
CMYK68.81%68.32%0.00%
20.78%

Color #3F40CA in popluar number systems.

HEX3F40CA
Decimal6364202
Binary111111100000011001010
Octal77100312

Shades and tints

Shades of #3F40CA

#3F40CA
(63,64,202)
#3A3BB8
(58,59,184)
#3536A6
(53,54,166)
#303194
(48,49,148)
#2B2C82
(43,44,130)
#262770
(38,39,112)
#21225E
(33,34,94)
#1C1D4C
(28,29,76)
#17183A
(23,24,58)
#121328
(18,19,40)
#0D0E16
(13,14,22)
#000000
(0,0,0)

Tints of #3F40CA

#3F40CA
(63,64,202)
#5051CE
(80,81,206)
#6162D2
(97,98,210)
#7273D6
(114,115,214)
#8384DA
(131,132,218)
#9495DE
(148,149,222)
#A5A6E2
(165,166,226)
#B6B7E6
(182,183,230)
#C7C8EA
(199,200,234)
#D8D9EE
(216,217,238)
#E9EAF2
(233,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F40CA color. Also use rgb(63,64,202) instead hex code.

Text Font Color

.myTextColor { color: #3F40CA; }

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

This text font color is #3F40CA.


Background Color

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

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

This div background color is #3F40CA.


Border color

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

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

This div border color is #3F40CA.


Opacity

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

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

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

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

This text has shadow with #3F40CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F40CA on black background.


Color preview on white background

This text has color #3F40CA on white background.



Black color preview on #3F40CA background

This text has black color on #3F40CA background.


White color preview on #3F40CA background

This text has white color on #3F40CA background.