COLOR #3F7CBE

HEX: #3F7CBE RGB: (63,124,190)

Color info

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

RGB color model

#3F7CBE color RGB value is (63,124,190).

RGB: (63,124,190) (25%, 49%, 75%)

RGB channels and saturation

R 63 of 255 = 25%
G 124 of 255 = 49%
B 190 of 255 = 75%

63
124
190

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

Portions of RGB colors in percentages

R + G + B = 63 + 124 + 190 = 377 (100%)
R 63 of 377 ~ 16.71%
G 124 of 377 ~ 32.89%
B 190 of 377 ~ 50.4'%

%16.71
%32.89
%50.4

CMYK color model

#3F7CBE color CMYK value is (67,35,0,25).

  • cyan value is 66.84%
  • magenta value is 34.74%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (67,35,0,25)
C67M35Y0K25 (67%, 35%, 0%, 25%)
(0.67 / 0.35 / 0.00 / 0.25)

CMYK percentages

%66.84
%34.74
%0
%25.49

Codes

Color #3F7CBE in popluar color models

3F 7C BE
RGB 63 124 190
HSL 211° 50.20% 49.61%
HSB/HSV 211° 66.84% 74.51%
CMYK 66.84% 34.74% 0.00%
25.49%

Color #3F7CBE in popluar number systems.

HEX 3F 7C BE
Decimal 63 124 190
Binary 111111 1111100 10111110
Octal 77 174 276

Shades and tints

Shades of #3F7CBE

#3F7CBE
(63,124,190)
#3A71AD
(58,113,173)
#35669C
(53,102,156)
#305B8B
(48,91,139)
#2B507A
(43,80,122)
#264569
(38,69,105)
#213A58
(33,58,88)
#1C2F47
(28,47,71)
#172436
(23,36,54)
#121925
(18,25,37)
#0D0E14
(13,14,20)
#000000
(0,0,0)

Tints of #3F7CBE

#3F7CBE
(63,124,190)
#5087C3
(80,135,195)
#6192C8
(97,146,200)
#729DCD
(114,157,205)
#83A8D2
(131,168,210)
#94B3D7
(148,179,215)
#A5BEDC
(165,190,220)
#B6C9E1
(182,201,225)
#C7D4E6
(199,212,230)
#D8DFEB
(216,223,235)
#E9EAF0
(233,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F7CBE color. Also use rgb(63,124,190) instead hex code.

Text Font Color

.myTextColor { color: #3F7CBE; }

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

This text font color is #3F7CBE.

Background Color

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

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

This div background color is #3F7CBE.

Border color

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

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

This div border color is #3F7CBE.

Opacity

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

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

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

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

This text has shadow with #3F7CBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F7CBE.

Preview

Color preview on black background

This text has color #3F7CBE on black background.


Color preview on white background

This text has color #3F7CBE on white background.


Black color preview on #3F7CBE background

This text has black color on #3F7CBE background.


White color preview on #3F7CBE background

This text has white color on #3F7CBE background.


Related colors

Complementary color

Complementary color for #hex is #C08341.


I love getcolorcode.com

Triadic colors

1 #BE3F7C and #7CBE3F with #3F7CBE are triadic colors.

2 #BE7C3F and #7C3FBE with #3F7CBE are triadic colors.