COLOR #3327DB

HEX: #3327DB RGB: (51,39,219)

Color info

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

RGB color model

#3327DB color RGB value is (51,39,219).

RGB: (51,39,219) (20%, 15%, 86%)

RGB channels and saturation

R 51 of 255 = 20%
G 39 of 255 = 15%
B 219 of 255 = 86%

51
39
219

R + G + B ~ 40%. #3327DB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 51 + 39 + 219 = 309 (100%)
R 51 of 309 ~ 16.5%
G 39 of 309 ~ 12.62%
B 219 of 309 ~ 70.87'%

%16.5
%12.62
%70.87

CMYK color model

#3327DB color CMYK value is (77,82,0,14).

  • cyan value is 76.71%
  • magenta value is 82.19%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (77,82,0,14)
C77M82Y0K14 (77%, 82%, 0%, 14%)
(0.77 / 0.82 / 0.00 / 0.14)

CMYK percentages

%76.71
%82.19
%0
%14.12

Codes

Color #3327DB in popluar color models

33 27 DB
RGB 51 39 219
HSL 244° 71.43% 50.59%
HSB/HSV 244° 82.19% 85.88%
CMYK 76.71% 82.19% 0.00%
14.12%

Color #3327DB in popluar number systems.

HEX 33 27 DB
Decimal 51 39 219
Binary 110011 100111 11011011
Octal 63 47 333

Shades and tints

Shades of #3327DB

#3327DB
(51,39,219)
#2F24C8
(47,36,200)
#2B21B5
(43,33,181)
#271EA2
(39,30,162)
#231B8F
(35,27,143)
#1F187C
(31,24,124)
#1B1569
(27,21,105)
#171256
(23,18,86)
#130F43
(19,15,67)
#0F0C30
(15,12,48)
#0B091D
(11,9,29)
#000000
(0,0,0)

Tints of #3327DB

#3327DB
(51,39,219)
#453ADE
(69,58,222)
#574DE1
(87,77,225)
#6960E4
(105,96,228)
#7B73E7
(123,115,231)
#8D86EA
(141,134,234)
#9F99ED
(159,153,237)
#B1ACF0
(177,172,240)
#C3BFF3
(195,191,243)
#D5D2F6
(213,210,246)
#E7E5F9
(231,229,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3327DB color. Also use rgb(51,39,219) instead hex code.

Text Font Color

.myTextColor { color: #3327DB; }

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

This text font color is #3327DB.

Background Color

.myBgColor { background-color: #3327DB; }

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

This div background color is #3327DB.

Border color

.myBorderColor { border: 1px solid #3327DB; }

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

This div border color is #3327DB.

Opacity

.myOpacity80 { color: #3327DB; opacity: 0.8; }

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

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

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

This text has shadow with #3327DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3327DB.

Preview

Color preview on black background

This text has color #3327DB on black background.


Color preview on white background

This text has color #3327DB on white background.


Black color preview on #3327DB background

This text has black color on #3327DB background.


White color preview on #3327DB background

This text has white color on #3327DB background.


Related colors

Complementary color

Complementary color for #hex is #CCD824.


I love getcolorcode.com

Triadic colors

1 #DB3327 and #27DB33 with #3327DB are triadic colors.

2 #DB2733 and #2733DB with #3327DB are triadic colors.