COLOR #2B3352

HEX: #2B3352
RGB: (43,51,82)

Color info

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

RGB color model

#2B3352 color RGB value is (43,51,82).

  • red value is 43;
  • green value is 51;
  • blue value is 82.
RGB:
(43,51,82)
(17%,20%,32%)

RGB channels and saturation

R 43 of 255 = 17%
G 51 of 255 = 20%
B 82 of 255 = 32%

43
51
82

R + G + B ~ 23%. #2B3352 is dark color.

Portions of RGB colors in percentages

R + G + B =
43 + 51 + 82 = 176 (100%)
R 43 of 176 ~ 24.43%
G 51 of 176 ~ 28.98%
B 82 of 176 ~ 46.59%

%24.43
%28.98
%46.59

CMYK color model

#2B3352 color CMYK value is (48,38,0,68).

  • cyan value is 47.56%
  • magenta value is 37.80%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(48,38,0,68)
C48M38Y0K68 
(48%,38%,0%,68%)
(0.48/0.38/0.00/0.68)	

CMYK percentages

%47.56
%37.8
%0
%67.84

Codes

Color #2B3352 in popluar color models

2B3352
RGB435182
HSL228°31.20%24.51%
HSB/HSV228°47.56%32.16%
CMYK47.56%37.80%0.00%
67.84%

Color #2B3352 in popluar number systems.

HEX2B3352
Decimal435182
Binary1010111100111010010
Octal5363122

Shades and tints

Shades of #2B3352

#2B3352
(43,51,82)
#282F4B
(40,47,75)
#252B44
(37,43,68)
#22273D
(34,39,61)
#1F2336
(31,35,54)
#1C1F2F
(28,31,47)
#191B28
(25,27,40)
#161721
(22,23,33)
#13131A
(19,19,26)
#100F13
(16,15,19)
#0D0B0C
(13,11,12)
#000000
(0,0,0)

Tints of #2B3352

#2B3352
(43,51,82)
#3E4561
(62,69,97)
#515770
(81,87,112)
#64697F
(100,105,127)
#777B8E
(119,123,142)
#8A8D9D
(138,141,157)
#9D9FAC
(157,159,172)
#B0B1BB
(176,177,187)
#C3C3CA
(195,195,202)
#D6D5D9
(214,213,217)
#E9E7E8
(233,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2B3352 color. Also use rgb(43,51,82) instead hex code.

Text Font Color

.myTextColor { color: #2B3352; }

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

This text font color is #2B3352.


Background Color

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

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

This div background color is #2B3352.


Border color

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

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

This div border color is #2B3352.


Opacity

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

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

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

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

This text has shadow with #2B3352 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B3352 on black background.


Color preview on white background

This text has color #2B3352 on white background.



Black color preview on #2B3352 background

This text has black color on #2B3352 background.


White color preview on #2B3352 background

This text has white color on #2B3352 background.