COLOR #2F4587

HEX: #2F4587
RGB: (47,69,135)

Color info

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

RGB color model

#2F4587 color RGB value is (47,69,135).

  • red value is 47;
  • green value is 69;
  • blue value is 135.
RGB:
(47,69,135)
(18%,27%,53%)

RGB channels and saturation

R 47 of 255 = 18%
G 69 of 255 = 27%
B 135 of 255 = 53%

47
69
135

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

Portions of RGB colors in percentages

R + G + B =
47 + 69 + 135 = 251 (100%)
R 47 of 251 ~ 18.73%
G 69 of 251 ~ 27.49%
B 135 of 251 ~ 53.78%

%18.73
%27.49
%53.78

CMYK color model

#2F4587 color CMYK value is (65,49,0,47).

  • cyan value is 65.19%
  • magenta value is 48.89%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(65,49,0,47)
C65M49Y0K47 
(65%,49%,0%,47%)
(0.65/0.49/0.00/0.47)	

CMYK percentages

%65.19
%48.89
%0
%47.06

Codes

Color #2F4587 in popluar color models

2F4587
RGB4769135
HSL225°48.35%35.69%
HSB/HSV225°65.19%52.94%
CMYK65.19%48.89%0.00%
47.06%

Color #2F4587 in popluar number systems.

HEX2F4587
Decimal4769135
Binary101111100010110000111
Octal57105207

Shades and tints

Shades of #2F4587

#2F4587
(47,69,135)
#2B3F7B
(43,63,123)
#27396F
(39,57,111)
#233363
(35,51,99)
#1F2D57
(31,45,87)
#1B274B
(27,39,75)
#17213F
(23,33,63)
#131B33
(19,27,51)
#0F1527
(15,21,39)
#0B0F1B
(11,15,27)
#07090F
(7,9,15)
#000000
(0,0,0)

Tints of #2F4587

#2F4587
(47,69,135)
#415591
(65,85,145)
#53659B
(83,101,155)
#6575A5
(101,117,165)
#7785AF
(119,133,175)
#8995B9
(137,149,185)
#9BA5C3
(155,165,195)
#ADB5CD
(173,181,205)
#BFC5D7
(191,197,215)
#D1D5E1
(209,213,225)
#E3E5EB
(227,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F4587 color. Also use rgb(47,69,135) instead hex code.

Text Font Color

.myTextColor { color: #2F4587; }

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

This text font color is #2F4587.


Background Color

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

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

This div background color is #2F4587.


Border color

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

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

This div border color is #2F4587.


Opacity

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

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

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

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

This text has shadow with #2F4587 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F4587 on black background.


Color preview on white background

This text has color #2F4587 on white background.



Black color preview on #2F4587 background

This text has black color on #2F4587 background.


White color preview on #2F4587 background

This text has white color on #2F4587 background.