COLOR #2F387A

HEX: #2F387A RGB: (47,56,122)

Color info

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

RGB color model

#2F387A color RGB value is (47,56,122).

RGB: (47,56,122) (18%, 22%, 48%)

RGB channels and saturation

R 47 of 255 = 18%
G 56 of 255 = 22%
B 122 of 255 = 48%

47
56
122

R + G + B ~ 29%. #2F387A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 47 + 56 + 122 = 225 (100%)
R 47 of 225 ~ 20.89%
G 56 of 225 ~ 24.89%
B 122 of 225 ~ 54.22'%

%20.89
%24.89
%54.22

CMYK color model

#2F387A color CMYK value is (61,54,0,52).

  • cyan value is 61.48%
  • magenta value is 54.10%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK: (61,54,0,52) C61M54Y0K52 (61%,54%,0%,52%) (0.61/0.54/0.00/0.52) 

CMYK percentages

%61.48
%54.1
%0
%52.16

Codes

Color #2F387A in popluar color models

2F 38 7A
RGB 47 56 122
HSL 233° 44.38% 33.14%
HSB/HSV 233° 61.48% 47.84%
CMYK 61.48% 54.10% 0.00%
52.16%

Color #2F387A in popluar number systems.

HEX 2F 38 7A
Decimal 47 56 122
Binary 101111 111000 1111010
Octal 57 70 172

Shades and tints

Shades of #2F387A

#2F387A
(47,56,122)
#2B336F
(43,51,111)
#272E64
(39,46,100)
#232959
(35,41,89)
#1F244E
(31,36,78)
#1B1F43
(27,31,67)
#171A38
(23,26,56)
#13152D
(19,21,45)
#0F1022
(15,16,34)
#0B0B17
(11,11,23)
#07060C
(7,6,12)
#000000
(0,0,0)

Tints of #2F387A

#2F387A
(47,56,122)
#414A86
(65,74,134)
#535C92
(83,92,146)
#656E9E
(101,110,158)
#7780AA
(119,128,170)
#8992B6
(137,146,182)
#9BA4C2
(155,164,194)
#ADB6CE
(173,182,206)
#BFC8DA
(191,200,218)
#D1DAE6
(209,218,230)
#E3ECF2
(227,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F387A; }

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

This text font color is #2F387A.

Background Color

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

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

This div background color is #2F387A.

Border color

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

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

This div border color is #2F387A.

Opacity

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

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

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

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

This text has shadow with #2F387A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2F387A.

Preview

Color preview on black background

This text has color #2F387A on black background.


Color preview on white background

This text has color #2F387A on white background.


Black color preview on #2F387A background

This text has black color on #2F387A background.


White color preview on #2F387A background

This text has white color on #2F387A background.


Related colors

Complementary color

Complementary color for #hex is #D0C785.


I love getcolorcode.com

Triadic colors

1 #7A2F38 and #387A2F with #2F387A are triadic colors.

2 #7A382F and #382F7A with #2F387A are triadic colors.