COLOR #3F4A7B

HEX: #3F4A7B
RGB: (63,74,123)

Color info

#3F4A7B contains mainly green and blue colors. Web safe color of #3F4A7B is #333366 (or #336).

RGB color model

#3F4A7B color RGB value is (63,74,123).

  • red value is 63;
  • green value is 74;
  • blue value is 123.
RGB:
(63,74,123)
(25%,29%,48%)

RGB channels and saturation

R 63 of 255 = 25%
G 74 of 255 = 29%
B 123 of 255 = 48%

63
74
123

R + G + B ~ 34%. #3F4A7B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 74 + 123 = 260 (100%)
R 63 of 260 ~ 24.23%
G 74 of 260 ~ 28.46%
B 123 of 260 ~ 47.31%

%24.23
%28.46
%47.31

CMYK color model

#3F4A7B color CMYK value is (49,40,0,52).

  • cyan value is 48.78%
  • magenta value is 39.84%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(49,40,0,52)
C49M40Y0K52 
(49%,40%,0%,52%)
(0.49/0.40/0.00/0.52)	

CMYK percentages

%48.78
%39.84
%0
%51.76

Codes

Color #3F4A7B in popluar color models

3F4A7B
RGB6374123
HSL229°32.26%36.47%
HSB/HSV229°48.78%48.24%
CMYK48.78%39.84%0.00%
51.76%

Color #3F4A7B in popluar number systems.

HEX3F4A7B
Decimal6374123
Binary11111110010101111011
Octal77112173

Shades and tints

Shades of #3F4A7B

#3F4A7B
(63,74,123)
#3A4470
(58,68,112)
#353E65
(53,62,101)
#30385A
(48,56,90)
#2B324F
(43,50,79)
#262C44
(38,44,68)
#212639
(33,38,57)
#1C202E
(28,32,46)
#171A23
(23,26,35)
#121418
(18,20,24)
#0D0E0D
(13,14,13)
#000000
(0,0,0)

Tints of #3F4A7B

#3F4A7B
(63,74,123)
#505A87
(80,90,135)
#616A93
(97,106,147)
#727A9F
(114,122,159)
#838AAB
(131,138,171)
#949AB7
(148,154,183)
#A5AAC3
(165,170,195)
#B6BACF
(182,186,207)
#C7CADB
(199,202,219)
#D8DAE7
(216,218,231)
#E9EAF3
(233,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F4A7B color. Also use rgb(63,74,123) instead hex code.

Text Font Color

.myTextColor { color: #3F4A7B; }

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

This text font color is #3F4A7B.


Background Color

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

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

This div background color is #3F4A7B.


Border color

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

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

This div border color is #3F4A7B.


Opacity

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

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

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

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

This text has shadow with #3F4A7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F4A7B on black background.


Color preview on white background

This text has color #3F4A7B on white background.



Black color preview on #3F4A7B background

This text has black color on #3F4A7B background.


White color preview on #3F4A7B background

This text has white color on #3F4A7B background.