COLOR #3F52C7

HEX: #3F52C7
RGB: (63,82,199)

Color info

#3F52C7 contains mainly blue color. Web safe color of #3F52C7 is #3366CC (or #36C).

RGB color model

#3F52C7 color RGB value is (63,82,199).

  • red value is 63;
  • green value is 82;
  • blue value is 199.
RGB:
(63,82,199)
(25%,32%,78%)

RGB channels and saturation

R 63 of 255 = 25%
G 82 of 255 = 32%
B 199 of 255 = 78%

63
82
199

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

Portions of RGB colors in percentages

R + G + B =
63 + 82 + 199 = 344 (100%)
R 63 of 344 ~ 18.31%
G 82 of 344 ~ 23.84%
B 199 of 344 ~ 57.85%

%18.31
%23.84
%57.85

CMYK color model

#3F52C7 color CMYK value is (68,59,0,22).

  • cyan value is 68.34%
  • magenta value is 58.79%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(68,59,0,22)
C68M59Y0K22 
(68%,59%,0%,22%)
(0.68/0.59/0.00/0.22)	

CMYK percentages

%68.34
%58.79
%0
%21.96

Codes

Color #3F52C7 in popluar color models

3F52C7
RGB6382199
HSL232°54.84%51.37%
HSB/HSV232°68.34%78.04%
CMYK68.34%58.79%0.00%
21.96%

Color #3F52C7 in popluar number systems.

HEX3F52C7
Decimal6382199
Binary111111101001011000111
Octal77122307

Shades and tints

Shades of #3F52C7

#3F52C7
(63,82,199)
#3A4BB5
(58,75,181)
#3544A3
(53,68,163)
#303D91
(48,61,145)
#2B367F
(43,54,127)
#262F6D
(38,47,109)
#21285B
(33,40,91)
#1C2149
(28,33,73)
#171A37
(23,26,55)
#121325
(18,19,37)
#0D0C13
(13,12,19)
#000000
(0,0,0)

Tints of #3F52C7

#3F52C7
(63,82,199)
#5061CC
(80,97,204)
#6170D1
(97,112,209)
#727FD6
(114,127,214)
#838EDB
(131,142,219)
#949DE0
(148,157,224)
#A5ACE5
(165,172,229)
#B6BBEA
(182,187,234)
#C7CAEF
(199,202,239)
#D8D9F4
(216,217,244)
#E9E8F9
(233,232,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F52C7 color. Also use rgb(63,82,199) instead hex code.

Text Font Color

.myTextColor { color: #3F52C7; }

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

This text font color is #3F52C7.


Background Color

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

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

This div background color is #3F52C7.


Border color

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

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

This div border color is #3F52C7.


Opacity

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

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

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

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

This text has shadow with #3F52C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F52C7 on black background.


Color preview on white background

This text has color #3F52C7 on white background.



Black color preview on #3F52C7 background

This text has black color on #3F52C7 background.


White color preview on #3F52C7 background

This text has white color on #3F52C7 background.