COLOR #2F317B

HEX: #2F317B
RGB: (47,49,123)

Color info

#2F317B contains mainly blue color. Web safe color of #2F317B is #333366 (or #336).

RGB color model

#2F317B color RGB value is (47,49,123).

  • red value is 47;
  • green value is 49;
  • blue value is 123.
RGB:
(47,49,123)
(18%,19%,48%)

RGB channels and saturation

R 47 of 255 = 18%
G 49 of 255 = 19%
B 123 of 255 = 48%

47
49
123

R + G + B ~ 28%. #2F317B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 49 + 123 = 219 (100%)
R 47 of 219 ~ 21.46%
G 49 of 219 ~ 22.37%
B 123 of 219 ~ 56.16%

%21.46
%22.37
%56.16

CMYK color model

#2F317B color CMYK value is (62,60,0,52).

  • cyan value is 61.79%
  • magenta value is 60.16%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(62,60,0,52)
C62M60Y0K52 
(62%,60%,0%,52%)
(0.62/0.60/0.00/0.52)	

CMYK percentages

%61.79
%60.16
%0
%51.76

Codes

Color #2F317B in popluar color models

2F317B
RGB4749123
HSL238°44.71%33.33%
HSB/HSV238°61.79%48.24%
CMYK61.79%60.16%0.00%
51.76%

Color #2F317B in popluar number systems.

HEX2F317B
Decimal4749123
Binary1011111100011111011
Octal5761173

Shades and tints

Shades of #2F317B

#2F317B
(47,49,123)
#2B2D70
(43,45,112)
#272965
(39,41,101)
#23255A
(35,37,90)
#1F214F
(31,33,79)
#1B1D44
(27,29,68)
#171939
(23,25,57)
#13152E
(19,21,46)
#0F1123
(15,17,35)
#0B0D18
(11,13,24)
#07090D
(7,9,13)
#000000
(0,0,0)

Tints of #2F317B

#2F317B
(47,49,123)
#414387
(65,67,135)
#535593
(83,85,147)
#65679F
(101,103,159)
#7779AB
(119,121,171)
#898BB7
(137,139,183)
#9B9DC3
(155,157,195)
#ADAFCF
(173,175,207)
#BFC1DB
(191,193,219)
#D1D3E7
(209,211,231)
#E3E5F3
(227,229,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F317B color. Also use rgb(47,49,123) instead hex code.

Text Font Color

.myTextColor { color: #2F317B; }

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

This text font color is #2F317B.


Background Color

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

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

This div background color is #2F317B.


Border color

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

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

This div border color is #2F317B.


Opacity

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

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

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

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

This text has shadow with #2F317B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F317B on black background.


Color preview on white background

This text has color #2F317B on white background.



Black color preview on #2F317B background

This text has black color on #2F317B background.


White color preview on #2F317B background

This text has white color on #2F317B background.