COLOR #2B4466

HEX: #2B4466
RGB: (43,68,102)

Color info

#2B4466 contains red, green and blue colors in about the same proportion. Web safe color of #2B4466 is #333366 (or #336).

RGB color model

#2B4466 color RGB value is (43,68,102).

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

RGB channels and saturation

R 43 of 255 = 17%
G 68 of 255 = 27%
B 102 of 255 = 40%

43
68
102

R + G + B ~ 28%. #2B4466 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
43 + 68 + 102 = 213 (100%)
R 43 of 213 ~ 20.19%
G 68 of 213 ~ 31.92%
B 102 of 213 ~ 47.89%

%20.19
%31.92
%47.89

CMYK color model

#2B4466 color CMYK value is (58,33,0,60).

  • cyan value is 57.84%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(58,33,0,60)
C58M33Y0K60 
(58%,33%,0%,60%)
(0.58/0.33/0.00/0.60)	

CMYK percentages

%57.84
%33.33
%0
%60

Codes

Color #2B4466 in popluar color models

2B4466
RGB4368102
HSL215°40.69%28.43%
HSB/HSV215°57.84%40.00%
CMYK57.84%33.33%0.00%
60.00%

Color #2B4466 in popluar number systems.

HEX2B4466
Decimal4368102
Binary10101110001001100110
Octal53104146

Shades and tints

Shades of #2B4466

#2B4466
(43,68,102)
#283E5D
(40,62,93)
#253854
(37,56,84)
#22324B
(34,50,75)
#1F2C42
(31,44,66)
#1C2639
(28,38,57)
#192030
(25,32,48)
#161A27
(22,26,39)
#13141E
(19,20,30)
#100E15
(16,14,21)
#0D080C
(13,8,12)
#000000
(0,0,0)

Tints of #2B4466

#2B4466
(43,68,102)
#3E5573
(62,85,115)
#516680
(81,102,128)
#64778D
(100,119,141)
#77889A
(119,136,154)
#8A99A7
(138,153,167)
#9DAAB4
(157,170,180)
#B0BBC1
(176,187,193)
#C3CCCE
(195,204,206)
#D6DDDB
(214,221,219)
#E9EEE8
(233,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2B4466; }

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

This text font color is #2B4466.


Background Color

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

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

This div background color is #2B4466.


Border color

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

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

This div border color is #2B4466.


Opacity

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

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

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

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

This text has shadow with #2B4466 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B4466 on black background.


Color preview on white background

This text has color #2B4466 on white background.



Black color preview on #2B4466 background

This text has black color on #2B4466 background.


White color preview on #2B4466 background

This text has white color on #2B4466 background.