COLOR #3366FF

HEX: #3366FF
RGB: (51,102,255)

Color info

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

RGB color model

#3366FF color RGB value is (51,102,255).

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

RGB channels and saturation

R 51 of 255 = 20%
G 102 of 255 = 40%
B 255 of 255 = 100%

51
102
255

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

Portions of RGB colors in percentages

R + G + B =
51 + 102 + 255 = 408 (100%)
R 51 of 408 ~ 12.5%
G 102 of 408 ~ 25%
B 255 of 408 ~ 62.5%

%12.5
%25
%62.5

CMYK color model

#3366FF color CMYK value is (80,60,0,0).

  • cyan value is 80.00%
  • magenta value is 60.00%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(80,60,0,0)
C80M60Y0K0 
(80%,60%,0%,0%)
(0.80/0.60/0.00/0.00)	

CMYK percentages

%80
%60
%0
%0

Codes

Color #3366FF in popluar color models

3366FF
RGB51102255
HSL225°100.00%60.00%
HSB/HSV225°80.00%100.00%
CMYK80.00%60.00%0.00%
0.00%

Color #3366FF in popluar number systems.

HEX3366FF
Decimal51102255
Binary110011110011011111111
Octal63146377

Shades and tints

Shades of #3366FF

#3366FF
(51,102,255)
#2F5DE8
(47,93,232)
#2B54D1
(43,84,209)
#274BBA
(39,75,186)
#2342A3
(35,66,163)
#1F398C
(31,57,140)
#1B3075
(27,48,117)
#17275E
(23,39,94)
#131E47
(19,30,71)
#0F1530
(15,21,48)
#0B0C19
(11,12,25)
#000000
(0,0,0)

Tints of #3366FF

#3366FF
(51,102,255)
#4573FF
(69,115,255)
#5780FF
(87,128,255)
#698DFF
(105,141,255)
#7B9AFF
(123,154,255)
#8DA7FF
(141,167,255)
#9FB4FF
(159,180,255)
#B1C1FF
(177,193,255)
#C3CEFF
(195,206,255)
#D5DBFF
(213,219,255)
#E7E8FF
(231,232,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3366FF; }

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

This text font color is #3366FF.


Background Color

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

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

This div background color is #3366FF.


Border color

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

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

This div border color is #3366FF.


Opacity

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

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

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

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

This text has shadow with #3366FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3366FF on black background.


Color preview on white background

This text has color #3366FF on white background.



Black color preview on #3366FF background

This text has black color on #3366FF background.


White color preview on #3366FF background

This text has white color on #3366FF background.