COLOR #2B5668

HEX: #2B5668
RGB: (43,86,104)

Color info

#2B5668 contains mainly green and blue colors. Web safe color of #2B5668 is #336666 (or #366).

RGB color model

#2B5668 color RGB value is (43,86,104).

  • red value is 43;
  • green value is 86;
  • blue value is 104.
RGB:
(43,86,104)
(17%,34%,41%)

RGB channels and saturation

R 43 of 255 = 17%
G 86 of 255 = 34%
B 104 of 255 = 41%

43
86
104

R + G + B ~ 31%. #2B5668 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
43 + 86 + 104 = 233 (100%)
R 43 of 233 ~ 18.45%
G 86 of 233 ~ 36.91%
B 104 of 233 ~ 44.64%

%18.45
%36.91
%44.64

CMYK color model

#2B5668 color CMYK value is (59,17,0,59).

  • cyan value is 58.65%
  • magenta value is 17.31%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(59,17,0,59)
C59M17Y0K59 
(59%,17%,0%,59%)
(0.59/0.17/0.00/0.59)	

CMYK percentages

%58.65
%17.31
%0
%59.22

Codes

Color #2B5668 in popluar color models

2B5668
RGB4386104
HSL198°41.50%28.82%
HSB/HSV198°58.65%40.78%
CMYK58.65%17.31%0.00%
59.22%

Color #2B5668 in popluar number systems.

HEX2B5668
Decimal4386104
Binary10101110101101101000
Octal53126150

Shades and tints

Shades of #2B5668

#2B5668
(43,86,104)
#284F5F
(40,79,95)
#254856
(37,72,86)
#22414D
(34,65,77)
#1F3A44
(31,58,68)
#1C333B
(28,51,59)
#192C32
(25,44,50)
#162529
(22,37,41)
#131E20
(19,30,32)
#101717
(16,23,23)
#0D100E
(13,16,14)
#000000
(0,0,0)

Tints of #2B5668

#2B5668
(43,86,104)
#3E6575
(62,101,117)
#517482
(81,116,130)
#64838F
(100,131,143)
#77929C
(119,146,156)
#8AA1A9
(138,161,169)
#9DB0B6
(157,176,182)
#B0BFC3
(176,191,195)
#C3CED0
(195,206,208)
#D6DDDD
(214,221,221)
#E9ECEA
(233,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2B5668 color. Also use rgb(43,86,104) instead hex code.

Text Font Color

.myTextColor { color: #2B5668; }

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

This text font color is #2B5668.


Background Color

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

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

This div background color is #2B5668.


Border color

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

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

This div border color is #2B5668.


Opacity

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

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

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

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

This text has shadow with #2B5668 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B5668 on black background.


Color preview on white background

This text has color #2B5668 on white background.



Black color preview on #2B5668 background

This text has black color on #2B5668 background.


White color preview on #2B5668 background

This text has white color on #2B5668 background.