COLOR #3300FF

HEX: #3300FF RGB: (51,0,255)

Color info

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

RGB color model

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

RGB: (51,0,255) (20%, 0%, 100%)

RGB channels and saturation

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

51
0
255

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

Portions of RGB colors in percentages

R + G + B = 51 + 0 + 255 = 306 (100%)
R 51 of 306 ~ 16.67%
G 0 of 306 ~ 0%
B 255 of 306 ~ 83.33'%

%16.67
%83.33

CMYK color model

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

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

CMYK percentages

%80
%100
%0
%0

Codes

Color #3300FF in popluar color models

33 00 FF
RGB 51 0 255
HSL 252° 100.00% 50.00%
HSB/HSV 252° 100.00% 100.00%
CMYK 80.00% 100.00% 0.00%
0.00%

Color #3300FF in popluar number systems.

HEX 33 00 FF
Decimal 51 0 255
Binary 110011 0 11111111
Octal 63 0 377

Shades and tints

Shades of #3300FF

#3300FF
(51,0,255)
#2F00E8
(47,0,232)
#2B00D1
(43,0,209)
#2700BA
(39,0,186)
#2300A3
(35,0,163)
#1F008C
(31,0,140)
#1B0075
(27,0,117)
#17005E
(23,0,94)
#130047
(19,0,71)
#0F0030
(15,0,48)
#0B0019
(11,0,25)
#000000
(0,0,0)

Tints of #3300FF

#3300FF
(51,0,255)
#4517FF
(69,23,255)
#572EFF
(87,46,255)
#6945FF
(105,69,255)
#7B5CFF
(123,92,255)
#8D73FF
(141,115,255)
#9F8AFF
(159,138,255)
#B1A1FF
(177,161,255)
#C3B8FF
(195,184,255)
#D5CFFF
(213,207,255)
#E7E6FF
(231,230,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3300FF; }

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

This text font color is #3300FF.

Background Color

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

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

This div background color is #3300FF.

Border color

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

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

This div border color is #3300FF.

Opacity

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

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

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

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

This text has shadow with #3300FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3300FF.

Preview

Color preview on black background

This text has color #3300FF on black background.


Color preview on white background

This text has color #3300FF on white background.


Black color preview on #3300FF background

This text has black color on #3300FF background.


White color preview on #3300FF background

This text has white color on #3300FF background.


Related colors

Complementary color

Complementary color for #hex is #CCFF00.


I love getcolorcode.com

Triadic colors

1 #FF3300 and #00FF33 with #3300FF are triadic colors.

2 #FF0033 and #0033FF with #3300FF are triadic colors.