COLOR #2F4278

HEX: #2F4278
RGB: (47,66,120)

Color info

#2F4278 contains mainly green and blue colors. Web safe color of #2F4278 is #333366 (or #336).

RGB color model

#2F4278 color RGB value is (47,66,120).

  • red value is 47;
  • green value is 66;
  • blue value is 120.
RGB:
(47,66,120)
(18%,26%,47%)

RGB channels and saturation

R 47 of 255 = 18%
G 66 of 255 = 26%
B 120 of 255 = 47%

47
66
120

R + G + B ~ 30%. #2F4278 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 66 + 120 = 233 (100%)
R 47 of 233 ~ 20.17%
G 66 of 233 ~ 28.33%
B 120 of 233 ~ 51.5%

%20.17
%28.33
%51.5

CMYK color model

#2F4278 color CMYK value is (61,45,0,53).

  • cyan value is 60.83%
  • magenta value is 45.00%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(61,45,0,53)
C61M45Y0K53 
(61%,45%,0%,53%)
(0.61/0.45/0.00/0.53)	

CMYK percentages

%60.83
%45
%0
%52.94

Codes

Color #2F4278 in popluar color models

2F4278
RGB4766120
HSL224°43.71%32.75%
HSB/HSV224°60.83%47.06%
CMYK60.83%45.00%0.00%
52.94%

Color #2F4278 in popluar number systems.

HEX2F4278
Decimal4766120
Binary10111110000101111000
Octal57102170

Shades and tints

Shades of #2F4278

#2F4278
(47,66,120)
#2B3C6E
(43,60,110)
#273664
(39,54,100)
#23305A
(35,48,90)
#1F2A50
(31,42,80)
#1B2446
(27,36,70)
#171E3C
(23,30,60)
#131832
(19,24,50)
#0F1228
(15,18,40)
#0B0C1E
(11,12,30)
#070614
(7,6,20)
#000000
(0,0,0)

Tints of #2F4278

#2F4278
(47,66,120)
#415384
(65,83,132)
#536490
(83,100,144)
#65759C
(101,117,156)
#7786A8
(119,134,168)
#8997B4
(137,151,180)
#9BA8C0
(155,168,192)
#ADB9CC
(173,185,204)
#BFCAD8
(191,202,216)
#D1DBE4
(209,219,228)
#E3ECF0
(227,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F4278 color. Also use rgb(47,66,120) instead hex code.

Text Font Color

.myTextColor { color: #2F4278; }

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

This text font color is #2F4278.


Background Color

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

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

This div background color is #2F4278.


Border color

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

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

This div border color is #2F4278.


Opacity

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

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

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

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

This text has shadow with #2F4278 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F4278 on black background.


Color preview on white background

This text has color #2F4278 on white background.



Black color preview on #2F4278 background

This text has black color on #2F4278 background.


White color preview on #2F4278 background

This text has white color on #2F4278 background.