COLOR #2F387C

HEX: #2F387C
RGB: (47,56,124)

Color info

#2F387C contains mainly blue color. Web safe color of #2F387C is #333366 (or #336).

RGB color model

#2F387C color RGB value is (47,56,124).

  • red value is 47;
  • green value is 56;
  • blue value is 124.
RGB:
(47,56,124)
(18%,22%,49%)

RGB channels and saturation

R 47 of 255 = 18%
G 56 of 255 = 22%
B 124 of 255 = 49%

47
56
124

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

Portions of RGB colors in percentages

R + G + B =
47 + 56 + 124 = 227 (100%)
R 47 of 227 ~ 20.7%
G 56 of 227 ~ 24.67%
B 124 of 227 ~ 54.63%

%20.7
%24.67
%54.63

CMYK color model

#2F387C color CMYK value is (62,55,0,51).

  • cyan value is 62.10%
  • magenta value is 54.84%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(62,55,0,51)
C62M55Y0K51 
(62%,55%,0%,51%)
(0.62/0.55/0.00/0.51)	

CMYK percentages

%62.1
%54.84
%0
%51.37

Codes

Color #2F387C in popluar color models

2F387C
RGB4756124
HSL233°45.03%33.53%
HSB/HSV233°62.10%48.63%
CMYK62.10%54.84%0.00%
51.37%

Color #2F387C in popluar number systems.

HEX2F387C
Decimal4756124
Binary1011111110001111100
Octal5770174

Shades and tints

Shades of #2F387C

#2F387C
(47,56,124)
#2B3371
(43,51,113)
#272E66
(39,46,102)
#23295B
(35,41,91)
#1F2450
(31,36,80)
#1B1F45
(27,31,69)
#171A3A
(23,26,58)
#13152F
(19,21,47)
#0F1024
(15,16,36)
#0B0B19
(11,11,25)
#07060E
(7,6,14)
#000000
(0,0,0)

Tints of #2F387C

#2F387C
(47,56,124)
#414A87
(65,74,135)
#535C92
(83,92,146)
#656E9D
(101,110,157)
#7780A8
(119,128,168)
#8992B3
(137,146,179)
#9BA4BE
(155,164,190)
#ADB6C9
(173,182,201)
#BFC8D4
(191,200,212)
#D1DADF
(209,218,223)
#E3ECEA
(227,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F387C color. Also use rgb(47,56,124) instead hex code.

Text Font Color

.myTextColor { color: #2F387C; }

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

This text font color is #2F387C.


Background Color

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

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

This div background color is #2F387C.


Border color

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

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

This div border color is #2F387C.


Opacity

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

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

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

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

This text has shadow with #2F387C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F387C on black background.


Color preview on white background

This text has color #2F387C on white background.



Black color preview on #2F387C background

This text has black color on #2F387C background.


White color preview on #2F387C background

This text has white color on #2F387C background.