COLOR #2F4489

HEX: #2F4489 RGB: (47,68,137)

Color info

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

RGB color model

#2F4489 color RGB value is (47,68,137).

RGB: (47,68,137) (18%, 27%, 54%)

RGB channels and saturation

R 47 of 255 = 18%
G 68 of 255 = 27%
B 137 of 255 = 54%

47
68
137

R + G + B ~ 33%. #2F4489 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 47 + 68 + 137 = 252 (100%)
R 47 of 252 ~ 18.65%
G 68 of 252 ~ 26.98%
B 137 of 252 ~ 54.37'%

%18.65
%26.98
%54.37

CMYK color model

#2F4489 color CMYK value is (66,50,0,46).

  • cyan value is 65.69%
  • magenta value is 50.36%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK: (66,50,0,46) C66M50Y0K46 (66%,50%,0%,46%) (0.66/0.50/0.00/0.46) 

CMYK percentages

%65.69
%50.36
%0
%46.27

Codes

Color #2F4489 in popluar color models

2F 44 89
RGB 47 68 137
HSL 226° 48.91% 36.08%
HSB/HSV 226° 65.69% 53.73%
CMYK 65.69% 50.36% 0.00%
46.27%

Color #2F4489 in popluar number systems.

HEX 2F 44 89
Decimal 47 68 137
Binary 101111 1000100 10001001
Octal 57 104 211

Shades and tints

Shades of #2F4489

#2F4489
(47,68,137)
#2B3E7D
(43,62,125)
#273871
(39,56,113)
#233265
(35,50,101)
#1F2C59
(31,44,89)
#1B264D
(27,38,77)
#172041
(23,32,65)
#131A35
(19,26,53)
#0F1429
(15,20,41)
#0B0E1D
(11,14,29)
#070811
(7,8,17)
#000000
(0,0,0)

Tints of #2F4489

#2F4489
(47,68,137)
#415593
(65,85,147)
#53669D
(83,102,157)
#6577A7
(101,119,167)
#7788B1
(119,136,177)
#8999BB
(137,153,187)
#9BAAC5
(155,170,197)
#ADBBCF
(173,187,207)
#BFCCD9
(191,204,217)
#D1DDE3
(209,221,227)
#E3EEED
(227,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F4489 color. Also use rgb(47,68,137) instead hex code.

Text Font Color

.myTextColor { color: #2F4489; }

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

This text font color is #2F4489.

Background Color

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

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

This div background color is #2F4489.

Border color

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

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

This div border color is #2F4489.

Opacity

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

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

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

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

This text has shadow with #2F4489 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2F4489.

Preview

Color preview on black background

This text has color #2F4489 on black background.


Color preview on white background

This text has color #2F4489 on white background.


Black color preview on #2F4489 background

This text has black color on #2F4489 background.


White color preview on #2F4489 background

This text has white color on #2F4489 background.


Related colors

Complementary color

Complementary color for #hex is #D0BB76.


I love getcolorcode.com

Triadic colors

1 #892F44 and #44892F with #2F4489 are triadic colors.

2 #89442F and #442F89 with #2F4489 are triadic colors.