COLOR #332C58

HEX: #332C58 RGB: (51,44,88)

Color info

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

RGB color model

#332C58 color RGB value is (51,44,88).

RGB: (51,44,88) (20%, 17%, 35%)

RGB channels and saturation

R 51 of 255 = 20%
G 44 of 255 = 17%
B 88 of 255 = 35%

51
44
88

R + G + B ~ 24%. #332C58 is dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 44 + 88 = 183 (100%)
R 51 of 183 ~ 27.87%
G 44 of 183 ~ 24.04%
B 88 of 183 ~ 48.09'%

%27.87
%24.04
%48.09

CMYK color model

#332C58 color CMYK value is (42,50,0,65).

  • cyan value is 42.05%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK: (42,50,0,65) C42M50Y0K65 (42%,50%,0%,65%) (0.42/0.50/0.00/0.65) 

CMYK percentages

%42.05
%50
%0
%65.49

Codes

Color #332C58 in popluar color models

33 2C 58
RGB 51 44 88
HSL 250° 33.33% 25.88%
HSB/HSV 250° 50.00% 34.51%
CMYK 42.05% 50.00% 0.00%
65.49%

Color #332C58 in popluar number systems.

HEX 33 2C 58
Decimal 51 44 88
Binary 110011 101100 1011000
Octal 63 54 130

Shades and tints

Shades of #332C58

#332C58
(51,44,88)
#2F2850
(47,40,80)
#2B2448
(43,36,72)
#272040
(39,32,64)
#231C38
(35,28,56)
#1F1830
(31,24,48)
#1B1428
(27,20,40)
#171020
(23,16,32)
#130C18
(19,12,24)
#0F0810
(15,8,16)
#0B0408
(11,4,8)
#000000
(0,0,0)

Tints of #332C58

#332C58
(51,44,88)
#453F67
(69,63,103)
#575276
(87,82,118)
#696585
(105,101,133)
#7B7894
(123,120,148)
#8D8BA3
(141,139,163)
#9F9EB2
(159,158,178)
#B1B1C1
(177,177,193)
#C3C4D0
(195,196,208)
#D5D7DF
(213,215,223)
#E7EAEE
(231,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #332C58 color. Also use rgb(51,44,88) instead hex code.

Text Font Color

.myTextColor { color: #332C58; }

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

This text font color is #332C58.

Background Color

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

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

This div background color is #332C58.

Border color

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

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

This div border color is #332C58.

Opacity

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

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

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

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

This text has shadow with #332C58 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #332C58.

Preview

Color preview on black background

This text has color #332C58 on black background.


Color preview on white background

This text has color #332C58 on white background.


Black color preview on #332C58 background

This text has black color on #332C58 background.


White color preview on #332C58 background

This text has white color on #332C58 background.


Related colors

Complementary color

Complementary color for #hex is #CCD3A7.


I love getcolorcode.com

Triadic colors

1 #58332C and #2C5833 with #332C58 are triadic colors.

2 #582C33 and #2C3358 with #332C58 are triadic colors.