COLOR #332755

HEX: #332755
RGB: (51,39,85)

Color info

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

RGB color model

#332755 color RGB value is (51,39,85).

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

RGB channels and saturation

R 51 of 255 = 20%
G 39 of 255 = 15%
B 85 of 255 = 33%

51
39
85

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

Portions of RGB colors in percentages

R + G + B =
51 + 39 + 85 = 175 (100%)
R 51 of 175 ~ 29.14%
G 39 of 175 ~ 22.29%
B 85 of 175 ~ 48.57%

%29.14
%22.29
%48.57

CMYK color model

#332755 color CMYK value is (40,54,0,67).

  • cyan value is 40.00%
  • magenta value is 54.12%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(40,54,0,67)
C40M54Y0K67 
(40%,54%,0%,67%)
(0.40/0.54/0.00/0.67)	

CMYK percentages

%40
%54.12
%0
%66.67

Codes

Color #332755 in popluar color models

332755
RGB513985
HSL256°37.10%24.31%
HSB/HSV256°54.12%33.33%
CMYK40.00%54.12%0.00%
66.67%

Color #332755 in popluar number systems.

HEX332755
Decimal513985
Binary1100111001111010101
Octal6347125

Shades and tints

Shades of #332755

#332755
(51,39,85)
#2F244E
(47,36,78)
#2B2147
(43,33,71)
#271E40
(39,30,64)
#231B39
(35,27,57)
#1F1832
(31,24,50)
#1B152B
(27,21,43)
#171224
(23,18,36)
#130F1D
(19,15,29)
#0F0C16
(15,12,22)
#0B090F
(11,9,15)
#000000
(0,0,0)

Tints of #332755

#332755
(51,39,85)
#453A64
(69,58,100)
#574D73
(87,77,115)
#696082
(105,96,130)
#7B7391
(123,115,145)
#8D86A0
(141,134,160)
#9F99AF
(159,153,175)
#B1ACBE
(177,172,190)
#C3BFCD
(195,191,205)
#D5D2DC
(213,210,220)
#E7E5EB
(231,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #332755; }

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

This text font color is #332755.


Background Color

.myBgColor { background-color: #332755; }

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

This div background color is #332755.


Border color

.myBorderColor { border: 1px solid #332755; }

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

This div border color is #332755.


Opacity

.myOpacity80 { color: #332755; opacity: 0.8; }

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

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

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

This text has shadow with #332755 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #332755 on black background.


Color preview on white background

This text has color #332755 on white background.



Black color preview on #332755 background

This text has black color on #332755 background.


White color preview on #332755 background

This text has white color on #332755 background.