COLOR #2B66A0

HEX: #2B66A0
RGB: (43,102,160)

Color info

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

RGB color model

#2B66A0 color RGB value is (43,102,160).

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

RGB channels and saturation

R 43 of 255 = 17%
G 102 of 255 = 40%
B 160 of 255 = 63%

43
102
160

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

Portions of RGB colors in percentages

R + G + B =
43 + 102 + 160 = 305 (100%)
R 43 of 305 ~ 14.1%
G 102 of 305 ~ 33.44%
B 160 of 305 ~ 52.46%

%14.1
%33.44
%52.46

CMYK color model

#2B66A0 color CMYK value is (73,36,0,37).

  • cyan value is 73.13%
  • magenta value is 36.25%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(73,36,0,37)
C73M36Y0K37 
(73%,36%,0%,37%)
(0.73/0.36/0.00/0.37)	

CMYK percentages

%73.13
%36.25
%0
%37.25

Codes

Color #2B66A0 in popluar color models

2B66A0
RGB43102160
HSL210°57.64%39.80%
HSB/HSV210°73.13%62.75%
CMYK73.13%36.25%0.00%
37.25%

Color #2B66A0 in popluar number systems.

HEX2B66A0
Decimal43102160
Binary101011110011010100000
Octal53146240

Shades and tints

Shades of #2B66A0

#2B66A0
(43,102,160)
#285D92
(40,93,146)
#255484
(37,84,132)
#224B76
(34,75,118)
#1F4268
(31,66,104)
#1C395A
(28,57,90)
#19304C
(25,48,76)
#16273E
(22,39,62)
#131E30
(19,30,48)
#101522
(16,21,34)
#0D0C14
(13,12,20)
#000000
(0,0,0)

Tints of #2B66A0

#2B66A0
(43,102,160)
#3E73A8
(62,115,168)
#5180B0
(81,128,176)
#648DB8
(100,141,184)
#779AC0
(119,154,192)
#8AA7C8
(138,167,200)
#9DB4D0
(157,180,208)
#B0C1D8
(176,193,216)
#C3CEE0
(195,206,224)
#D6DBE8
(214,219,232)
#E9E8F0
(233,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2B66A0; }

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

This text font color is #2B66A0.


Background Color

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

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

This div background color is #2B66A0.


Border color

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

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

This div border color is #2B66A0.


Opacity

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

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

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

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

This text has shadow with #2B66A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B66A0 on black background.


Color preview on white background

This text has color #2B66A0 on white background.



Black color preview on #2B66A0 background

This text has black color on #2B66A0 background.


White color preview on #2B66A0 background

This text has white color on #2B66A0 background.