COLOR #2B4360

HEX: #2B4360
RGB: (43,67,96)

Color info

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

RGB color model

#2B4360 color RGB value is (43,67,96).

  • red value is 43;
  • green value is 67;
  • blue value is 96.
RGB:
(43,67,96)
(17%,26%,38%)

RGB channels and saturation

R 43 of 255 = 17%
G 67 of 255 = 26%
B 96 of 255 = 38%

43
67
96

R + G + B ~ 27%. #2B4360 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
43 + 67 + 96 = 206 (100%)
R 43 of 206 ~ 20.87%
G 67 of 206 ~ 32.52%
B 96 of 206 ~ 46.6%

%20.87
%32.52
%46.6

CMYK color model

#2B4360 color CMYK value is (55,30,0,62).

  • cyan value is 55.21%
  • magenta value is 30.21%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(55,30,0,62)
C55M30Y0K62 
(55%,30%,0%,62%)
(0.55/0.30/0.00/0.62)	

CMYK percentages

%55.21
%30.21
%0
%62.35

Codes

Color #2B4360 in popluar color models

2B4360
RGB436796
HSL213°38.13%27.25%
HSB/HSV213°55.21%37.65%
CMYK55.21%30.21%0.00%
62.35%

Color #2B4360 in popluar number systems.

HEX2B4360
Decimal436796
Binary10101110000111100000
Octal53103140

Shades and tints

Shades of #2B4360

#2B4360
(43,67,96)
#283D58
(40,61,88)
#253750
(37,55,80)
#223148
(34,49,72)
#1F2B40
(31,43,64)
#1C2538
(28,37,56)
#191F30
(25,31,48)
#161928
(22,25,40)
#131320
(19,19,32)
#100D18
(16,13,24)
#0D0710
(13,7,16)
#000000
(0,0,0)

Tints of #2B4360

#2B4360
(43,67,96)
#3E546E
(62,84,110)
#51657C
(81,101,124)
#64768A
(100,118,138)
#778798
(119,135,152)
#8A98A6
(138,152,166)
#9DA9B4
(157,169,180)
#B0BAC2
(176,186,194)
#C3CBD0
(195,203,208)
#D6DCDE
(214,220,222)
#E9EDEC
(233,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2B4360 color. Also use rgb(43,67,96) instead hex code.

Text Font Color

.myTextColor { color: #2B4360; }

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

This text font color is #2B4360.


Background Color

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

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

This div background color is #2B4360.


Border color

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

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

This div border color is #2B4360.


Opacity

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

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

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

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

This text has shadow with #2B4360 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B4360 on black background.


Color preview on white background

This text has color #2B4360 on white background.



Black color preview on #2B4360 background

This text has black color on #2B4360 background.


White color preview on #2B4360 background

This text has white color on #2B4360 background.