COLOR #3F62C0

HEX: #3F62C0
RGB: (63,98,192)

Color info

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

RGB color model

#3F62C0 color RGB value is (63,98,192).

  • red value is 63;
  • green value is 98;
  • blue value is 192.
RGB:
(63,98,192)
(25%,38%,75%)

RGB channels and saturation

R 63 of 255 = 25%
G 98 of 255 = 38%
B 192 of 255 = 75%

63
98
192

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

Portions of RGB colors in percentages

R + G + B =
63 + 98 + 192 = 353 (100%)
R 63 of 353 ~ 17.85%
G 98 of 353 ~ 27.76%
B 192 of 353 ~ 54.39%

%17.85
%27.76
%54.39

CMYK color model

#3F62C0 color CMYK value is (67,49,0,25).

  • cyan value is 67.19%
  • magenta value is 48.96%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(67,49,0,25)
C67M49Y0K25 
(67%,49%,0%,25%)
(0.67/0.49/0.00/0.25)	

CMYK percentages

%67.19
%48.96
%0
%24.71

Codes

Color #3F62C0 in popluar color models

3F62C0
RGB6398192
HSL224°50.59%50.00%
HSB/HSV224°67.19%75.29%
CMYK67.19%48.96%0.00%
24.71%

Color #3F62C0 in popluar number systems.

HEX3F62C0
Decimal6398192
Binary111111110001011000000
Octal77142300

Shades and tints

Shades of #3F62C0

#3F62C0
(63,98,192)
#3A5AAF
(58,90,175)
#35529E
(53,82,158)
#304A8D
(48,74,141)
#2B427C
(43,66,124)
#263A6B
(38,58,107)
#21325A
(33,50,90)
#1C2A49
(28,42,73)
#172238
(23,34,56)
#121A27
(18,26,39)
#0D1216
(13,18,22)
#000000
(0,0,0)

Tints of #3F62C0

#3F62C0
(63,98,192)
#5070C5
(80,112,197)
#617ECA
(97,126,202)
#728CCF
(114,140,207)
#839AD4
(131,154,212)
#94A8D9
(148,168,217)
#A5B6DE
(165,182,222)
#B6C4E3
(182,196,227)
#C7D2E8
(199,210,232)
#D8E0ED
(216,224,237)
#E9EEF2
(233,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F62C0 color. Also use rgb(63,98,192) instead hex code.

Text Font Color

.myTextColor { color: #3F62C0; }

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

This text font color is #3F62C0.


Background Color

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

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

This div background color is #3F62C0.


Border color

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

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

This div border color is #3F62C0.


Opacity

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

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

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

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

This text has shadow with #3F62C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F62C0 on black background.


Color preview on white background

This text has color #3F62C0 on white background.



Black color preview on #3F62C0 background

This text has black color on #3F62C0 background.


White color preview on #3F62C0 background

This text has white color on #3F62C0 background.