COLOR #2B066A

HEX: #2B066A
RGB: (43,6,106)

Color info

#2B066A contains mainly blue color. Web safe color of #2B066A is #330066 (or #306).

RGB color model

#2B066A color RGB value is (43,6,106).

  • red value is 43;
  • green value is 6;
  • blue value is 106.
RGB:
(43,6,106)
(17%,2%,42%)

RGB channels and saturation

R 43 of 255 = 17%
G 6 of 255 = 2%
B 106 of 255 = 42%

43
6
106

R + G + B ~ 20%. #2B066A is dark color.

Portions of RGB colors in percentages

R + G + B =
43 + 6 + 106 = 155 (100%)
R 43 of 155 ~ 27.74%
G 6 of 155 ~ 3.87%
B 106 of 155 ~ 68.39%

%27.74
%68.39

CMYK color model

#2B066A color CMYK value is (59,94,0,58).

  • cyan value is 59.43%
  • magenta value is 94.34%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(59,94,0,58)
C59M94Y0K58 
(59%,94%,0%,58%)
(0.59/0.94/0.00/0.58)	

CMYK percentages

%59.43
%94.34
%0
%58.43

Codes

Color #2B066A in popluar color models

2B066A
RGB436106
HSL262°89.29%21.96%
HSB/HSV262°94.34%41.57%
CMYK59.43%94.34%0.00%
58.43%

Color #2B066A in popluar number systems.

HEX2B066A
Decimal436106
Binary1010111101101010
Octal536152

Shades and tints

Shades of #2B066A

#2B066A
(43,6,106)
#280661
(40,6,97)
#250658
(37,6,88)
#22064F
(34,6,79)
#1F0646
(31,6,70)
#1C063D
(28,6,61)
#190634
(25,6,52)
#16062B
(22,6,43)
#130622
(19,6,34)
#100619
(16,6,25)
#0D0610
(13,6,16)
#000000
(0,0,0)

Tints of #2B066A

#2B066A
(43,6,106)
#3E1C77
(62,28,119)
#513284
(81,50,132)
#644891
(100,72,145)
#775E9E
(119,94,158)
#8A74AB
(138,116,171)
#9D8AB8
(157,138,184)
#B0A0C5
(176,160,197)
#C3B6D2
(195,182,210)
#D6CCDF
(214,204,223)
#E9E2EC
(233,226,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2B066A color. Also use rgb(43,6,106) instead hex code.

Text Font Color

.myTextColor { color: #2B066A; }

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

This text font color is #2B066A.


Background Color

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

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

This div background color is #2B066A.


Border color

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

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

This div border color is #2B066A.


Opacity

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

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

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

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

This text has shadow with #2B066A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B066A on black background.


Color preview on white background

This text has color #2B066A on white background.



Black color preview on #2B066A background

This text has black color on #2B066A background.


White color preview on #2B066A background

This text has white color on #2B066A background.