COLOR #2F3A72

HEX: #2F3A72
RGB: (47,58,114)

Color info

#2F3A72 contains mainly green and blue colors. Web safe color of #2F3A72 is #333366 (or #336).

RGB color model

#2F3A72 color RGB value is (47,58,114).

  • red value is 47;
  • green value is 58;
  • blue value is 114.
RGB:
(47,58,114)
(18%,23%,45%)

RGB channels and saturation

R 47 of 255 = 18%
G 58 of 255 = 23%
B 114 of 255 = 45%

47
58
114

R + G + B ~ 29%. #2F3A72 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 58 + 114 = 219 (100%)
R 47 of 219 ~ 21.46%
G 58 of 219 ~ 26.48%
B 114 of 219 ~ 52.05%

%21.46
%26.48
%52.05

CMYK color model

#2F3A72 color CMYK value is (59,49,0,55).

  • cyan value is 58.77%
  • magenta value is 49.12%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(59,49,0,55)
C59M49Y0K55 
(59%,49%,0%,55%)
(0.59/0.49/0.00/0.55)	

CMYK percentages

%58.77
%49.12
%0
%55.29

Codes

Color #2F3A72 in popluar color models

2F3A72
RGB4758114
HSL230°41.61%31.57%
HSB/HSV230°58.77%44.71%
CMYK58.77%49.12%0.00%
55.29%

Color #2F3A72 in popluar number systems.

HEX2F3A72
Decimal4758114
Binary1011111110101110010
Octal5772162

Shades and tints

Shades of #2F3A72

#2F3A72
(47,58,114)
#2B3568
(43,53,104)
#27305E
(39,48,94)
#232B54
(35,43,84)
#1F264A
(31,38,74)
#1B2140
(27,33,64)
#171C36
(23,28,54)
#13172C
(19,23,44)
#0F1222
(15,18,34)
#0B0D18
(11,13,24)
#07080E
(7,8,14)
#000000
(0,0,0)

Tints of #2F3A72

#2F3A72
(47,58,114)
#414B7E
(65,75,126)
#535C8A
(83,92,138)
#656D96
(101,109,150)
#777EA2
(119,126,162)
#898FAE
(137,143,174)
#9BA0BA
(155,160,186)
#ADB1C6
(173,177,198)
#BFC2D2
(191,194,210)
#D1D3DE
(209,211,222)
#E3E4EA
(227,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F3A72 color. Also use rgb(47,58,114) instead hex code.

Text Font Color

.myTextColor { color: #2F3A72; }

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

This text font color is #2F3A72.


Background Color

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

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

This div background color is #2F3A72.


Border color

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

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

This div border color is #2F3A72.


Opacity

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

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

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

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

This text has shadow with #2F3A72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F3A72 on black background.


Color preview on white background

This text has color #2F3A72 on white background.



Black color preview on #2F3A72 background

This text has black color on #2F3A72 background.


White color preview on #2F3A72 background

This text has white color on #2F3A72 background.