COLOR #3366CC

HEX: #3366CC
RGB: (51,102,204)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

51
102
204

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

Portions of RGB colors in percentages

R + G + B =
51 + 102 + 204 = 357 (100%)
R 51 of 357 ~ 14.29%
G 102 of 357 ~ 28.57%
B 204 of 357 ~ 57.14%

%14.29
%28.57
%57.14

CMYK color model

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

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

CMYK percentages

%75
%50
%0
%20

Codes

Color #3366CC in popluar color models

3366CC
RGB51102204
HSL220°60.00%50.00%
HSB/HSV220°75.00%80.00%
CMYK75.00%50.00%0.00%
20.00%

Color #3366CC in popluar number systems.

HEX3366CC
Decimal51102204
Binary110011110011011001100
Octal63146314

Shades and tints

Shades of #3366CC

#3366CC
(51,102,204)
#2F5DBA
(47,93,186)
#2B54A8
(43,84,168)
#274B96
(39,75,150)
#234284
(35,66,132)
#1F3972
(31,57,114)
#1B3060
(27,48,96)
#17274E
(23,39,78)
#131E3C
(19,30,60)
#0F152A
(15,21,42)
#0B0C18
(11,12,24)
#000000
(0,0,0)

Tints of #3366CC

#3366CC
(51,102,204)
#4573D0
(69,115,208)
#5780D4
(87,128,212)
#698DD8
(105,141,216)
#7B9ADC
(123,154,220)
#8DA7E0
(141,167,224)
#9FB4E4
(159,180,228)
#B1C1E8
(177,193,232)
#C3CEEC
(195,206,236)
#D5DBF0
(213,219,240)
#E7E8F4
(231,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3366CC; }

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

This text font color is #3366CC.


Background Color

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

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

This div background color is #3366CC.


Border color

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

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

This div border color is #3366CC.


Opacity

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

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

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

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

This text has shadow with #3366CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3366CC on black background.


Color preview on white background

This text has color #3366CC on white background.



Black color preview on #3366CC background

This text has black color on #3366CC background.


White color preview on #3366CC background

This text has white color on #3366CC background.