COLOR #3F7798

HEX: #3F7798 RGB: (63,119,152)

Color info

#3F7798 contains mainly green and blue colors. Web safe color of #3F7798 is #336699 (or #369).

RGB color model

#3F7798 color RGB value is (63,119,152).

RGB: (63,119,152) (25%, 47%, 60%)

RGB channels and saturation

R 63 of 255 = 25%
G 119 of 255 = 47%
B 152 of 255 = 60%

63
119
152

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

Portions of RGB colors in percentages

R + G + B = 63 + 119 + 152 = 334 (100%)
R 63 of 334 ~ 18.86%
G 119 of 334 ~ 35.63%
B 152 of 334 ~ 45.51'%

%18.86
%35.63
%45.51

CMYK color model

#3F7798 color CMYK value is (59,22,0,40).

  • cyan value is 58.55%
  • magenta value is 21.71%
  • yellow value is 0.00%
  • key color value is 40.39%

CMYK: (59,22,0,40)
C59M22Y0K40 (59%, 22%, 0%, 40%)
(0.59 / 0.22 / 0.00 / 0.40)

CMYK percentages

%58.55
%21.71
%0
%40.39

Codes

Color #3F7798 in popluar color models

3F 77 98
RGB 63 119 152
HSL 202° 41.40% 42.16%
HSB/HSV 202° 58.55% 59.61%
CMYK 58.55% 21.71% 0.00%
40.39%

Color #3F7798 in popluar number systems.

HEX 3F 77 98
Decimal 63 119 152
Binary 111111 1110111 10011000
Octal 77 167 230

Shades and tints

Shades of #3F7798

#3F7798
(63,119,152)
#3A6D8B
(58,109,139)
#35637E
(53,99,126)
#305971
(48,89,113)
#2B4F64
(43,79,100)
#264557
(38,69,87)
#213B4A
(33,59,74)
#1C313D
(28,49,61)
#172730
(23,39,48)
#121D23
(18,29,35)
#0D1316
(13,19,22)
#000000
(0,0,0)

Tints of #3F7798

#3F7798
(63,119,152)
#5083A1
(80,131,161)
#618FAA
(97,143,170)
#729BB3
(114,155,179)
#83A7BC
(131,167,188)
#94B3C5
(148,179,197)
#A5BFCE
(165,191,206)
#B6CBD7
(182,203,215)
#C7D7E0
(199,215,224)
#D8E3E9
(216,227,233)
#E9EFF2
(233,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F7798 color. Also use rgb(63,119,152) instead hex code.

Text Font Color

.myTextColor { color: #3F7798; }

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

This text font color is #3F7798.

Background Color

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

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

This div background color is #3F7798.

Border color

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

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

This div border color is #3F7798.

Opacity

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

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

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

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

This text has shadow with #3F7798 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F7798.

Preview

Color preview on black background

This text has color #3F7798 on black background.


Color preview on white background

This text has color #3F7798 on white background.


Black color preview on #3F7798 background

This text has black color on #3F7798 background.


White color preview on #3F7798 background

This text has white color on #3F7798 background.


Related colors

Complementary color

Complementary color for #hex is #C08867.


I love getcolorcode.com

Triadic colors

1 #983F77 and #77983F with #3F7798 are triadic colors.

2 #98773F and #773F98 with #3F7798 are triadic colors.