COLOR #2F5470

HEX: #2F5470 RGB: (47,84,112)

Color info

#2F5470 contains mainly green and blue colors. Web safe color of #2F5470 is #336666 (or #366).

RGB color model

#2F5470 color RGB value is (47,84,112).

RGB: (47,84,112) (18%, 33%, 44%)

RGB channels and saturation

R 47 of 255 = 18%
G 84 of 255 = 33%
B 112 of 255 = 44%

47
84
112

R + G + B ~ 32%. #2F5470 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 47 + 84 + 112 = 243 (100%)
R 47 of 243 ~ 19.34%
G 84 of 243 ~ 34.57%
B 112 of 243 ~ 46.09'%

%19.34
%34.57
%46.09

CMYK color model

#2F5470 color CMYK value is (58,25,0,56).

  • cyan value is 58.04%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 56.08%

CMYK: (58,25,0,56)
C58M25Y0K56 (58%, 25%, 0%, 56%)
(0.58 / 0.25 / 0.00 / 0.56)

CMYK percentages

%58.04
%25
%0
%56.08

Codes

Color #2F5470 in popluar color models

2F 54 70
RGB 47 84 112
HSL 206° 40.88% 31.18%
HSB/HSV 206° 58.04% 43.92%
CMYK 58.04% 25.00% 0.00%
56.08%

Color #2F5470 in popluar number systems.

HEX 2F 54 70
Decimal 47 84 112
Binary 101111 1010100 1110000
Octal 57 124 160

Shades and tints

Shades of #2F5470

#2F5470
(47,84,112)
#2B4D66
(43,77,102)
#27465C
(39,70,92)
#233F52
(35,63,82)
#1F3848
(31,56,72)
#1B313E
(27,49,62)
#172A34
(23,42,52)
#13232A
(19,35,42)
#0F1C20
(15,28,32)
#0B1516
(11,21,22)
#070E0C
(7,14,12)
#000000
(0,0,0)

Tints of #2F5470

#2F5470
(47,84,112)
#41637D
(65,99,125)
#53728A
(83,114,138)
#658197
(101,129,151)
#7790A4
(119,144,164)
#899FB1
(137,159,177)
#9BAEBE
(155,174,190)
#ADBDCB
(173,189,203)
#BFCCD8
(191,204,216)
#D1DBE5
(209,219,229)
#E3EAF2
(227,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F5470 color. Also use rgb(47,84,112) instead hex code.

Text Font Color

.myTextColor { color: #2F5470; }

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

This text font color is #2F5470.

Background Color

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

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

This div background color is #2F5470.

Border color

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

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

This div border color is #2F5470.

Opacity

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

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

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

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

This text has shadow with #2F5470 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2F5470.

Preview

Color preview on black background

This text has color #2F5470 on black background.


Color preview on white background

This text has color #2F5470 on white background.


Black color preview on #2F5470 background

This text has black color on #2F5470 background.


White color preview on #2F5470 background

This text has white color on #2F5470 background.


Related colors

Complementary color

Complementary color for #hex is #D0AB8F.


I love getcolorcode.com

Triadic colors

1 #702F54 and #54702F with #2F5470 are triadic colors.

2 #70542F and #542F70 with #2F5470 are triadic colors.