COLOR #2F4AA3

HEX: #2F4AA3 RGB: (47,74,163)

Color info

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

RGB color model

#2F4AA3 color RGB value is (47,74,163).

RGB: (47,74,163) (18%, 29%, 64%)

RGB channels and saturation

R 47 of 255 = 18%
G 74 of 255 = 29%
B 163 of 255 = 64%

47
74
163

R + G + B ~ 37%. #2F4AA3 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 47 + 74 + 163 = 284 (100%)
R 47 of 284 ~ 16.55%
G 74 of 284 ~ 26.06%
B 163 of 284 ~ 57.39'%

%16.55
%26.06
%57.39

CMYK color model

#2F4AA3 color CMYK value is (71,55,0,36).

  • cyan value is 71.17%
  • magenta value is 54.60%
  • yellow value is 0.00%
  • key color value is 36.08%

CMYK: (71,55,0,36)
C71M55Y0K36 (71%, 55%, 0%, 36%)
(0.71 / 0.55 / 0.00 / 0.36)

CMYK percentages

%71.17
%54.6
%0
%36.08

Codes

Color #2F4AA3 in popluar color models

2F 4A A3
RGB 47 74 163
HSL 226° 55.24% 41.18%
HSB/HSV 226° 71.17% 63.92%
CMYK 71.17% 54.60% 0.00%
36.08%

Color #2F4AA3 in popluar number systems.

HEX 2F 4A A3
Decimal 47 74 163
Binary 101111 1001010 10100011
Octal 57 112 243

Shades and tints

Shades of #2F4AA3

#2F4AA3
(47,74,163)
#2B4495
(43,68,149)
#273E87
(39,62,135)
#233879
(35,56,121)
#1F326B
(31,50,107)
#1B2C5D
(27,44,93)
#17264F
(23,38,79)
#132041
(19,32,65)
#0F1A33
(15,26,51)
#0B1425
(11,20,37)
#070E17
(7,14,23)
#000000
(0,0,0)

Tints of #2F4AA3

#2F4AA3
(47,74,163)
#415AAB
(65,90,171)
#536AB3
(83,106,179)
#657ABB
(101,122,187)
#778AC3
(119,138,195)
#899ACB
(137,154,203)
#9BAAD3
(155,170,211)
#ADBADB
(173,186,219)
#BFCAE3
(191,202,227)
#D1DAEB
(209,218,235)
#E3EAF3
(227,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F4AA3 color. Also use rgb(47,74,163) instead hex code.

Text Font Color

.myTextColor { color: #2F4AA3; }

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

This text font color is #2F4AA3.

Background Color

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

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

This div background color is #2F4AA3.

Border color

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

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

This div border color is #2F4AA3.

Opacity

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

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

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

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

This text has shadow with #2F4AA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2F4AA3.

Preview

Color preview on black background

This text has color #2F4AA3 on black background.


Color preview on white background

This text has color #2F4AA3 on white background.


Black color preview on #2F4AA3 background

This text has black color on #2F4AA3 background.


White color preview on #2F4AA3 background

This text has white color on #2F4AA3 background.


Related colors

Complementary color

Complementary color for #hex is #D0B55C.


I love getcolorcode.com

Triadic colors

1 #A32F4A and #4AA32F with #2F4AA3 are triadic colors.

2 #A34A2F and #4A2FA3 with #2F4AA3 are triadic colors.