COLOR #2F5E88

HEX: #2F5E88
RGB: (47,94,136)

Color info

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

RGB color model

#2F5E88 color RGB value is (47,94,136).

  • red value is 47;
  • green value is 94;
  • blue value is 136.
RGB:
(47,94,136)
(18%,37%,53%)

RGB channels and saturation

R 47 of 255 = 18%
G 94 of 255 = 37%
B 136 of 255 = 53%

47
94
136

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

Portions of RGB colors in percentages

R + G + B =
47 + 94 + 136 = 277 (100%)
R 47 of 277 ~ 16.97%
G 94 of 277 ~ 33.94%
B 136 of 277 ~ 49.1%

%16.97
%33.94
%49.1

CMYK color model

#2F5E88 color CMYK value is (65,31,0,47).

  • cyan value is 65.44%
  • magenta value is 30.88%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(65,31,0,47)
C65M31Y0K47 
(65%,31%,0%,47%)
(0.65/0.31/0.00/0.47)	

CMYK percentages

%65.44
%30.88
%0
%46.67

Codes

Color #2F5E88 in popluar color models

2F5E88
RGB4794136
HSL208°48.63%35.88%
HSB/HSV208°65.44%53.33%
CMYK65.44%30.88%0.00%
46.67%

Color #2F5E88 in popluar number systems.

HEX2F5E88
Decimal4794136
Binary101111101111010001000
Octal57136210

Shades and tints

Shades of #2F5E88

#2F5E88
(47,94,136)
#2B567C
(43,86,124)
#274E70
(39,78,112)
#234664
(35,70,100)
#1F3E58
(31,62,88)
#1B364C
(27,54,76)
#172E40
(23,46,64)
#132634
(19,38,52)
#0F1E28
(15,30,40)
#0B161C
(11,22,28)
#070E10
(7,14,16)
#000000
(0,0,0)

Tints of #2F5E88

#2F5E88
(47,94,136)
#416C92
(65,108,146)
#537A9C
(83,122,156)
#6588A6
(101,136,166)
#7796B0
(119,150,176)
#89A4BA
(137,164,186)
#9BB2C4
(155,178,196)
#ADC0CE
(173,192,206)
#BFCED8
(191,206,216)
#D1DCE2
(209,220,226)
#E3EAEC
(227,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F5E88 color. Also use rgb(47,94,136) instead hex code.

Text Font Color

.myTextColor { color: #2F5E88; }

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

This text font color is #2F5E88.


Background Color

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

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

This div background color is #2F5E88.


Border color

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

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

This div border color is #2F5E88.


Opacity

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

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

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

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

This text has shadow with #2F5E88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F5E88 on black background.


Color preview on white background

This text has color #2F5E88 on white background.



Black color preview on #2F5E88 background

This text has black color on #2F5E88 background.


White color preview on #2F5E88 background

This text has white color on #2F5E88 background.