COLOR #2F5D8D

HEX: #2F5D8D RGB: (47,93,141)

Color info

#2F5D8D contains mainly green and blue colors. Web safe color of #2F5D8D is #336699 (or #369).

RGB color model

#2F5D8D color RGB value is (47,93,141).

RGB: (47,93,141) (18%, 36%, 55%)

RGB channels and saturation

R 47 of 255 = 18%
G 93 of 255 = 36%
B 141 of 255 = 55%

47
93
141

R + G + B ~ 36%. #2F5D8D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 47 + 93 + 141 = 281 (100%)
R 47 of 281 ~ 16.73%
G 93 of 281 ~ 33.1%
B 141 of 281 ~ 50.18'%

%16.73
%33.1
%50.18

CMYK color model

#2F5D8D color CMYK value is (67,34,0,45).

  • cyan value is 66.67%
  • magenta value is 34.04%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (67,34,0,45)
C67M34Y0K45 (67%, 34%, 0%, 45%)
(0.67 / 0.34 / 0.00 / 0.45)

CMYK percentages

%66.67
%34.04
%0
%44.71

Codes

Color #2F5D8D in popluar color models

2F 5D 8D
RGB 47 93 141
HSL 211° 50.00% 36.86%
HSB/HSV 211° 66.67% 55.29%
CMYK 66.67% 34.04% 0.00%
44.71%

Color #2F5D8D in popluar number systems.

HEX 2F 5D 8D
Decimal 47 93 141
Binary 101111 1011101 10001101
Octal 57 135 215

Shades and tints

Shades of #2F5D8D

#2F5D8D
(47,93,141)
#2B5581
(43,85,129)
#274D75
(39,77,117)
#234569
(35,69,105)
#1F3D5D
(31,61,93)
#1B3551
(27,53,81)
#172D45
(23,45,69)
#132539
(19,37,57)
#0F1D2D
(15,29,45)
#0B1521
(11,21,33)
#070D15
(7,13,21)
#000000
(0,0,0)

Tints of #2F5D8D

#2F5D8D
(47,93,141)
#416B97
(65,107,151)
#5379A1
(83,121,161)
#6587AB
(101,135,171)
#7795B5
(119,149,181)
#89A3BF
(137,163,191)
#9BB1C9
(155,177,201)
#ADBFD3
(173,191,211)
#BFCDDD
(191,205,221)
#D1DBE7
(209,219,231)
#E3E9F1
(227,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F5D8D color. Also use rgb(47,93,141) instead hex code.

Text Font Color

.myTextColor { color: #2F5D8D; }

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

This text font color is #2F5D8D.

Background Color

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

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

This div background color is #2F5D8D.

Border color

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

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

This div border color is #2F5D8D.

Opacity

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

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

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

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

This text has shadow with #2F5D8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2F5D8D.

Preview

Color preview on black background

This text has color #2F5D8D on black background.


Color preview on white background

This text has color #2F5D8D on white background.


Black color preview on #2F5D8D background

This text has black color on #2F5D8D background.


White color preview on #2F5D8D background

This text has white color on #2F5D8D background.


Related colors

Complementary color

Complementary color for #hex is #D0A272.


I love getcolorcode.com

Triadic colors

1 #8D2F5D and #5D8D2F with #2F5D8D are triadic colors.

2 #8D5D2F and #5D2F8D with #2F5D8D are triadic colors.