COLOR #332D90

HEX: #332D90 RGB: (51,45,144)

Color info

#332D90 contains mainly blue color. Web safe color of #332D90 is #333399 (or #339).

RGB color model

#332D90 color RGB value is (51,45,144).

RGB: (51,45,144) (20%, 18%, 56%)

RGB channels and saturation

R 51 of 255 = 20%
G 45 of 255 = 18%
B 144 of 255 = 56%

51
45
144

R + G + B ~ 31%. #332D90 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 45 + 144 = 240 (100%)
R 51 of 240 ~ 21.25%
G 45 of 240 ~ 18.75%
B 144 of 240 ~ 60'%

%21.25
%18.75
%60

CMYK color model

#332D90 color CMYK value is (65,69,0,44).

  • cyan value is 64.58%
  • magenta value is 68.75%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK: (65,69,0,44) C65M69Y0K44 (65%,69%,0%,44%) (0.65/0.69/0.00/0.44) 

CMYK percentages

%64.58
%68.75
%0
%43.53

Codes

Color #332D90 in popluar color models

33 2D 90
RGB 51 45 144
HSL 244° 52.38% 37.06%
HSB/HSV 244° 68.75% 56.47%
CMYK 64.58% 68.75% 0.00%
43.53%

Color #332D90 in popluar number systems.

HEX 33 2D 90
Decimal 51 45 144
Binary 110011 101101 10010000
Octal 63 55 220

Shades and tints

Shades of #332D90

#332D90
(51,45,144)
#2F2983
(47,41,131)
#2B2576
(43,37,118)
#272169
(39,33,105)
#231D5C
(35,29,92)
#1F194F
(31,25,79)
#1B1542
(27,21,66)
#171135
(23,17,53)
#130D28
(19,13,40)
#0F091B
(15,9,27)
#0B050E
(11,5,14)
#000000
(0,0,0)

Tints of #332D90

#332D90
(51,45,144)
#45409A
(69,64,154)
#5753A4
(87,83,164)
#6966AE
(105,102,174)
#7B79B8
(123,121,184)
#8D8CC2
(141,140,194)
#9F9FCC
(159,159,204)
#B1B2D6
(177,178,214)
#C3C5E0
(195,197,224)
#D5D8EA
(213,216,234)
#E7EBF4
(231,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #332D90 color. Also use rgb(51,45,144) instead hex code.

Text Font Color

.myTextColor { color: #332D90; }

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

This text font color is #332D90.

Background Color

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

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

This div background color is #332D90.

Border color

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

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

This div border color is #332D90.

Opacity

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

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

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

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

This text has shadow with #332D90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #332D90.

Preview

Color preview on black background

This text has color #332D90 on black background.


Color preview on white background

This text has color #332D90 on white background.


Black color preview on #332D90 background

This text has black color on #332D90 background.


White color preview on #332D90 background

This text has white color on #332D90 background.


Related colors

Complementary color

Complementary color for #hex is #CCD26F.


I love getcolorcode.com

Triadic colors

1 #90332D and #2D9033 with #332D90 are triadic colors.

2 #902D33 and #2D3390 with #332D90 are triadic colors.