COLOR #2F5CB4

HEX: #2F5CB4
RGB: (47,92,180)

Color info

#2F5CB4 contains mainly blue color. Web safe color of #2F5CB4 is #3366CC (or #36C).

RGB color model

#2F5CB4 color RGB value is (47,92,180).

  • red value is 47;
  • green value is 92;
  • blue value is 180.
RGB:
(47,92,180)
(18%,36%,71%)

RGB channels and saturation

R 47 of 255 = 18%
G 92 of 255 = 36%
B 180 of 255 = 71%

47
92
180

R + G + B ~ 42%. #2F5CB4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
47 + 92 + 180 = 319 (100%)
R 47 of 319 ~ 14.73%
G 92 of 319 ~ 28.84%
B 180 of 319 ~ 56.43%

%14.73
%28.84
%56.43

CMYK color model

#2F5CB4 color CMYK value is (74,49,0,29).

  • cyan value is 73.89%
  • magenta value is 48.89%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(74,49,0,29)
C74M49Y0K29 
(74%,49%,0%,29%)
(0.74/0.49/0.00/0.29)	

CMYK percentages

%73.89
%48.89
%0
%29.41

Codes

Color #2F5CB4 in popluar color models

2F5CB4
RGB4792180
HSL220°58.59%44.51%
HSB/HSV220°73.89%70.59%
CMYK73.89%48.89%0.00%
29.41%

Color #2F5CB4 in popluar number systems.

HEX2F5CB4
Decimal4792180
Binary101111101110010110100
Octal57134264

Shades and tints

Shades of #2F5CB4

#2F5CB4
(47,92,180)
#2B54A4
(43,84,164)
#274C94
(39,76,148)
#234484
(35,68,132)
#1F3C74
(31,60,116)
#1B3464
(27,52,100)
#172C54
(23,44,84)
#132444
(19,36,68)
#0F1C34
(15,28,52)
#0B1424
(11,20,36)
#070C14
(7,12,20)
#000000
(0,0,0)

Tints of #2F5CB4

#2F5CB4
(47,92,180)
#416ABA
(65,106,186)
#5378C0
(83,120,192)
#6586C6
(101,134,198)
#7794CC
(119,148,204)
#89A2D2
(137,162,210)
#9BB0D8
(155,176,216)
#ADBEDE
(173,190,222)
#BFCCE4
(191,204,228)
#D1DAEA
(209,218,234)
#E3E8F0
(227,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F5CB4 color. Also use rgb(47,92,180) instead hex code.

Text Font Color

.myTextColor { color: #2F5CB4; }

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

This text font color is #2F5CB4.


Background Color

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

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

This div background color is #2F5CB4.


Border color

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

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

This div border color is #2F5CB4.


Opacity

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

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

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

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

This text has shadow with #2F5CB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F5CB4 on black background.


Color preview on white background

This text has color #2F5CB4 on white background.



Black color preview on #2F5CB4 background

This text has black color on #2F5CB4 background.


White color preview on #2F5CB4 background

This text has white color on #2F5CB4 background.