COLOR #2F438B

HEX: #2F438B RGB: (47,67,139)

Color info

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

RGB color model

#2F438B color RGB value is (47,67,139).

RGB: (47,67,139) (18%, 26%, 55%)

RGB channels and saturation

R 47 of 255 = 18%
G 67 of 255 = 26%
B 139 of 255 = 55%

47
67
139

R + G + B ~ 33%. #2F438B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 47 + 67 + 139 = 253 (100%)
R 47 of 253 ~ 18.58%
G 67 of 253 ~ 26.48%
B 139 of 253 ~ 54.94'%

%18.58
%26.48
%54.94

CMYK color model

#2F438B color CMYK value is (66,52,0,45).

  • cyan value is 66.19%
  • magenta value is 51.80%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (66,52,0,45)
C66M52Y0K45 (66%, 52%, 0%, 45%)
(0.66 / 0.52 / 0.00 / 0.45)

CMYK percentages

%66.19
%51.8
%0
%45.49

Codes

Color #2F438B in popluar color models

2F 43 8B
RGB 47 67 139
HSL 227° 49.46% 36.47%
HSB/HSV 227° 66.19% 54.51%
CMYK 66.19% 51.80% 0.00%
45.49%

Color #2F438B in popluar number systems.

HEX 2F 43 8B
Decimal 47 67 139
Binary 101111 1000011 10001011
Octal 57 103 213

Shades and tints

Shades of #2F438B

#2F438B
(47,67,139)
#2B3D7F
(43,61,127)
#273773
(39,55,115)
#233167
(35,49,103)
#1F2B5B
(31,43,91)
#1B254F
(27,37,79)
#171F43
(23,31,67)
#131937
(19,25,55)
#0F132B
(15,19,43)
#0B0D1F
(11,13,31)
#070713
(7,7,19)
#000000
(0,0,0)

Tints of #2F438B

#2F438B
(47,67,139)
#415495
(65,84,149)
#53659F
(83,101,159)
#6576A9
(101,118,169)
#7787B3
(119,135,179)
#8998BD
(137,152,189)
#9BA9C7
(155,169,199)
#ADBAD1
(173,186,209)
#BFCBDB
(191,203,219)
#D1DCE5
(209,220,229)
#E3EDEF
(227,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F438B color. Also use rgb(47,67,139) instead hex code.

Text Font Color

.myTextColor { color: #2F438B; }

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

This text font color is #2F438B.

Background Color

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

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

This div background color is #2F438B.

Border color

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

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

This div border color is #2F438B.

Opacity

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

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

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

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

This text has shadow with #2F438B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2F438B.

Preview

Color preview on black background

This text has color #2F438B on black background.


Color preview on white background

This text has color #2F438B on white background.


Black color preview on #2F438B background

This text has black color on #2F438B background.


White color preview on #2F438B background

This text has white color on #2F438B background.


Related colors

Complementary color

Complementary color for #hex is #D0BC74.


I love getcolorcode.com

Triadic colors

1 #8B2F43 and #438B2F with #2F438B are triadic colors.

2 #8B432F and #432F8B with #2F438B are triadic colors.