COLOR #2F3593

HEX: #2F3593 RGB: (47,53,147)

Color info

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

RGB color model

#2F3593 color RGB value is (47,53,147).

RGB: (47,53,147) (18%, 21%, 58%)

RGB channels and saturation

R 47 of 255 = 18%
G 53 of 255 = 21%
B 147 of 255 = 58%

47
53
147

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

Portions of RGB colors in percentages

R + G + B = 47 + 53 + 147 = 247 (100%)
R 47 of 247 ~ 19.03%
G 53 of 247 ~ 21.46%
B 147 of 247 ~ 59.51'%

%19.03
%21.46
%59.51

CMYK color model

#2F3593 color CMYK value is (68,64,0,42).

  • cyan value is 68.03%
  • magenta value is 63.95%
  • yellow value is 0.00%
  • key color value is 42.35%

CMYK: (68,64,0,42)
C68M64Y0K42 (68%, 64%, 0%, 42%)
(0.68 / 0.64 / 0.00 / 0.42)

CMYK percentages

%68.03
%63.95
%0
%42.35

Codes

Color #2F3593 in popluar color models

2F 35 93
RGB 47 53 147
HSL 236° 51.55% 38.04%
HSB/HSV 236° 68.03% 57.65%
CMYK 68.03% 63.95% 0.00%
42.35%

Color #2F3593 in popluar number systems.

HEX 2F 35 93
Decimal 47 53 147
Binary 101111 110101 10010011
Octal 57 65 223

Shades and tints

Shades of #2F3593

#2F3593
(47,53,147)
#2B3186
(43,49,134)
#272D79
(39,45,121)
#23296C
(35,41,108)
#1F255F
(31,37,95)
#1B2152
(27,33,82)
#171D45
(23,29,69)
#131938
(19,25,56)
#0F152B
(15,21,43)
#0B111E
(11,17,30)
#070D11
(7,13,17)
#000000
(0,0,0)

Tints of #2F3593

#2F3593
(47,53,147)
#41479C
(65,71,156)
#5359A5
(83,89,165)
#656BAE
(101,107,174)
#777DB7
(119,125,183)
#898FC0
(137,143,192)
#9BA1C9
(155,161,201)
#ADB3D2
(173,179,210)
#BFC5DB
(191,197,219)
#D1D7E4
(209,215,228)
#E3E9ED
(227,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F3593 color. Also use rgb(47,53,147) instead hex code.

Text Font Color

.myTextColor { color: #2F3593; }

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

This text font color is #2F3593.

Background Color

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

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

This div background color is #2F3593.

Border color

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

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

This div border color is #2F3593.

Opacity

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

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

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

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

This text has shadow with #2F3593 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2F3593.

Preview

Color preview on black background

This text has color #2F3593 on black background.


Color preview on white background

This text has color #2F3593 on white background.


Black color preview on #2F3593 background

This text has black color on #2F3593 background.


White color preview on #2F3593 background

This text has white color on #2F3593 background.


Related colors

Complementary color

Complementary color for #hex is #D0CA6C.


I love getcolorcode.com

Triadic colors

1 #932F35 and #35932F with #2F3593 are triadic colors.

2 #93352F and #352F93 with #2F3593 are triadic colors.