COLOR #2F3B77

HEX: #2F3B77 RGB: (47,59,119)

Color info

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

RGB color model

#2F3B77 color RGB value is (47,59,119).

RGB: (47,59,119) (18%, 23%, 47%)

RGB channels and saturation

R 47 of 255 = 18%
G 59 of 255 = 23%
B 119 of 255 = 47%

47
59
119

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

Portions of RGB colors in percentages

R + G + B = 47 + 59 + 119 = 225 (100%)
R 47 of 225 ~ 20.89%
G 59 of 225 ~ 26.22%
B 119 of 225 ~ 52.89'%

%20.89
%26.22
%52.89

CMYK color model

#2F3B77 color CMYK value is (61,50,0,53).

  • cyan value is 60.50%
  • magenta value is 50.42%
  • yellow value is 0.00%
  • key color value is 53.33%

CMYK: (61,50,0,53)
C61M50Y0K53 (61%, 50%, 0%, 53%)
(0.61 / 0.50 / 0.00 / 0.53)

CMYK percentages

%60.5
%50.42
%0
%53.33

Codes

Color #2F3B77 in popluar color models

2F 3B 77
RGB 47 59 119
HSL 230° 43.37% 32.55%
HSB/HSV 230° 60.50% 46.67%
CMYK 60.50% 50.42% 0.00%
53.33%

Color #2F3B77 in popluar number systems.

HEX 2F 3B 77
Decimal 47 59 119
Binary 101111 111011 1110111
Octal 57 73 167

Shades and tints

Shades of #2F3B77

#2F3B77
(47,59,119)
#2B366D
(43,54,109)
#273163
(39,49,99)
#232C59
(35,44,89)
#1F274F
(31,39,79)
#1B2245
(27,34,69)
#171D3B
(23,29,59)
#131831
(19,24,49)
#0F1327
(15,19,39)
#0B0E1D
(11,14,29)
#070913
(7,9,19)
#000000
(0,0,0)

Tints of #2F3B77

#2F3B77
(47,59,119)
#414C83
(65,76,131)
#535D8F
(83,93,143)
#656E9B
(101,110,155)
#777FA7
(119,127,167)
#8990B3
(137,144,179)
#9BA1BF
(155,161,191)
#ADB2CB
(173,178,203)
#BFC3D7
(191,195,215)
#D1D4E3
(209,212,227)
#E3E5EF
(227,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F3B77 color. Also use rgb(47,59,119) instead hex code.

Text Font Color

.myTextColor { color: #2F3B77; }

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

This text font color is #2F3B77.

Background Color

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

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

This div background color is #2F3B77.

Border color

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

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

This div border color is #2F3B77.

Opacity

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

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

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

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

This text has shadow with #2F3B77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2F3B77.

Preview

Color preview on black background

This text has color #2F3B77 on black background.


Color preview on white background

This text has color #2F3B77 on white background.


Black color preview on #2F3B77 background

This text has black color on #2F3B77 background.


White color preview on #2F3B77 background

This text has white color on #2F3B77 background.


Related colors

Complementary color

Complementary color for #hex is #D0C488.


I love getcolorcode.com

Triadic colors

1 #772F3B and #3B772F with #2F3B77 are triadic colors.

2 #773B2F and #3B2F77 with #2F3B77 are triadic colors.