COLOR #2B66A4

HEX: #2B66A4
RGB: (43,102,164)

Color info

#2B66A4 contains mainly blue color. Web safe color of #2B66A4 is #336699 (or #369).

RGB color model

#2B66A4 color RGB value is (43,102,164).

  • red value is 43;
  • green value is 102;
  • blue value is 164.
RGB:
(43,102,164)
(17%,40%,64%)

RGB channels and saturation

R 43 of 255 = 17%
G 102 of 255 = 40%
B 164 of 255 = 64%

43
102
164

R + G + B ~ 40%. #2B66A4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
43 + 102 + 164 = 309 (100%)
R 43 of 309 ~ 13.92%
G 102 of 309 ~ 33.01%
B 164 of 309 ~ 53.07%

%13.92
%33.01
%53.07

CMYK color model

#2B66A4 color CMYK value is (74,38,0,36).

  • cyan value is 73.78%
  • magenta value is 37.80%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(74,38,0,36)
C74M38Y0K36 
(74%,38%,0%,36%)
(0.74/0.38/0.00/0.36)	

CMYK percentages

%73.78
%37.8
%0
%35.69

Codes

Color #2B66A4 in popluar color models

2B66A4
RGB43102164
HSL211°58.45%40.59%
HSB/HSV211°73.78%64.31%
CMYK73.78%37.80%0.00%
35.69%

Color #2B66A4 in popluar number systems.

HEX2B66A4
Decimal43102164
Binary101011110011010100100
Octal53146244

Shades and tints

Shades of #2B66A4

#2B66A4
(43,102,164)
#285D96
(40,93,150)
#255488
(37,84,136)
#224B7A
(34,75,122)
#1F426C
(31,66,108)
#1C395E
(28,57,94)
#193050
(25,48,80)
#162742
(22,39,66)
#131E34
(19,30,52)
#101526
(16,21,38)
#0D0C18
(13,12,24)
#000000
(0,0,0)

Tints of #2B66A4

#2B66A4
(43,102,164)
#3E73AC
(62,115,172)
#5180B4
(81,128,180)
#648DBC
(100,141,188)
#779AC4
(119,154,196)
#8AA7CC
(138,167,204)
#9DB4D4
(157,180,212)
#B0C1DC
(176,193,220)
#C3CEE4
(195,206,228)
#D6DBEC
(214,219,236)
#E9E8F4
(233,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2B66A4 color. Also use rgb(43,102,164) instead hex code.

Text Font Color

.myTextColor { color: #2B66A4; }

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

This text font color is #2B66A4.


Background Color

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

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

This div background color is #2B66A4.


Border color

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

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

This div border color is #2B66A4.


Opacity

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

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

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

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

This text has shadow with #2B66A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B66A4 on black background.


Color preview on white background

This text has color #2B66A4 on white background.



Black color preview on #2B66A4 background

This text has black color on #2B66A4 background.


White color preview on #2B66A4 background

This text has white color on #2B66A4 background.