COLOR #3F6CC7

HEX: #3F6CC7
RGB: (63,108,199)

Color info

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

RGB color model

#3F6CC7 color RGB value is (63,108,199).

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

RGB channels and saturation

R 63 of 255 = 25%
G 108 of 255 = 42%
B 199 of 255 = 78%

63
108
199

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

Portions of RGB colors in percentages

R + G + B =
63 + 108 + 199 = 370 (100%)
R 63 of 370 ~ 17.03%
G 108 of 370 ~ 29.19%
B 199 of 370 ~ 53.78%

%17.03
%29.19
%53.78

CMYK color model

#3F6CC7 color CMYK value is (68,46,0,22).

  • cyan value is 68.34%
  • magenta value is 45.73%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(68,46,0,22)
C68M46Y0K22 
(68%,46%,0%,22%)
(0.68/0.46/0.00/0.22)	

CMYK percentages

%68.34
%45.73
%0
%21.96

Codes

Color #3F6CC7 in popluar color models

3F6CC7
RGB63108199
HSL220°54.84%51.37%
HSB/HSV220°68.34%78.04%
CMYK68.34%45.73%0.00%
21.96%

Color #3F6CC7 in popluar number systems.

HEX3F6CC7
Decimal63108199
Binary111111110110011000111
Octal77154307

Shades and tints

Shades of #3F6CC7

#3F6CC7
(63,108,199)
#3A63B5
(58,99,181)
#355AA3
(53,90,163)
#305191
(48,81,145)
#2B487F
(43,72,127)
#263F6D
(38,63,109)
#21365B
(33,54,91)
#1C2D49
(28,45,73)
#172437
(23,36,55)
#121B25
(18,27,37)
#0D1213
(13,18,19)
#000000
(0,0,0)

Tints of #3F6CC7

#3F6CC7
(63,108,199)
#5079CC
(80,121,204)
#6186D1
(97,134,209)
#7293D6
(114,147,214)
#83A0DB
(131,160,219)
#94ADE0
(148,173,224)
#A5BAE5
(165,186,229)
#B6C7EA
(182,199,234)
#C7D4EF
(199,212,239)
#D8E1F4
(216,225,244)
#E9EEF9
(233,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F6CC7; }

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

This text font color is #3F6CC7.


Background Color

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

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

This div background color is #3F6CC7.


Border color

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

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

This div border color is #3F6CC7.


Opacity

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

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

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

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

This text has shadow with #3F6CC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F6CC7 on black background.


Color preview on white background

This text has color #3F6CC7 on white background.



Black color preview on #3F6CC7 background

This text has black color on #3F6CC7 background.


White color preview on #3F6CC7 background

This text has white color on #3F6CC7 background.