COLOR #2F4794

HEX: #2F4794 RGB: (47,71,148)

Color info

#2F4794 contains mainly blue color. Web safe color of #2F4794 is #333399 (or #339).

RGB color model

#2F4794 color RGB value is (47,71,148).

RGB: (47,71,148) (18%, 28%, 58%)

RGB channels and saturation

R 47 of 255 = 18%
G 71 of 255 = 28%
B 148 of 255 = 58%

47
71
148

R + G + B ~ 35%. #2F4794 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 47 + 71 + 148 = 266 (100%)
R 47 of 266 ~ 17.67%
G 71 of 266 ~ 26.69%
B 148 of 266 ~ 55.64'%

%17.67
%26.69
%55.64

CMYK color model

#2F4794 color CMYK value is (68,52,0,42).

  • cyan value is 68.24%
  • magenta value is 52.03%
  • yellow value is 0.00%
  • key color value is 41.96%

CMYK: (68,52,0,42)
C68M52Y0K42 (68%, 52%, 0%, 42%)
(0.68 / 0.52 / 0.00 / 0.42)

CMYK percentages

%68.24
%52.03
%0
%41.96

Codes

Color #2F4794 in popluar color models

2F 47 94
RGB 47 71 148
HSL 226° 51.79% 38.24%
HSB/HSV 226° 68.24% 58.04%
CMYK 68.24% 52.03% 0.00%
41.96%

Color #2F4794 in popluar number systems.

HEX 2F 47 94
Decimal 47 71 148
Binary 101111 1000111 10010100
Octal 57 107 224

Shades and tints

Shades of #2F4794

#2F4794
(47,71,148)
#2B4187
(43,65,135)
#273B7A
(39,59,122)
#23356D
(35,53,109)
#1F2F60
(31,47,96)
#1B2953
(27,41,83)
#172346
(23,35,70)
#131D39
(19,29,57)
#0F172C
(15,23,44)
#0B111F
(11,17,31)
#070B12
(7,11,18)
#000000
(0,0,0)

Tints of #2F4794

#2F4794
(47,71,148)
#41579D
(65,87,157)
#5367A6
(83,103,166)
#6577AF
(101,119,175)
#7787B8
(119,135,184)
#8997C1
(137,151,193)
#9BA7CA
(155,167,202)
#ADB7D3
(173,183,211)
#BFC7DC
(191,199,220)
#D1D7E5
(209,215,229)
#E3E7EE
(227,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F4794 color. Also use rgb(47,71,148) instead hex code.

Text Font Color

.myTextColor { color: #2F4794; }

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

This text font color is #2F4794.

Background Color

.myBgColor { background-color: #2F4794; }

<div style="background-color:#2F4794">Inner text</div>

This div background color is #2F4794.

Border color

.myBorderColor { border: 1px solid #2F4794; }

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

This div border color is #2F4794.

Opacity

.myOpacity80 { color: #2F4794; opacity: 0.8; }

<p style="color:#2F4794;opacity:0.8;">80%</p>

Text with #2F4794 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 #2F4794;}

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

This text has shadow with #2F4794 color.


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

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

This text has shadow with #2F4794 primary color and red secondary color.


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

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

This text has shadow with #2F4794 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #2F4794.

Preview

Color preview on black background

This text has color #2F4794 on black background.


Color preview on white background

This text has color #2F4794 on white background.


Black color preview on #2F4794 background

This text has black color on #2F4794 background.


White color preview on #2F4794 background

This text has white color on #2F4794 background.


Related colors

Complementary color

Complementary color for #hex is #D0B86B.


I love getcolorcode.com

Triadic colors

1 #942F47 and #47942F with #2F4794 are triadic colors.

2 #94472F and #472F94 with #2F4794 are triadic colors.