COLOR #333399

HEX: #333399 RGB: (51,51,153)

Color info

#333399 contains mainly blue color. #333399 color is web safe color. It maybe written shortly as #339.

RGB color model

#333399 color RGB value is (51,51,153).

RGB: (51,51,153) (20%, 20%, 60%)

RGB channels and saturation

R 51 of 255 = 20%
G 51 of 255 = 20%
B 153 of 255 = 60%

51
51
153

R + G + B ~ 33%. #333399 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 51 + 153 = 255 (100%)
R 51 of 255 ~ 20%
G 51 of 255 ~ 20%
B 153 of 255 ~ 60'%

%20
%20
%60

CMYK color model

#333399 color CMYK value is (67,67,0,40).

  • cyan value is 66.67%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK: (67,67,0,40) C67M67Y0K40 (67%,67%,0%,40%) (0.67/0.67/0.00/0.40) 

CMYK percentages

%66.67
%66.67
%0
%40

Codes

Color #333399 in popluar color models

33 33 99
RGB 51 51 153
HSL 240° 50.00% 40.00%
HSB/HSV 240° 66.67% 60.00%
CMYK 66.67% 66.67% 0.00%
40.00%

Color #333399 in popluar number systems.

HEX 33 33 99
Decimal 51 51 153
Binary 110011 110011 10011001
Octal 63 63 231

Shades and tints

Shades of #333399

#333399
(51,51,153)
#2F2F8C
(47,47,140)
#2B2B7F
(43,43,127)
#272772
(39,39,114)
#232365
(35,35,101)
#1F1F58
(31,31,88)
#1B1B4B
(27,27,75)
#17173E
(23,23,62)
#131331
(19,19,49)
#0F0F24
(15,15,36)
#0B0B17
(11,11,23)
#000000
(0,0,0)

Tints of #333399

#333399
(51,51,153)
#4545A2
(69,69,162)
#5757AB
(87,87,171)
#6969B4
(105,105,180)
#7B7BBD
(123,123,189)
#8D8DC6
(141,141,198)
#9F9FCF
(159,159,207)
#B1B1D8
(177,177,216)
#C3C3E1
(195,195,225)
#D5D5EA
(213,213,234)
#E7E7F3
(231,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333399; }

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

This text font color is #333399.

Background Color

.myBgColor { background-color: #333399; }

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

This div background color is #333399.

Border color

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

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

This div border color is #333399.

Opacity

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

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

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

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

This text has shadow with #333399 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #333399.

Preview

Color preview on black background

This text has color #333399 on black background.


Color preview on white background

This text has color #333399 on white background.


Black color preview on #333399 background

This text has black color on #333399 background.


White color preview on #333399 background

This text has white color on #333399 background.


Related colors

Complementary color

Complementary color for #hex is #CCCC66.


I love getcolorcode.com

Gradients

Color #333399 is used in Blue (Pigment) gradient.

Blue (Pigment)