COLOR #2F5996

HEX: #2F5996 RGB: (47,89,150)

Color info

#2F5996 contains mainly blue color. Web safe color of #2F5996 is #336699 (or #369).

RGB color model

#2F5996 color RGB value is (47,89,150).

RGB: (47,89,150) (18%, 35%, 59%)

RGB channels and saturation

R 47 of 255 = 18%
G 89 of 255 = 35%
B 150 of 255 = 59%

47
89
150

R + G + B ~ 37%. #2F5996 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 47 + 89 + 150 = 286 (100%)
R 47 of 286 ~ 16.43%
G 89 of 286 ~ 31.12%
B 150 of 286 ~ 52.45'%

%16.43
%31.12
%52.45

CMYK color model

#2F5996 color CMYK value is (69,41,0,41).

  • cyan value is 68.67%
  • magenta value is 40.67%
  • yellow value is 0.00%
  • key color value is 41.18%

CMYK: (69,41,0,41)
C69M41Y0K41 (69%, 41%, 0%, 41%)
(0.69 / 0.41 / 0.00 / 0.41)

CMYK percentages

%68.67
%40.67
%0
%41.18

Codes

Color #2F5996 in popluar color models

2F 59 96
RGB 47 89 150
HSL 216° 52.28% 38.63%
HSB/HSV 216° 68.67% 58.82%
CMYK 68.67% 40.67% 0.00%
41.18%

Color #2F5996 in popluar number systems.

HEX 2F 59 96
Decimal 47 89 150
Binary 101111 1011001 10010110
Octal 57 131 226

Shades and tints

Shades of #2F5996

#2F5996
(47,89,150)
#2B5189
(43,81,137)
#27497C
(39,73,124)
#23416F
(35,65,111)
#1F3962
(31,57,98)
#1B3155
(27,49,85)
#172948
(23,41,72)
#13213B
(19,33,59)
#0F192E
(15,25,46)
#0B1121
(11,17,33)
#070914
(7,9,20)
#000000
(0,0,0)

Tints of #2F5996

#2F5996
(47,89,150)
#41689F
(65,104,159)
#5377A8
(83,119,168)
#6586B1
(101,134,177)
#7795BA
(119,149,186)
#89A4C3
(137,164,195)
#9BB3CC
(155,179,204)
#ADC2D5
(173,194,213)
#BFD1DE
(191,209,222)
#D1E0E7
(209,224,231)
#E3EFF0
(227,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F5996 color. Also use rgb(47,89,150) instead hex code.

Text Font Color

.myTextColor { color: #2F5996; }

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

This text font color is #2F5996.

Background Color

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

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

This div background color is #2F5996.

Border color

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

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

This div border color is #2F5996.

Opacity

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

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

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

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

This text has shadow with #2F5996 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2F5996.

Preview

Color preview on black background

This text has color #2F5996 on black background.


Color preview on white background

This text has color #2F5996 on white background.


Black color preview on #2F5996 background

This text has black color on #2F5996 background.


White color preview on #2F5996 background

This text has white color on #2F5996 background.


Related colors

Complementary color

Complementary color for #hex is #D0A669.


I love getcolorcode.com

Triadic colors

1 #962F59 and #59962F with #2F5996 are triadic colors.

2 #96592F and #592F96 with #2F5996 are triadic colors.