COLOR #2F068B

HEX: #2F068B
RGB: (47,6,139)

Color info

#2F068B contains mainly blue color. Web safe color of #2F068B is #330099 (or #309).

RGB color model

#2F068B color RGB value is (47,6,139).

  • red value is 47;
  • green value is 6;
  • blue value is 139.
RGB:
(47,6,139)
(18%,2%,55%)

RGB channels and saturation

R 47 of 255 = 18%
G 6 of 255 = 2%
B 139 of 255 = 55%

47
6
139

R + G + B ~ 25%. #2F068B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 6 + 139 = 192 (100%)
R 47 of 192 ~ 24.48%
G 6 of 192 ~ 3.13%
B 139 of 192 ~ 72.4%

%24.48
%72.4

CMYK color model

#2F068B color CMYK value is (66,96,0,45).

  • cyan value is 66.19%
  • magenta value is 95.68%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(66,96,0,45)
C66M96Y0K45 
(66%,96%,0%,45%)
(0.66/0.96/0.00/0.45)	

CMYK percentages

%66.19
%95.68
%0
%45.49

Codes

Color #2F068B in popluar color models

2F068B
RGB476139
HSL258°91.72%28.43%
HSB/HSV258°95.68%54.51%
CMYK66.19%95.68%0.00%
45.49%

Color #2F068B in popluar number systems.

HEX2F068B
Decimal476139
Binary10111111010001011
Octal576213

Shades and tints

Shades of #2F068B

#2F068B
(47,6,139)
#2B067F
(43,6,127)
#270673
(39,6,115)
#230667
(35,6,103)
#1F065B
(31,6,91)
#1B064F
(27,6,79)
#170643
(23,6,67)
#130637
(19,6,55)
#0F062B
(15,6,43)
#0B061F
(11,6,31)
#070613
(7,6,19)
#000000
(0,0,0)

Tints of #2F068B

#2F068B
(47,6,139)
#411C95
(65,28,149)
#53329F
(83,50,159)
#6548A9
(101,72,169)
#775EB3
(119,94,179)
#8974BD
(137,116,189)
#9B8AC7
(155,138,199)
#ADA0D1
(173,160,209)
#BFB6DB
(191,182,219)
#D1CCE5
(209,204,229)
#E3E2EF
(227,226,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F068B color. Also use rgb(47,6,139) instead hex code.

Text Font Color

.myTextColor { color: #2F068B; }

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

This text font color is #2F068B.


Background Color

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

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

This div background color is #2F068B.


Border color

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

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

This div border color is #2F068B.


Opacity

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

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

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

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

This text has shadow with #2F068B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F068B on black background.


Color preview on white background

This text has color #2F068B on white background.



Black color preview on #2F068B background

This text has black color on #2F068B background.


White color preview on #2F068B background

This text has white color on #2F068B background.