COLOR #2B4658

HEX: #2B4658
RGB: (43,70,88)

Color info

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

RGB color model

#2B4658 color RGB value is (43,70,88).

  • red value is 43;
  • green value is 70;
  • blue value is 88.
RGB:
(43,70,88)
(17%,27%,35%)

RGB channels and saturation

R 43 of 255 = 17%
G 70 of 255 = 27%
B 88 of 255 = 35%

43
70
88

R + G + B ~ 26%. #2B4658 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
43 + 70 + 88 = 201 (100%)
R 43 of 201 ~ 21.39%
G 70 of 201 ~ 34.83%
B 88 of 201 ~ 43.78%

%21.39
%34.83
%43.78

CMYK color model

#2B4658 color CMYK value is (51,20,0,65).

  • cyan value is 51.14%
  • magenta value is 20.45%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(51,20,0,65)
C51M20Y0K65 
(51%,20%,0%,65%)
(0.51/0.20/0.00/0.65)	

CMYK percentages

%51.14
%20.45
%0
%65.49

Codes

Color #2B4658 in popluar color models

2B4658
RGB437088
HSL204°34.35%25.69%
HSB/HSV204°51.14%34.51%
CMYK51.14%20.45%0.00%
65.49%

Color #2B4658 in popluar number systems.

HEX2B4658
Decimal437088
Binary10101110001101011000
Octal53106130

Shades and tints

Shades of #2B4658

#2B4658
(43,70,88)
#284050
(40,64,80)
#253A48
(37,58,72)
#223440
(34,52,64)
#1F2E38
(31,46,56)
#1C2830
(28,40,48)
#192228
(25,34,40)
#161C20
(22,28,32)
#131618
(19,22,24)
#101010
(16,16,16)
#0D0A08
(13,10,8)
#000000
(0,0,0)

Tints of #2B4658

#2B4658
(43,70,88)
#3E5667
(62,86,103)
#516676
(81,102,118)
#647685
(100,118,133)
#778694
(119,134,148)
#8A96A3
(138,150,163)
#9DA6B2
(157,166,178)
#B0B6C1
(176,182,193)
#C3C6D0
(195,198,208)
#D6D6DF
(214,214,223)
#E9E6EE
(233,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2B4658 color. Also use rgb(43,70,88) instead hex code.

Text Font Color

.myTextColor { color: #2B4658; }

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

This text font color is #2B4658.


Background Color

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

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

This div background color is #2B4658.


Border color

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

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

This div border color is #2B4658.


Opacity

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

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

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

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

This text has shadow with #2B4658 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B4658 on black background.


Color preview on white background

This text has color #2B4658 on white background.



Black color preview on #2B4658 background

This text has black color on #2B4658 background.


White color preview on #2B4658 background

This text has white color on #2B4658 background.