COLOR #2F398A

HEX: #2F398A
RGB: (47,57,138)

Color info

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

RGB color model

#2F398A color RGB value is (47,57,138).

  • red value is 47;
  • green value is 57;
  • blue value is 138.
RGB:
(47,57,138)
(18%,22%,54%)

RGB channels and saturation

R 47 of 255 = 18%
G 57 of 255 = 22%
B 138 of 255 = 54%

47
57
138

R + G + B ~ 31%. #2F398A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 57 + 138 = 242 (100%)
R 47 of 242 ~ 19.42%
G 57 of 242 ~ 23.55%
B 138 of 242 ~ 57.02%

%19.42
%23.55
%57.02

CMYK color model

#2F398A color CMYK value is (66,59,0,46).

  • cyan value is 65.94%
  • magenta value is 58.70%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(66,59,0,46)
C66M59Y0K46 
(66%,59%,0%,46%)
(0.66/0.59/0.00/0.46)	

CMYK percentages

%65.94
%58.7
%0
%45.88

Codes

Color #2F398A in popluar color models

2F398A
RGB4757138
HSL233°49.19%36.27%
HSB/HSV233°65.94%54.12%
CMYK65.94%58.70%0.00%
45.88%

Color #2F398A in popluar number systems.

HEX2F398A
Decimal4757138
Binary10111111100110001010
Octal5771212

Shades and tints

Shades of #2F398A

#2F398A
(47,57,138)
#2B347E
(43,52,126)
#272F72
(39,47,114)
#232A66
(35,42,102)
#1F255A
(31,37,90)
#1B204E
(27,32,78)
#171B42
(23,27,66)
#131636
(19,22,54)
#0F112A
(15,17,42)
#0B0C1E
(11,12,30)
#070712
(7,7,18)
#000000
(0,0,0)

Tints of #2F398A

#2F398A
(47,57,138)
#414B94
(65,75,148)
#535D9E
(83,93,158)
#656FA8
(101,111,168)
#7781B2
(119,129,178)
#8993BC
(137,147,188)
#9BA5C6
(155,165,198)
#ADB7D0
(173,183,208)
#BFC9DA
(191,201,218)
#D1DBE4
(209,219,228)
#E3EDEE
(227,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F398A color. Also use rgb(47,57,138) instead hex code.

Text Font Color

.myTextColor { color: #2F398A; }

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

This text font color is #2F398A.


Background Color

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

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

This div background color is #2F398A.


Border color

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

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

This div border color is #2F398A.


Opacity

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

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

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

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

This text has shadow with #2F398A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F398A on black background.


Color preview on white background

This text has color #2F398A on white background.



Black color preview on #2F398A background

This text has black color on #2F398A background.


White color preview on #2F398A background

This text has white color on #2F398A background.