COLOR #3300CC

HEX: #3300CC
RGB: (51,0,204)

Color info

#3300CC contains mainly blue color. #3300CC color is web safe color. It maybe written shortly as #30C.

RGB color model

#3300CC color RGB value is (51,0,204).

  • red value is 51;
  • green value is 0;
  • blue value is 204.
RGB:
(51,0,204)
(20%,0%,80%)

RGB channels and saturation

R 51 of 255 = 20%
G 0 of 255 = 0%
B 204 of 255 = 80%

51
0
204

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

Portions of RGB colors in percentages

R + G + B =
51 + 0 + 204 = 255 (100%)
R 51 of 255 ~ 20%
G 0 of 255 ~ 0%
B 204 of 255 ~ 80%

%20
%80

CMYK color model

#3300CC color CMYK value is (75,100,0,20).

  • cyan value is 75.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(75,100,0,20)
C75M100Y0K20 
(75%,100%,0%,20%)
(0.75/1.00/0.00/0.20)	

CMYK percentages

%75
%100
%0
%20

Codes

Color #3300CC in popluar color models

3300CC
RGB510204
HSL255°100.00%40.00%
HSB/HSV255°100.00%80.00%
CMYK75.00%100.00%0.00%
20.00%

Color #3300CC in popluar number systems.

HEX3300CC
Decimal510204
Binary110011011001100
Octal630314

Shades and tints

Shades of #3300CC

#3300CC
(51,0,204)
#2F00BA
(47,0,186)
#2B00A8
(43,0,168)
#270096
(39,0,150)
#230084
(35,0,132)
#1F0072
(31,0,114)
#1B0060
(27,0,96)
#17004E
(23,0,78)
#13003C
(19,0,60)
#0F002A
(15,0,42)
#0B0018
(11,0,24)
#000000
(0,0,0)

Tints of #3300CC

#3300CC
(51,0,204)
#4517D0
(69,23,208)
#572ED4
(87,46,212)
#6945D8
(105,69,216)
#7B5CDC
(123,92,220)
#8D73E0
(141,115,224)
#9F8AE4
(159,138,228)
#B1A1E8
(177,161,232)
#C3B8EC
(195,184,236)
#D5CFF0
(213,207,240)
#E7E6F4
(231,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3300CC color. Also use rgb(51,0,204) instead hex code.

Text Font Color

.myTextColor { color: #3300CC; }

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

This text font color is #3300CC.


Background Color

.myBgColor { background-color: #3300CC; }

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

This div background color is #3300CC.


Border color

.myBorderColor { border: 1px solid #3300CC; }

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

This div border color is #3300CC.


Opacity

.myOpacity80 { color: #3300CC; opacity: 0.8; }

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

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

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

This text has shadow with #3300CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3300CC on black background.


Color preview on white background

This text has color #3300CC on white background.



Black color preview on #3300CC background

This text has black color on #3300CC background.


White color preview on #3300CC background

This text has white color on #3300CC background.