COLOR #2F6195

HEX: #2F6195
RGB: (47,97,149)

Color info

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

RGB color model

#2F6195 color RGB value is (47,97,149).

  • red value is 47;
  • green value is 97;
  • blue value is 149.
RGB:
(47,97,149)
(18%,38%,58%)

RGB channels and saturation

R 47 of 255 = 18%
G 97 of 255 = 38%
B 149 of 255 = 58%

47
97
149

R + G + B ~ 38%. #2F6195 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 97 + 149 = 293 (100%)
R 47 of 293 ~ 16.04%
G 97 of 293 ~ 33.11%
B 149 of 293 ~ 50.85%

%16.04
%33.11
%50.85

CMYK color model

#2F6195 color CMYK value is (68,35,0,42).

  • cyan value is 68.46%
  • magenta value is 34.90%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(68,35,0,42)
C68M35Y0K42 
(68%,35%,0%,42%)
(0.68/0.35/0.00/0.42)	

CMYK percentages

%68.46
%34.9
%0
%41.57

Codes

Color #2F6195 in popluar color models

2F6195
RGB4797149
HSL211°52.04%38.43%
HSB/HSV211°68.46%58.43%
CMYK68.46%34.90%0.00%
41.57%

Color #2F6195 in popluar number systems.

HEX2F6195
Decimal4797149
Binary101111110000110010101
Octal57141225

Shades and tints

Shades of #2F6195

#2F6195
(47,97,149)
#2B5988
(43,89,136)
#27517B
(39,81,123)
#23496E
(35,73,110)
#1F4161
(31,65,97)
#1B3954
(27,57,84)
#173147
(23,49,71)
#13293A
(19,41,58)
#0F212D
(15,33,45)
#0B1920
(11,25,32)
#071113
(7,17,19)
#000000
(0,0,0)

Tints of #2F6195

#2F6195
(47,97,149)
#416F9E
(65,111,158)
#537DA7
(83,125,167)
#658BB0
(101,139,176)
#7799B9
(119,153,185)
#89A7C2
(137,167,194)
#9BB5CB
(155,181,203)
#ADC3D4
(173,195,212)
#BFD1DD
(191,209,221)
#D1DFE6
(209,223,230)
#E3EDEF
(227,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F6195 color. Also use rgb(47,97,149) instead hex code.

Text Font Color

.myTextColor { color: #2F6195; }

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

This text font color is #2F6195.


Background Color

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

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

This div background color is #2F6195.


Border color

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

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

This div border color is #2F6195.


Opacity

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

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

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

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

This text has shadow with #2F6195 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F6195 on black background.


Color preview on white background

This text has color #2F6195 on white background.



Black color preview on #2F6195 background

This text has black color on #2F6195 background.


White color preview on #2F6195 background

This text has white color on #2F6195 background.