COLOR #2B4E66

HEX: #2B4E66
RGB: (43,78,102)

Color info

#2B4E66 contains red, green and blue colors in about the same proportion. Web safe color of #2B4E66 is #336666 (or #366).

RGB color model

#2B4E66 color RGB value is (43,78,102).

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

RGB channels and saturation

R 43 of 255 = 17%
G 78 of 255 = 31%
B 102 of 255 = 40%

43
78
102

R + G + B ~ 29%. #2B4E66 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
43 + 78 + 102 = 223 (100%)
R 43 of 223 ~ 19.28%
G 78 of 223 ~ 34.98%
B 102 of 223 ~ 45.74%

%19.28
%34.98
%45.74

CMYK color model

#2B4E66 color CMYK value is (58,24,0,60).

  • cyan value is 57.84%
  • magenta value is 23.53%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(58,24,0,60)
C58M24Y0K60 
(58%,24%,0%,60%)
(0.58/0.24/0.00/0.60)	

CMYK percentages

%57.84
%23.53
%0
%60

Codes

Color #2B4E66 in popluar color models

2B4E66
RGB4378102
HSL204°40.69%28.43%
HSB/HSV204°57.84%40.00%
CMYK57.84%23.53%0.00%
60.00%

Color #2B4E66 in popluar number systems.

HEX2B4E66
Decimal4378102
Binary10101110011101100110
Octal53116146

Shades and tints

Shades of #2B4E66

#2B4E66
(43,78,102)
#28475D
(40,71,93)
#254054
(37,64,84)
#22394B
(34,57,75)
#1F3242
(31,50,66)
#1C2B39
(28,43,57)
#192430
(25,36,48)
#161D27
(22,29,39)
#13161E
(19,22,30)
#100F15
(16,15,21)
#0D080C
(13,8,12)
#000000
(0,0,0)

Tints of #2B4E66

#2B4E66
(43,78,102)
#3E5E73
(62,94,115)
#516E80
(81,110,128)
#647E8D
(100,126,141)
#778E9A
(119,142,154)
#8A9EA7
(138,158,167)
#9DAEB4
(157,174,180)
#B0BEC1
(176,190,193)
#C3CECE
(195,206,206)
#D6DEDB
(214,222,219)
#E9EEE8
(233,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2B4E66; }

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

This text font color is #2B4E66.


Background Color

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

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

This div background color is #2B4E66.


Border color

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

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

This div border color is #2B4E66.


Opacity

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

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

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

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

This text has shadow with #2B4E66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B4E66 on black background.


Color preview on white background

This text has color #2B4E66 on white background.



Black color preview on #2B4E66 background

This text has black color on #2B4E66 background.


White color preview on #2B4E66 background

This text has white color on #2B4E66 background.