COLOR #332B55

HEX: #332B55
RGB: (51,43,85)

Color info

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

RGB color model

#332B55 color RGB value is (51,43,85).

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

RGB channels and saturation

R 51 of 255 = 20%
G 43 of 255 = 17%
B 85 of 255 = 33%

51
43
85

R + G + B ~ 23%. #332B55 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 43 + 85 = 179 (100%)
R 51 of 179 ~ 28.49%
G 43 of 179 ~ 24.02%
B 85 of 179 ~ 47.49%

%28.49
%24.02
%47.49

CMYK color model

#332B55 color CMYK value is (40,49,0,67).

  • cyan value is 40.00%
  • magenta value is 49.41%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(40,49,0,67)
C40M49Y0K67 
(40%,49%,0%,67%)
(0.40/0.49/0.00/0.67)	

CMYK percentages

%40
%49.41
%0
%66.67

Codes

Color #332B55 in popluar color models

332B55
RGB514385
HSL251°32.81%25.10%
HSB/HSV251°49.41%33.33%
CMYK40.00%49.41%0.00%
66.67%

Color #332B55 in popluar number systems.

HEX332B55
Decimal514385
Binary1100111010111010101
Octal6353125

Shades and tints

Shades of #332B55

#332B55
(51,43,85)
#2F284E
(47,40,78)
#2B2547
(43,37,71)
#272240
(39,34,64)
#231F39
(35,31,57)
#1F1C32
(31,28,50)
#1B192B
(27,25,43)
#171624
(23,22,36)
#13131D
(19,19,29)
#0F1016
(15,16,22)
#0B0D0F
(11,13,15)
#000000
(0,0,0)

Tints of #332B55

#332B55
(51,43,85)
#453E64
(69,62,100)
#575173
(87,81,115)
#696482
(105,100,130)
#7B7791
(123,119,145)
#8D8AA0
(141,138,160)
#9F9DAF
(159,157,175)
#B1B0BE
(177,176,190)
#C3C3CD
(195,195,205)
#D5D6DC
(213,214,220)
#E7E9EB
(231,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #332B55 color. Also use rgb(51,43,85) instead hex code.

Text Font Color

.myTextColor { color: #332B55; }

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

This text font color is #332B55.


Background Color

.myBgColor { background-color: #332B55; }

<div style="background-color:#332B55">Inner text</div>

This div background color is #332B55.


Border color

.myBorderColor { border: 1px solid #332B55; }

<div style="border:3px solid #332B55">Div</div>

This div border color is #332B55.


Opacity

.myOpacity80 { color: #332B55; opacity: 0.8; }

<p style="color:#332B55;opacity:0.8;">80%</p>

Text with #332B55 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 #332B55;}

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

This text has shadow with #332B55 color.

.textShadow {text-shadow: 3px 3px 1px #332B55, 3px 3px 1px red;}

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

This text has shadow with #332B55 primary color and red secondary color.


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

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

This text has shadow with #332B55 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #332B55 on black background.


Color preview on white background

This text has color #332B55 on white background.



Black color preview on #332B55 background

This text has black color on #332B55 background.


White color preview on #332B55 background

This text has white color on #332B55 background.