COLOR #2F3295

HEX: #2F3295
RGB: (47,50,149)

Color info

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

RGB color model

#2F3295 color RGB value is (47,50,149).

  • red value is 47;
  • green value is 50;
  • blue value is 149.
RGB:
(47,50,149)
(18%,20%,58%)

RGB channels and saturation

R 47 of 255 = 18%
G 50 of 255 = 20%
B 149 of 255 = 58%

47
50
149

R + G + B ~ 32%. #2F3295 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 50 + 149 = 246 (100%)
R 47 of 246 ~ 19.11%
G 50 of 246 ~ 20.33%
B 149 of 246 ~ 60.57%

%19.11
%20.33
%60.57

CMYK color model

#2F3295 color CMYK value is (68,66,0,42).

  • cyan value is 68.46%
  • magenta value is 66.44%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(68,66,0,42)
C68M66Y0K42 
(68%,66%,0%,42%)
(0.68/0.66/0.00/0.42)	

CMYK percentages

%68.46
%66.44
%0
%41.57

Codes

Color #2F3295 in popluar color models

2F3295
RGB4750149
HSL238°52.04%38.43%
HSB/HSV238°68.46%58.43%
CMYK68.46%66.44%0.00%
41.57%

Color #2F3295 in popluar number systems.

HEX2F3295
Decimal4750149
Binary10111111001010010101
Octal5762225

Shades and tints

Shades of #2F3295

#2F3295
(47,50,149)
#2B2E88
(43,46,136)
#272A7B
(39,42,123)
#23266E
(35,38,110)
#1F2261
(31,34,97)
#1B1E54
(27,30,84)
#171A47
(23,26,71)
#13163A
(19,22,58)
#0F122D
(15,18,45)
#0B0E20
(11,14,32)
#070A13
(7,10,19)
#000000
(0,0,0)

Tints of #2F3295

#2F3295
(47,50,149)
#41449E
(65,68,158)
#5356A7
(83,86,167)
#6568B0
(101,104,176)
#777AB9
(119,122,185)
#898CC2
(137,140,194)
#9B9ECB
(155,158,203)
#ADB0D4
(173,176,212)
#BFC2DD
(191,194,221)
#D1D4E6
(209,212,230)
#E3E6EF
(227,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F3295 color. Also use rgb(47,50,149) instead hex code.

Text Font Color

.myTextColor { color: #2F3295; }

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

This text font color is #2F3295.


Background Color

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

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

This div background color is #2F3295.


Border color

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

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

This div border color is #2F3295.


Opacity

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

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

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

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

This text has shadow with #2F3295 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F3295 on black background.


Color preview on white background

This text has color #2F3295 on white background.



Black color preview on #2F3295 background

This text has black color on #2F3295 background.


White color preview on #2F3295 background

This text has white color on #2F3295 background.