COLOR #2F386D

HEX: #2F386D RGB: (47,56,109)

Color info

#2F386D contains mainly green and blue colors. Web safe color of #2F386D is #333366 (or #336).

RGB color model

#2F386D color RGB value is (47,56,109).

RGB: (47,56,109) (18%, 22%, 43%)

RGB channels and saturation

R 47 of 255 = 18%
G 56 of 255 = 22%
B 109 of 255 = 43%

47
56
109

R + G + B ~ 28%. #2F386D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 47 + 56 + 109 = 212 (100%)
R 47 of 212 ~ 22.17%
G 56 of 212 ~ 26.42%
B 109 of 212 ~ 51.42'%

%22.17
%26.42
%51.42

CMYK color model

#2F386D color CMYK value is (57,49,0,57).

  • cyan value is 56.88%
  • magenta value is 48.62%
  • yellow value is 0.00%
  • key color value is 57.25%

CMYK: (57,49,0,57)
C57M49Y0K57 (57%, 49%, 0%, 57%)
(0.57 / 0.49 / 0.00 / 0.57)

CMYK percentages

%56.88
%48.62
%0
%57.25

Codes

Color #2F386D in popluar color models

2F 38 6D
RGB 47 56 109
HSL 231° 39.74% 30.59%
HSB/HSV 231° 56.88% 42.75%
CMYK 56.88% 48.62% 0.00%
57.25%

Color #2F386D in popluar number systems.

HEX 2F 38 6D
Decimal 47 56 109
Binary 101111 111000 1101101
Octal 57 70 155

Shades and tints

Shades of #2F386D

#2F386D
(47,56,109)
#2B3364
(43,51,100)
#272E5B
(39,46,91)
#232952
(35,41,82)
#1F2449
(31,36,73)
#1B1F40
(27,31,64)
#171A37
(23,26,55)
#13152E
(19,21,46)
#0F1025
(15,16,37)
#0B0B1C
(11,11,28)
#070613
(7,6,19)
#000000
(0,0,0)

Tints of #2F386D

#2F386D
(47,56,109)
#414A7A
(65,74,122)
#535C87
(83,92,135)
#656E94
(101,110,148)
#7780A1
(119,128,161)
#8992AE
(137,146,174)
#9BA4BB
(155,164,187)
#ADB6C8
(173,182,200)
#BFC8D5
(191,200,213)
#D1DAE2
(209,218,226)
#E3ECEF
(227,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F386D; }

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

This text font color is #2F386D.

Background Color

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

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

This div background color is #2F386D.

Border color

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

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

This div border color is #2F386D.

Opacity

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

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

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

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

This text has shadow with #2F386D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2F386D.

Preview

Color preview on black background

This text has color #2F386D on black background.


Color preview on white background

This text has color #2F386D on white background.


Black color preview on #2F386D background

This text has black color on #2F386D background.


White color preview on #2F386D background

This text has white color on #2F386D background.


Related colors

Complementary color

Complementary color for #hex is #D0C792.


I love getcolorcode.com

Triadic colors

1 #6D2F38 and #386D2F with #2F386D are triadic colors.

2 #6D382F and #382F6D with #2F386D are triadic colors.