COLOR #2F437D

HEX: #2F437D RGB: (47,67,125)

Color info

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

RGB color model

#2F437D color RGB value is (47,67,125).

RGB: (47,67,125) (18%, 26%, 49%)

RGB channels and saturation

R 47 of 255 = 18%
G 67 of 255 = 26%
B 125 of 255 = 49%

47
67
125

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

Portions of RGB colors in percentages

R + G + B = 47 + 67 + 125 = 239 (100%)
R 47 of 239 ~ 19.67%
G 67 of 239 ~ 28.03%
B 125 of 239 ~ 52.3'%

%19.67
%28.03
%52.3

CMYK color model

#2F437D color CMYK value is (62,46,0,51).

  • cyan value is 62.40%
  • magenta value is 46.40%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (62,46,0,51)
C62M46Y0K51 (62%, 46%, 0%, 51%)
(0.62 / 0.46 / 0.00 / 0.51)

CMYK percentages

%62.4
%46.4
%0
%50.98

Codes

Color #2F437D in popluar color models

2F 43 7D
RGB 47 67 125
HSL 225° 45.35% 33.73%
HSB/HSV 225° 62.40% 49.02%
CMYK 62.40% 46.40% 0.00%
50.98%

Color #2F437D in popluar number systems.

HEX 2F 43 7D
Decimal 47 67 125
Binary 101111 1000011 1111101
Octal 57 103 175

Shades and tints

Shades of #2F437D

#2F437D
(47,67,125)
#2B3D72
(43,61,114)
#273767
(39,55,103)
#23315C
(35,49,92)
#1F2B51
(31,43,81)
#1B2546
(27,37,70)
#171F3B
(23,31,59)
#131930
(19,25,48)
#0F1325
(15,19,37)
#0B0D1A
(11,13,26)
#07070F
(7,7,15)
#000000
(0,0,0)

Tints of #2F437D

#2F437D
(47,67,125)
#415488
(65,84,136)
#536593
(83,101,147)
#65769E
(101,118,158)
#7787A9
(119,135,169)
#8998B4
(137,152,180)
#9BA9BF
(155,169,191)
#ADBACA
(173,186,202)
#BFCBD5
(191,203,213)
#D1DCE0
(209,220,224)
#E3EDEB
(227,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F437D; }

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

This text font color is #2F437D.

Background Color

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

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

This div background color is #2F437D.

Border color

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

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

This div border color is #2F437D.

Opacity

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

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

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

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

This text has shadow with #2F437D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2F437D.

Preview

Color preview on black background

This text has color #2F437D on black background.


Color preview on white background

This text has color #2F437D on white background.


Black color preview on #2F437D background

This text has black color on #2F437D background.


White color preview on #2F437D background

This text has white color on #2F437D background.


Related colors

Complementary color

Complementary color for #hex is #D0BC82.


I love getcolorcode.com

Triadic colors

1 #7D2F43 and #437D2F with #2F437D are triadic colors.

2 #7D432F and #432F7D with #2F437D are triadic colors.