COLOR #3328BB

HEX: #3328BB
RGB: (51,40,187)

Color info

#3328BB contains mainly blue color. Web safe color of #3328BB is #3333CC (or #33C).

RGB color model

#3328BB color RGB value is (51,40,187).

  • red value is 51;
  • green value is 40;
  • blue value is 187.
RGB:
(51,40,187)
(20%,16%,73%)

RGB channels and saturation

R 51 of 255 = 20%
G 40 of 255 = 16%
B 187 of 255 = 73%

51
40
187

R + G + B ~ 36%. #3328BB is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 40 + 187 = 278 (100%)
R 51 of 278 ~ 18.35%
G 40 of 278 ~ 14.39%
B 187 of 278 ~ 67.27%

%18.35
%14.39
%67.27

CMYK color model

#3328BB color CMYK value is (73,79,0,27).

  • cyan value is 72.73%
  • magenta value is 78.61%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(73,79,0,27)
C73M79Y0K27 
(73%,79%,0%,27%)
(0.73/0.79/0.00/0.27)	

CMYK percentages

%72.73
%78.61
%0
%26.67

Codes

Color #3328BB in popluar color models

3328BB
RGB5140187
HSL244°64.76%44.51%
HSB/HSV244°78.61%73.33%
CMYK72.73%78.61%0.00%
26.67%

Color #3328BB in popluar number systems.

HEX3328BB
Decimal5140187
Binary11001110100010111011
Octal6350273

Shades and tints

Shades of #3328BB

#3328BB
(51,40,187)
#2F25AA
(47,37,170)
#2B2299
(43,34,153)
#271F88
(39,31,136)
#231C77
(35,28,119)
#1F1966
(31,25,102)
#1B1655
(27,22,85)
#171344
(23,19,68)
#131033
(19,16,51)
#0F0D22
(15,13,34)
#0B0A11
(11,10,17)
#000000
(0,0,0)

Tints of #3328BB

#3328BB
(51,40,187)
#453BC1
(69,59,193)
#574EC7
(87,78,199)
#6961CD
(105,97,205)
#7B74D3
(123,116,211)
#8D87D9
(141,135,217)
#9F9ADF
(159,154,223)
#B1ADE5
(177,173,229)
#C3C0EB
(195,192,235)
#D5D3F1
(213,211,241)
#E7E6F7
(231,230,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3328BB color. Also use rgb(51,40,187) instead hex code.

Text Font Color

.myTextColor { color: #3328BB; }

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

This text font color is #3328BB.


Background Color

.myBgColor { background-color: #3328BB; }

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

This div background color is #3328BB.


Border color

.myBorderColor { border: 1px solid #3328BB; }

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

This div border color is #3328BB.


Opacity

.myOpacity80 { color: #3328BB; opacity: 0.8; }

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

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

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

This text has shadow with #3328BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3328BB on black background.


Color preview on white background

This text has color #3328BB on white background.



Black color preview on #3328BB background

This text has black color on #3328BB background.


White color preview on #3328BB background

This text has white color on #3328BB background.