COLOR #3333FF

HEX: #3333FF
RGB: (51,51,255)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

51
51
255

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

Portions of RGB colors in percentages

R + G + B =
51 + 51 + 255 = 357 (100%)
R 51 of 357 ~ 14.29%
G 51 of 357 ~ 14.29%
B 255 of 357 ~ 71.43%

%14.29
%14.29
%71.43

CMYK color model

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

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

CMYK percentages

%80
%80
%0
%0

Codes

Color #3333FF in popluar color models

3333FF
RGB5151255
HSL240°100.00%60.00%
HSB/HSV240°80.00%100.00%
CMYK80.00%80.00%0.00%
0.00%

Color #3333FF in popluar number systems.

HEX3333FF
Decimal5151255
Binary11001111001111111111
Octal6363377

Shades and tints

Shades of #3333FF

#3333FF
(51,51,255)
#2F2FE8
(47,47,232)
#2B2BD1
(43,43,209)
#2727BA
(39,39,186)
#2323A3
(35,35,163)
#1F1F8C
(31,31,140)
#1B1B75
(27,27,117)
#17175E
(23,23,94)
#131347
(19,19,71)
#0F0F30
(15,15,48)
#0B0B19
(11,11,25)
#000000
(0,0,0)

Tints of #3333FF

#3333FF
(51,51,255)
#4545FF
(69,69,255)
#5757FF
(87,87,255)
#6969FF
(105,105,255)
#7B7BFF
(123,123,255)
#8D8DFF
(141,141,255)
#9F9FFF
(159,159,255)
#B1B1FF
(177,177,255)
#C3C3FF
(195,195,255)
#D5D5FF
(213,213,255)
#E7E7FF
(231,231,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3333FF; }

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

This text font color is #3333FF.


Background Color

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

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

This div background color is #3333FF.


Border color

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

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

This div border color is #3333FF.


Opacity

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

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

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

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

This text has shadow with #3333FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3333FF on black background.


Color preview on white background

This text has color #3333FF on white background.



Black color preview on #3333FF background

This text has black color on #3333FF background.


White color preview on #3333FF background

This text has white color on #3333FF background.