COLOR #2F3261

HEX: #2F3261
RGB: (47,50,97)

Color info

#2F3261 contains red, green and blue colors in about the same proportion. Web safe color of #2F3261 is #333366 (or #336).

RGB color model

#2F3261 color RGB value is (47,50,97).

  • red value is 47;
  • green value is 50;
  • blue value is 97.
RGB:
(47,50,97)
(18%,20%,38%)

RGB channels and saturation

R 47 of 255 = 18%
G 50 of 255 = 20%
B 97 of 255 = 38%

47
50
97

R + G + B ~ 25%. #2F3261 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 50 + 97 = 194 (100%)
R 47 of 194 ~ 24.23%
G 50 of 194 ~ 25.77%
B 97 of 194 ~ 50%

%24.23
%25.77
%50

CMYK color model

#2F3261 color CMYK value is (52,48,0,62).

  • cyan value is 51.55%
  • magenta value is 48.45%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(52,48,0,62)
C52M48Y0K62 
(52%,48%,0%,62%)
(0.52/0.48/0.00/0.62)	

CMYK percentages

%51.55
%48.45
%0
%61.96

Codes

Color #2F3261 in popluar color models

2F3261
RGB475097
HSL236°34.72%28.24%
HSB/HSV236°51.55%38.04%
CMYK51.55%48.45%0.00%
61.96%

Color #2F3261 in popluar number systems.

HEX2F3261
Decimal475097
Binary1011111100101100001
Octal5762141

Shades and tints

Shades of #2F3261

#2F3261
(47,50,97)
#2B2E59
(43,46,89)
#272A51
(39,42,81)
#232649
(35,38,73)
#1F2241
(31,34,65)
#1B1E39
(27,30,57)
#171A31
(23,26,49)
#131629
(19,22,41)
#0F1221
(15,18,33)
#0B0E19
(11,14,25)
#070A11
(7,10,17)
#000000
(0,0,0)

Tints of #2F3261

#2F3261
(47,50,97)
#41446F
(65,68,111)
#53567D
(83,86,125)
#65688B
(101,104,139)
#777A99
(119,122,153)
#898CA7
(137,140,167)
#9B9EB5
(155,158,181)
#ADB0C3
(173,176,195)
#BFC2D1
(191,194,209)
#D1D4DF
(209,212,223)
#E3E6ED
(227,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F3261 color. Also use rgb(47,50,97) instead hex code.

Text Font Color

.myTextColor { color: #2F3261; }

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

This text font color is #2F3261.


Background Color

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

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

This div background color is #2F3261.


Border color

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

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

This div border color is #2F3261.


Opacity

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

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

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

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

This text has shadow with #2F3261 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F3261 on black background.


Color preview on white background

This text has color #2F3261 on white background.



Black color preview on #2F3261 background

This text has black color on #2F3261 background.


White color preview on #2F3261 background

This text has white color on #2F3261 background.