COLOR #2F3D9E

HEX: #2F3D9E
RGB: (47,61,158)

Color info

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

RGB color model

#2F3D9E color RGB value is (47,61,158).

  • red value is 47;
  • green value is 61;
  • blue value is 158.
RGB:
(47,61,158)
(18%,24%,62%)

RGB channels and saturation

R 47 of 255 = 18%
G 61 of 255 = 24%
B 158 of 255 = 62%

47
61
158

R + G + B ~ 35%. #2F3D9E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 61 + 158 = 266 (100%)
R 47 of 266 ~ 17.67%
G 61 of 266 ~ 22.93%
B 158 of 266 ~ 59.4%

%17.67
%22.93
%59.4

CMYK color model

#2F3D9E color CMYK value is (70,61,0,38).

  • cyan value is 70.25%
  • magenta value is 61.39%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(70,61,0,38)
C70M61Y0K38 
(70%,61%,0%,38%)
(0.70/0.61/0.00/0.38)	

CMYK percentages

%70.25
%61.39
%0
%38.04

Codes

Color #2F3D9E in popluar color models

2F3D9E
RGB4761158
HSL232°54.15%40.20%
HSB/HSV232°70.25%61.96%
CMYK70.25%61.39%0.00%
38.04%

Color #2F3D9E in popluar number systems.

HEX2F3D9E
Decimal4761158
Binary10111111110110011110
Octal5775236

Shades and tints

Shades of #2F3D9E

#2F3D9E
(47,61,158)
#2B3890
(43,56,144)
#273382
(39,51,130)
#232E74
(35,46,116)
#1F2966
(31,41,102)
#1B2458
(27,36,88)
#171F4A
(23,31,74)
#131A3C
(19,26,60)
#0F152E
(15,21,46)
#0B1020
(11,16,32)
#070B12
(7,11,18)
#000000
(0,0,0)

Tints of #2F3D9E

#2F3D9E
(47,61,158)
#414EA6
(65,78,166)
#535FAE
(83,95,174)
#6570B6
(101,112,182)
#7781BE
(119,129,190)
#8992C6
(137,146,198)
#9BA3CE
(155,163,206)
#ADB4D6
(173,180,214)
#BFC5DE
(191,197,222)
#D1D6E6
(209,214,230)
#E3E7EE
(227,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F3D9E color. Also use rgb(47,61,158) instead hex code.

Text Font Color

.myTextColor { color: #2F3D9E; }

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

This text font color is #2F3D9E.


Background Color

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

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

This div background color is #2F3D9E.


Border color

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

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

This div border color is #2F3D9E.


Opacity

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

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

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

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

This text has shadow with #2F3D9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F3D9E on black background.


Color preview on white background

This text has color #2F3D9E on white background.



Black color preview on #2F3D9E background

This text has black color on #2F3D9E background.


White color preview on #2F3D9E background

This text has white color on #2F3D9E background.