COLOR #2F4187

HEX: #2F4187
RGB: (47,65,135)

Color info

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

RGB color model

#2F4187 color RGB value is (47,65,135).

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

RGB channels and saturation

R 47 of 255 = 18%
G 65 of 255 = 25%
B 135 of 255 = 53%

47
65
135

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

Portions of RGB colors in percentages

R + G + B =
47 + 65 + 135 = 247 (100%)
R 47 of 247 ~ 19.03%
G 65 of 247 ~ 26.32%
B 135 of 247 ~ 54.66%

%19.03
%26.32
%54.66

CMYK color model

#2F4187 color CMYK value is (65,52,0,47).

  • cyan value is 65.19%
  • magenta value is 51.85%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(65,52,0,47)
C65M52Y0K47 
(65%,52%,0%,47%)
(0.65/0.52/0.00/0.47)	

CMYK percentages

%65.19
%51.85
%0
%47.06

Codes

Color #2F4187 in popluar color models

2F4187
RGB4765135
HSL228°48.35%35.69%
HSB/HSV228°65.19%52.94%
CMYK65.19%51.85%0.00%
47.06%

Color #2F4187 in popluar number systems.

HEX2F4187
Decimal4765135
Binary101111100000110000111
Octal57101207

Shades and tints

Shades of #2F4187

#2F4187
(47,65,135)
#2B3C7B
(43,60,123)
#27376F
(39,55,111)
#233263
(35,50,99)
#1F2D57
(31,45,87)
#1B284B
(27,40,75)
#17233F
(23,35,63)
#131E33
(19,30,51)
#0F1927
(15,25,39)
#0B141B
(11,20,27)
#070F0F
(7,15,15)
#000000
(0,0,0)

Tints of #2F4187

#2F4187
(47,65,135)
#415291
(65,82,145)
#53639B
(83,99,155)
#6574A5
(101,116,165)
#7785AF
(119,133,175)
#8996B9
(137,150,185)
#9BA7C3
(155,167,195)
#ADB8CD
(173,184,205)
#BFC9D7
(191,201,215)
#D1DAE1
(209,218,225)
#E3EBEB
(227,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F4187; }

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

This text font color is #2F4187.


Background Color

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

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

This div background color is #2F4187.


Border color

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

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

This div border color is #2F4187.


Opacity

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

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

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

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

This text has shadow with #2F4187 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F4187 on black background.


Color preview on white background

This text has color #2F4187 on white background.



Black color preview on #2F4187 background

This text has black color on #2F4187 background.


White color preview on #2F4187 background

This text has white color on #2F4187 background.