COLOR #2F3387

HEX: #2F3387 RGB: (47,51,135)

Color info

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

RGB color model

#2F3387 color RGB value is (47,51,135).

RGB: (47,51,135) (18%, 20%, 53%)

RGB channels and saturation

R 47 of 255 = 18%
G 51 of 255 = 20%
B 135 of 255 = 53%

47
51
135

R + G + B ~ 30%. #2F3387 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 47 + 51 + 135 = 233 (100%)
R 47 of 233 ~ 20.17%
G 51 of 233 ~ 21.89%
B 135 of 233 ~ 57.94'%

%20.17
%21.89
%57.94

CMYK color model

#2F3387 color CMYK value is (65,62,0,47).

  • cyan value is 65.19%
  • magenta value is 62.22%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK: (65,62,0,47) C65M62Y0K47 (65%,62%,0%,47%) (0.65/0.62/0.00/0.47) 

CMYK percentages

%65.19
%62.22
%0
%47.06

Codes

Color #2F3387 in popluar color models

2F 33 87
RGB 47 51 135
HSL 237° 48.35% 35.69%
HSB/HSV 237° 65.19% 52.94%
CMYK 65.19% 62.22% 0.00%
47.06%

Color #2F3387 in popluar number systems.

HEX 2F 33 87
Decimal 47 51 135
Binary 101111 110011 10000111
Octal 57 63 207

Shades and tints

Shades of #2F3387

#2F3387
(47,51,135)
#2B2F7B
(43,47,123)
#272B6F
(39,43,111)
#232763
(35,39,99)
#1F2357
(31,35,87)
#1B1F4B
(27,31,75)
#171B3F
(23,27,63)
#131733
(19,23,51)
#0F1327
(15,19,39)
#0B0F1B
(11,15,27)
#070B0F
(7,11,15)
#000000
(0,0,0)

Tints of #2F3387

#2F3387
(47,51,135)
#414591
(65,69,145)
#53579B
(83,87,155)
#6569A5
(101,105,165)
#777BAF
(119,123,175)
#898DB9
(137,141,185)
#9B9FC3
(155,159,195)
#ADB1CD
(173,177,205)
#BFC3D7
(191,195,215)
#D1D5E1
(209,213,225)
#E3E7EB
(227,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F3387; }

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

This text font color is #2F3387.

Background Color

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

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

This div background color is #2F3387.

Border color

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

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

This div border color is #2F3387.

Opacity

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

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

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

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

This text has shadow with #2F3387 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2F3387.

Preview

Color preview on black background

This text has color #2F3387 on black background.


Color preview on white background

This text has color #2F3387 on white background.


Black color preview on #2F3387 background

This text has black color on #2F3387 background.


White color preview on #2F3387 background

This text has white color on #2F3387 background.


Related colors

Complementary color

Complementary color for #hex is #D0CC78.


I love getcolorcode.com

Triadic colors

1 #872F33 and #33872F with #2F3387 are triadic colors.

2 #87332F and #332F87 with #2F3387 are triadic colors.