COLOR #2F5480

HEX: #2F5480
RGB: (47,84,128)

Color info

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

RGB color model

#2F5480 color RGB value is (47,84,128).

  • red value is 47;
  • green value is 84;
  • blue value is 128.
RGB:
(47,84,128)
(18%,33%,50%)

RGB channels and saturation

R 47 of 255 = 18%
G 84 of 255 = 33%
B 128 of 255 = 50%

47
84
128

R + G + B ~ 34%. #2F5480 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 84 + 128 = 259 (100%)
R 47 of 259 ~ 18.15%
G 84 of 259 ~ 32.43%
B 128 of 259 ~ 49.42%

%18.15
%32.43
%49.42

CMYK color model

#2F5480 color CMYK value is (63,34,0,50).

  • cyan value is 63.28%
  • magenta value is 34.38%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(63,34,0,50)
C63M34Y0K50 
(63%,34%,0%,50%)
(0.63/0.34/0.00/0.50)	

CMYK percentages

%63.28
%34.38
%0
%49.8

Codes

Color #2F5480 in popluar color models

2F5480
RGB4784128
HSL213°46.29%34.31%
HSB/HSV213°63.28%50.20%
CMYK63.28%34.38%0.00%
49.80%

Color #2F5480 in popluar number systems.

HEX2F5480
Decimal4784128
Binary101111101010010000000
Octal57124200

Shades and tints

Shades of #2F5480

#2F5480
(47,84,128)
#2B4D75
(43,77,117)
#27466A
(39,70,106)
#233F5F
(35,63,95)
#1F3854
(31,56,84)
#1B3149
(27,49,73)
#172A3E
(23,42,62)
#132333
(19,35,51)
#0F1C28
(15,28,40)
#0B151D
(11,21,29)
#070E12
(7,14,18)
#000000
(0,0,0)

Tints of #2F5480

#2F5480
(47,84,128)
#41638B
(65,99,139)
#537296
(83,114,150)
#6581A1
(101,129,161)
#7790AC
(119,144,172)
#899FB7
(137,159,183)
#9BAEC2
(155,174,194)
#ADBDCD
(173,189,205)
#BFCCD8
(191,204,216)
#D1DBE3
(209,219,227)
#E3EAEE
(227,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F5480; }

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

This text font color is #2F5480.


Background Color

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

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

This div background color is #2F5480.


Border color

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

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

This div border color is #2F5480.


Opacity

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

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

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

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

This text has shadow with #2F5480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F5480 on black background.


Color preview on white background

This text has color #2F5480 on white background.



Black color preview on #2F5480 background

This text has black color on #2F5480 background.


White color preview on #2F5480 background

This text has white color on #2F5480 background.