COLOR #3399FF

HEX: #3399FF
RGB: (51,153,255)

Color info

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

RGB color model

#3399FF color RGB value is (51,153,255).

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

RGB channels and saturation

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

51
153
255

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

Portions of RGB colors in percentages

R + G + B =
51 + 153 + 255 = 459 (100%)
R 51 of 459 ~ 11.11%
G 153 of 459 ~ 33.33%
B 255 of 459 ~ 55.56%

%11.11
%33.33
%55.56

CMYK color model

#3399FF color CMYK value is (80,40,0,0).

  • cyan value is 80.00%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(80,40,0,0)
C80M40Y0K0 
(80%,40%,0%,0%)
(0.80/0.40/0.00/0.00)	

CMYK percentages

%80
%40
%0
%0

Codes

Color #3399FF in popluar color models

3399FF
RGB51153255
HSL210°100.00%60.00%
HSB/HSV210°80.00%100.00%
CMYK80.00%40.00%0.00%
0.00%

Color #3399FF in popluar number systems.

HEX3399FF
Decimal51153255
Binary1100111001100111111111
Octal63231377

Shades and tints

Shades of #3399FF

#3399FF
(51,153,255)
#2F8CE8
(47,140,232)
#2B7FD1
(43,127,209)
#2772BA
(39,114,186)
#2365A3
(35,101,163)
#1F588C
(31,88,140)
#1B4B75
(27,75,117)
#173E5E
(23,62,94)
#133147
(19,49,71)
#0F2430
(15,36,48)
#0B1719
(11,23,25)
#000000
(0,0,0)

Tints of #3399FF

#3399FF
(51,153,255)
#45A2FF
(69,162,255)
#57ABFF
(87,171,255)
#69B4FF
(105,180,255)
#7BBDFF
(123,189,255)
#8DC6FF
(141,198,255)
#9FCFFF
(159,207,255)
#B1D8FF
(177,216,255)
#C3E1FF
(195,225,255)
#D5EAFF
(213,234,255)
#E7F3FF
(231,243,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3399FF; }

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

This text font color is #3399FF.


Background Color

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

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

This div background color is #3399FF.


Border color

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

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

This div border color is #3399FF.


Opacity

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

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

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

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

This text has shadow with #3399FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3399FF on black background.


Color preview on white background

This text has color #3399FF on white background.



Black color preview on #3399FF background

This text has black color on #3399FF background.


White color preview on #3399FF background

This text has white color on #3399FF background.