COLOR #332683

HEX: #332683
RGB: (51,38,131)

Color info

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

RGB color model

#332683 color RGB value is (51,38,131).

  • red value is 51;
  • green value is 38;
  • blue value is 131.
RGB:
(51,38,131)
(20%,15%,51%)

RGB channels and saturation

R 51 of 255 = 20%
G 38 of 255 = 15%
B 131 of 255 = 51%

51
38
131

R + G + B ~ 29%. #332683 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 38 + 131 = 220 (100%)
R 51 of 220 ~ 23.18%
G 38 of 220 ~ 17.27%
B 131 of 220 ~ 59.55%

%23.18
%17.27
%59.55

CMYK color model

#332683 color CMYK value is (61,71,0,49).

  • cyan value is 61.07%
  • magenta value is 70.99%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(61,71,0,49)
C61M71Y0K49 
(61%,71%,0%,49%)
(0.61/0.71/0.00/0.49)	

CMYK percentages

%61.07
%70.99
%0
%48.63

Codes

Color #332683 in popluar color models

332683
RGB5138131
HSL248°55.03%33.14%
HSB/HSV248°70.99%51.37%
CMYK61.07%70.99%0.00%
48.63%

Color #332683 in popluar number systems.

HEX332683
Decimal5138131
Binary11001110011010000011
Octal6346203

Shades and tints

Shades of #332683

#332683
(51,38,131)
#2F2378
(47,35,120)
#2B206D
(43,32,109)
#271D62
(39,29,98)
#231A57
(35,26,87)
#1F174C
(31,23,76)
#1B1441
(27,20,65)
#171136
(23,17,54)
#130E2B
(19,14,43)
#0F0B20
(15,11,32)
#0B0815
(11,8,21)
#000000
(0,0,0)

Tints of #332683

#332683
(51,38,131)
#45398E
(69,57,142)
#574C99
(87,76,153)
#695FA4
(105,95,164)
#7B72AF
(123,114,175)
#8D85BA
(141,133,186)
#9F98C5
(159,152,197)
#B1ABD0
(177,171,208)
#C3BEDB
(195,190,219)
#D5D1E6
(213,209,230)
#E7E4F1
(231,228,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #332683 color. Also use rgb(51,38,131) instead hex code.

Text Font Color

.myTextColor { color: #332683; }

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

This text font color is #332683.


Background Color

.myBgColor { background-color: #332683; }

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

This div background color is #332683.


Border color

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

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

This div border color is #332683.


Opacity

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

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

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

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

This text has shadow with #332683 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #332683 on black background.


Color preview on white background

This text has color #332683 on white background.



Black color preview on #332683 background

This text has black color on #332683 background.


White color preview on #332683 background

This text has white color on #332683 background.