COLOR #2F556C

HEX: #2F556C
RGB: (47,85,108)

Color info

#2F556C contains mainly green and blue colors. Web safe color of #2F556C is #336666 (or #366).

RGB color model

#2F556C color RGB value is (47,85,108).

  • red value is 47;
  • green value is 85;
  • blue value is 108.
RGB:
(47,85,108)
(18%,33%,42%)

RGB channels and saturation

R 47 of 255 = 18%
G 85 of 255 = 33%
B 108 of 255 = 42%

47
85
108

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

Portions of RGB colors in percentages

R + G + B =
47 + 85 + 108 = 240 (100%)
R 47 of 240 ~ 19.58%
G 85 of 240 ~ 35.42%
B 108 of 240 ~ 45%

%19.58
%35.42
%45

CMYK color model

#2F556C color CMYK value is (56,21,0,58).

  • cyan value is 56.48%
  • magenta value is 21.30%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(56,21,0,58)
C56M21Y0K58 
(56%,21%,0%,58%)
(0.56/0.21/0.00/0.58)	

CMYK percentages

%56.48
%21.3
%0
%57.65

Codes

Color #2F556C in popluar color models

2F556C
RGB4785108
HSL203°39.35%30.39%
HSB/HSV203°56.48%42.35%
CMYK56.48%21.30%0.00%
57.65%

Color #2F556C in popluar number systems.

HEX2F556C
Decimal4785108
Binary10111110101011101100
Octal57125154

Shades and tints

Shades of #2F556C

#2F556C
(47,85,108)
#2B4E63
(43,78,99)
#27475A
(39,71,90)
#234051
(35,64,81)
#1F3948
(31,57,72)
#1B323F
(27,50,63)
#172B36
(23,43,54)
#13242D
(19,36,45)
#0F1D24
(15,29,36)
#0B161B
(11,22,27)
#070F12
(7,15,18)
#000000
(0,0,0)

Tints of #2F556C

#2F556C
(47,85,108)
#416479
(65,100,121)
#537386
(83,115,134)
#658293
(101,130,147)
#7791A0
(119,145,160)
#89A0AD
(137,160,173)
#9BAFBA
(155,175,186)
#ADBEC7
(173,190,199)
#BFCDD4
(191,205,212)
#D1DCE1
(209,220,225)
#E3EBEE
(227,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F556C color. Also use rgb(47,85,108) instead hex code.

Text Font Color

.myTextColor { color: #2F556C; }

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

This text font color is #2F556C.


Background Color

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

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

This div background color is #2F556C.


Border color

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

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

This div border color is #2F556C.


Opacity

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

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

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

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

This text has shadow with #2F556C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F556C on black background.


Color preview on white background

This text has color #2F556C on white background.



Black color preview on #2F556C background

This text has black color on #2F556C background.


White color preview on #2F556C background

This text has white color on #2F556C background.