COLOR #2F6495

HEX: #2F6495 RGB: (47,100,149)

Color info

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

RGB color model

#2F6495 color RGB value is (47,100,149).

RGB: (47,100,149) (18%, 39%, 58%)

RGB channels and saturation

R 47 of 255 = 18%
G 100 of 255 = 39%
B 149 of 255 = 58%

47
100
149

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

Portions of RGB colors in percentages

R + G + B = 47 + 100 + 149 = 296 (100%)
R 47 of 296 ~ 15.88%
G 100 of 296 ~ 33.78%
B 149 of 296 ~ 50.34'%

%15.88
%33.78
%50.34

CMYK color model

#2F6495 color CMYK value is (68,33,0,42).

  • cyan value is 68.46%
  • magenta value is 32.89%
  • yellow value is 0.00%
  • key color value is 41.57%

CMYK: (68,33,0,42)
C68M33Y0K42 (68%, 33%, 0%, 42%)
(0.68 / 0.33 / 0.00 / 0.42)

CMYK percentages

%68.46
%32.89
%0
%41.57

Codes

Color #2F6495 in popluar color models

2F 64 95
RGB 47 100 149
HSL 209° 52.04% 38.43%
HSB/HSV 209° 68.46% 58.43%
CMYK 68.46% 32.89% 0.00%
41.57%

Color #2F6495 in popluar number systems.

HEX 2F 64 95
Decimal 47 100 149
Binary 101111 1100100 10010101
Octal 57 144 225

Shades and tints

Shades of #2F6495

#2F6495
(47,100,149)
#2B5B88
(43,91,136)
#27527B
(39,82,123)
#23496E
(35,73,110)
#1F4061
(31,64,97)
#1B3754
(27,55,84)
#172E47
(23,46,71)
#13253A
(19,37,58)
#0F1C2D
(15,28,45)
#0B1320
(11,19,32)
#070A13
(7,10,19)
#000000
(0,0,0)

Tints of #2F6495

#2F6495
(47,100,149)
#41729E
(65,114,158)
#5380A7
(83,128,167)
#658EB0
(101,142,176)
#779CB9
(119,156,185)
#89AAC2
(137,170,194)
#9BB8CB
(155,184,203)
#ADC6D4
(173,198,212)
#BFD4DD
(191,212,221)
#D1E2E6
(209,226,230)
#E3F0EF
(227,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F6495; }

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

This text font color is #2F6495.

Background Color

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

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

This div background color is #2F6495.

Border color

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

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

This div border color is #2F6495.

Opacity

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

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

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

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

This text has shadow with #2F6495 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2F6495.

Preview

Color preview on black background

This text has color #2F6495 on black background.


Color preview on white background

This text has color #2F6495 on white background.


Black color preview on #2F6495 background

This text has black color on #2F6495 background.


White color preview on #2F6495 background

This text has white color on #2F6495 background.


Related colors

Complementary color

Complementary color for #hex is #D09B6A.


I love getcolorcode.com

Triadic colors

1 #952F64 and #64952F with #2F6495 are triadic colors.

2 #95642F and #642F95 with #2F6495 are triadic colors.