COLOR #2F3395

HEX: #2F3395 RGB: (47,51,149)

Color info

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

RGB color model

#2F3395 color RGB value is (47,51,149).

RGB: (47,51,149) (18%, 20%, 58%)

RGB channels and saturation

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

47
51
149

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

Portions of RGB colors in percentages

R + G + B = 47 + 51 + 149 = 247 (100%)
R 47 of 247 ~ 19.03%
G 51 of 247 ~ 20.65%
B 149 of 247 ~ 60.32'%

%19.03
%20.65
%60.32

CMYK color model

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

  • cyan value is 68.46%
  • magenta value is 65.77%
  • 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
%65.77
%0
%41.57

Codes

Color #2F3395 in popluar color models

2F 33 95
RGB 47 51 149
HSL 238° 52.04% 38.43%
HSB/HSV 238° 68.46% 58.43%
CMYK 68.46% 65.77% 0.00%
41.57%

Color #2F3395 in popluar number systems.

HEX 2F 33 95
Decimal 47 51 149
Binary 101111 110011 10010101
Octal 57 63 225

Shades and tints

Shades of #2F3395

#2F3395
(47,51,149)
#2B2F88
(43,47,136)
#272B7B
(39,43,123)
#23276E
(35,39,110)
#1F2361
(31,35,97)
#1B1F54
(27,31,84)
#171B47
(23,27,71)
#13173A
(19,23,58)
#0F132D
(15,19,45)
#0B0F20
(11,15,32)
#070B13
(7,11,19)
#000000
(0,0,0)

Tints of #2F3395

#2F3395
(47,51,149)
#41459E
(65,69,158)
#5357A7
(83,87,167)
#6569B0
(101,105,176)
#777BB9
(119,123,185)
#898DC2
(137,141,194)
#9B9FCB
(155,159,203)
#ADB1D4
(173,177,212)
#BFC3DD
(191,195,221)
#D1D5E6
(209,213,230)
#E3E7EF
(227,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F3395; }

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

This text font color is #2F3395.

Background Color

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

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

This div background color is #2F3395.

Border color

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

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

This div border color is #2F3395.

Opacity

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

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

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

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

This text has shadow with #2F3395 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2F3395.

Preview

Color preview on black background

This text has color #2F3395 on black background.


Color preview on white background

This text has color #2F3395 on white background.


Black color preview on #2F3395 background

This text has black color on #2F3395 background.


White color preview on #2F3395 background

This text has white color on #2F3395 background.


Related colors

Complementary color

Complementary color for #hex is #D0CC6A.


I love getcolorcode.com

Triadic colors

1 #952F33 and #33952F with #2F3395 are triadic colors.

2 #95332F and #332F95 with #2F3395 are triadic colors.