COLOR #332688

HEX: #332688
RGB: (51,38,136)

Color info

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

RGB color model

#332688 color RGB value is (51,38,136).

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

RGB channels and saturation

R 51 of 255 = 20%
G 38 of 255 = 15%
B 136 of 255 = 53%

51
38
136

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

Portions of RGB colors in percentages

R + G + B =
51 + 38 + 136 = 225 (100%)
R 51 of 225 ~ 22.67%
G 38 of 225 ~ 16.89%
B 136 of 225 ~ 60.44%

%22.67
%16.89
%60.44

CMYK color model

#332688 color CMYK value is (63,72,0,47).

  • cyan value is 62.50%
  • magenta value is 72.06%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(63,72,0,47)
C63M72Y0K47 
(63%,72%,0%,47%)
(0.63/0.72/0.00/0.47)	

CMYK percentages

%62.5
%72.06
%0
%46.67

Codes

Color #332688 in popluar color models

332688
RGB5138136
HSL248°56.32%34.12%
HSB/HSV248°72.06%53.33%
CMYK62.50%72.06%0.00%
46.67%

Color #332688 in popluar number systems.

HEX332688
Decimal5138136
Binary11001110011010001000
Octal6346210

Shades and tints

Shades of #332688

#332688
(51,38,136)
#2F237C
(47,35,124)
#2B2070
(43,32,112)
#271D64
(39,29,100)
#231A58
(35,26,88)
#1F174C
(31,23,76)
#1B1440
(27,20,64)
#171134
(23,17,52)
#130E28
(19,14,40)
#0F0B1C
(15,11,28)
#0B0810
(11,8,16)
#000000
(0,0,0)

Tints of #332688

#332688
(51,38,136)
#453992
(69,57,146)
#574C9C
(87,76,156)
#695FA6
(105,95,166)
#7B72B0
(123,114,176)
#8D85BA
(141,133,186)
#9F98C4
(159,152,196)
#B1ABCE
(177,171,206)
#C3BED8
(195,190,216)
#D5D1E2
(213,209,226)
#E7E4EC
(231,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #332688; }

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

This text font color is #332688.


Background Color

.myBgColor { background-color: #332688; }

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

This div background color is #332688.


Border color

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

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

This div border color is #332688.


Opacity

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

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

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

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

This text has shadow with #332688 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #332688 on black background.


Color preview on white background

This text has color #332688 on white background.



Black color preview on #332688 background

This text has black color on #332688 background.


White color preview on #332688 background

This text has white color on #332688 background.