COLOR #2F608E

HEX: #2F608E
RGB: (47,96,142)

Color info

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

RGB color model

#2F608E color RGB value is (47,96,142).

  • red value is 47;
  • green value is 96;
  • blue value is 142.
RGB:
(47,96,142)
(18%,38%,56%)

RGB channels and saturation

R 47 of 255 = 18%
G 96 of 255 = 38%
B 142 of 255 = 56%

47
96
142

R + G + B ~ 37%. #2F608E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 96 + 142 = 285 (100%)
R 47 of 285 ~ 16.49%
G 96 of 285 ~ 33.68%
B 142 of 285 ~ 49.82%

%16.49
%33.68
%49.82

CMYK color model

#2F608E color CMYK value is (67,32,0,44).

  • cyan value is 66.90%
  • magenta value is 32.39%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(67,32,0,44)
C67M32Y0K44 
(67%,32%,0%,44%)
(0.67/0.32/0.00/0.44)	

CMYK percentages

%66.9
%32.39
%0
%44.31

Codes

Color #2F608E in popluar color models

2F608E
RGB4796142
HSL209°50.26%37.06%
HSB/HSV209°66.90%55.69%
CMYK66.90%32.39%0.00%
44.31%

Color #2F608E in popluar number systems.

HEX2F608E
Decimal4796142
Binary101111110000010001110
Octal57140216

Shades and tints

Shades of #2F608E

#2F608E
(47,96,142)
#2B5882
(43,88,130)
#275076
(39,80,118)
#23486A
(35,72,106)
#1F405E
(31,64,94)
#1B3852
(27,56,82)
#173046
(23,48,70)
#13283A
(19,40,58)
#0F202E
(15,32,46)
#0B1822
(11,24,34)
#071016
(7,16,22)
#000000
(0,0,0)

Tints of #2F608E

#2F608E
(47,96,142)
#416E98
(65,110,152)
#537CA2
(83,124,162)
#658AAC
(101,138,172)
#7798B6
(119,152,182)
#89A6C0
(137,166,192)
#9BB4CA
(155,180,202)
#ADC2D4
(173,194,212)
#BFD0DE
(191,208,222)
#D1DEE8
(209,222,232)
#E3ECF2
(227,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F608E color. Also use rgb(47,96,142) instead hex code.

Text Font Color

.myTextColor { color: #2F608E; }

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

This text font color is #2F608E.


Background Color

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

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

This div background color is #2F608E.


Border color

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

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

This div border color is #2F608E.


Opacity

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

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

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

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

This text has shadow with #2F608E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F608E on black background.


Color preview on white background

This text has color #2F608E on white background.



Black color preview on #2F608E background

This text has black color on #2F608E background.


White color preview on #2F608E background

This text has white color on #2F608E background.