COLOR #2F426D

HEX: #2F426D RGB: (47,66,109)

Color info

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

RGB color model

#2F426D color RGB value is (47,66,109).

RGB: (47,66,109) (18%, 26%, 43%)

RGB channels and saturation

R 47 of 255 = 18%
G 66 of 255 = 26%
B 109 of 255 = 43%

47
66
109

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

Portions of RGB colors in percentages

R + G + B = 47 + 66 + 109 = 222 (100%)
R 47 of 222 ~ 21.17%
G 66 of 222 ~ 29.73%
B 109 of 222 ~ 49.1'%

%21.17
%29.73
%49.1

CMYK color model

#2F426D color CMYK value is (57,39,0,57).

  • cyan value is 56.88%
  • magenta value is 39.45%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK: (57,39,0,57) C57M39Y0K57 (57%,39%,0%,57%) (0.57/0.39/0.00/0.57) 

CMYK percentages

%56.88
%39.45
%0
%57.25

Codes

Color #2F426D in popluar color models

2F 42 6D
RGB 47 66 109
HSL 222° 39.74% 30.59%
HSB/HSV 222° 56.88% 42.75%
CMYK 56.88% 39.45% 0.00%
57.25%

Color #2F426D in popluar number systems.

HEX 2F 42 6D
Decimal 47 66 109
Binary 101111 1000010 1101101
Octal 57 102 155

Shades and tints

Shades of #2F426D

#2F426D
(47,66,109)
#2B3C64
(43,60,100)
#27365B
(39,54,91)
#233052
(35,48,82)
#1F2A49
(31,42,73)
#1B2440
(27,36,64)
#171E37
(23,30,55)
#13182E
(19,24,46)
#0F1225
(15,18,37)
#0B0C1C
(11,12,28)
#070613
(7,6,19)
#000000
(0,0,0)

Tints of #2F426D

#2F426D
(47,66,109)
#41537A
(65,83,122)
#536487
(83,100,135)
#657594
(101,117,148)
#7786A1
(119,134,161)
#8997AE
(137,151,174)
#9BA8BB
(155,168,187)
#ADB9C8
(173,185,200)
#BFCAD5
(191,202,213)
#D1DBE2
(209,219,226)
#E3ECEF
(227,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F426D; }

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

This text font color is #2F426D.

Background Color

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

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

This div background color is #2F426D.

Border color

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

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

This div border color is #2F426D.

Opacity

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

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

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

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

This text has shadow with #2F426D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2F426D.

Preview

Color preview on black background

This text has color #2F426D on black background.


Color preview on white background

This text has color #2F426D on white background.


Black color preview on #2F426D background

This text has black color on #2F426D background.


White color preview on #2F426D background

This text has white color on #2F426D background.


Related colors

Complementary color

Complementary color for #hex is #D0BD92.


I love getcolorcode.com

Triadic colors

1 #6D2F42 and #426D2F with #2F426D are triadic colors.

2 #6D422F and #422F6D with #2F426D are triadic colors.