COLOR #2F3F99

HEX: #2F3F99
RGB: (47,63,153)

Color info

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

RGB color model

#2F3F99 color RGB value is (47,63,153).

  • red value is 47;
  • green value is 63;
  • blue value is 153.
RGB:
(47,63,153)
(18%,25%,60%)

RGB channels and saturation

R 47 of 255 = 18%
G 63 of 255 = 25%
B 153 of 255 = 60%

47
63
153

R + G + B ~ 34%. #2F3F99 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 63 + 153 = 263 (100%)
R 47 of 263 ~ 17.87%
G 63 of 263 ~ 23.95%
B 153 of 263 ~ 58.17%

%17.87
%23.95
%58.17

CMYK color model

#2F3F99 color CMYK value is (69,59,0,40).

  • cyan value is 69.28%
  • magenta value is 58.82%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(69,59,0,40)
C69M59Y0K40 
(69%,59%,0%,40%)
(0.69/0.59/0.00/0.40)	

CMYK percentages

%69.28
%58.82
%0
%40

Codes

Color #2F3F99 in popluar color models

2F3F99
RGB4763153
HSL231°53.00%39.22%
HSB/HSV231°69.28%60.00%
CMYK69.28%58.82%0.00%
40.00%

Color #2F3F99 in popluar number systems.

HEX2F3F99
Decimal4763153
Binary10111111111110011001
Octal5777231

Shades and tints

Shades of #2F3F99

#2F3F99
(47,63,153)
#2B3A8C
(43,58,140)
#27357F
(39,53,127)
#233072
(35,48,114)
#1F2B65
(31,43,101)
#1B2658
(27,38,88)
#17214B
(23,33,75)
#131C3E
(19,28,62)
#0F1731
(15,23,49)
#0B1224
(11,18,36)
#070D17
(7,13,23)
#000000
(0,0,0)

Tints of #2F3F99

#2F3F99
(47,63,153)
#4150A2
(65,80,162)
#5361AB
(83,97,171)
#6572B4
(101,114,180)
#7783BD
(119,131,189)
#8994C6
(137,148,198)
#9BA5CF
(155,165,207)
#ADB6D8
(173,182,216)
#BFC7E1
(191,199,225)
#D1D8EA
(209,216,234)
#E3E9F3
(227,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F3F99 color. Also use rgb(47,63,153) instead hex code.

Text Font Color

.myTextColor { color: #2F3F99; }

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

This text font color is #2F3F99.


Background Color

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

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

This div background color is #2F3F99.


Border color

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

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

This div border color is #2F3F99.


Opacity

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

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

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

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

This text has shadow with #2F3F99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F3F99 on black background.


Color preview on white background

This text has color #2F3F99 on white background.



Black color preview on #2F3F99 background

This text has black color on #2F3F99 background.


White color preview on #2F3F99 background

This text has white color on #2F3F99 background.