COLOR #3333CC

HEX: #3333CC
RGB: (51,51,204)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

51
51
204

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

Portions of RGB colors in percentages

R + G + B =
51 + 51 + 204 = 306 (100%)
R 51 of 306 ~ 16.67%
G 51 of 306 ~ 16.67%
B 204 of 306 ~ 66.67%

%16.67
%16.67
%66.67

CMYK color model

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

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

CMYK percentages

%75
%75
%0
%20

Codes

Color #3333CC in popluar color models

3333CC
RGB5151204
HSL240°60.00%50.00%
HSB/HSV240°75.00%80.00%
CMYK75.00%75.00%0.00%
20.00%

Color #3333CC in popluar number systems.

HEX3333CC
Decimal5151204
Binary11001111001111001100
Octal6363314

Shades and tints

Shades of #3333CC

#3333CC
(51,51,204)
#2F2FBA
(47,47,186)
#2B2BA8
(43,43,168)
#272796
(39,39,150)
#232384
(35,35,132)
#1F1F72
(31,31,114)
#1B1B60
(27,27,96)
#17174E
(23,23,78)
#13133C
(19,19,60)
#0F0F2A
(15,15,42)
#0B0B18
(11,11,24)
#000000
(0,0,0)

Tints of #3333CC

#3333CC
(51,51,204)
#4545D0
(69,69,208)
#5757D4
(87,87,212)
#6969D8
(105,105,216)
#7B7BDC
(123,123,220)
#8D8DE0
(141,141,224)
#9F9FE4
(159,159,228)
#B1B1E8
(177,177,232)
#C3C3EC
(195,195,236)
#D5D5F0
(213,213,240)
#E7E7F4
(231,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3333CC; }

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

This text font color is #3333CC.


Background Color

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

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

This div background color is #3333CC.


Border color

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

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

This div border color is #3333CC.


Opacity

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

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

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

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

This text has shadow with #3333CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3333CC on black background.


Color preview on white background

This text has color #3333CC on white background.



Black color preview on #3333CC background

This text has black color on #3333CC background.


White color preview on #3333CC background

This text has white color on #3333CC background.