COLOR #3300BA

HEX: #3300BA
RGB: (51,0,186)

Color info

#3300BA contains mainly blue color. Web safe color of #3300BA is #3300CC (or #30C).

RGB color model

#3300BA color RGB value is (51,0,186).

  • red value is 51;
  • green value is 0;
  • blue value is 186.
RGB:
(51,0,186)
(20%,0%,73%)

RGB channels and saturation

R 51 of 255 = 20%
G 0 of 255 = 0%
B 186 of 255 = 73%

51
0
186

R + G + B ~ 31%. #3300BA is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 0 + 186 = 237 (100%)
R 51 of 237 ~ 21.52%
G 0 of 237 ~ 0%
B 186 of 237 ~ 78.48%

%21.52
%78.48

CMYK color model

#3300BA color CMYK value is (73,100,0,27).

  • cyan value is 72.58%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(73,100,0,27)
C73M100Y0K27 
(73%,100%,0%,27%)
(0.73/1.00/0.00/0.27)	

CMYK percentages

%72.58
%100
%0
%27.06

Codes

Color #3300BA in popluar color models

3300BA
RGB510186
HSL256°100.00%36.47%
HSB/HSV256°100.00%72.94%
CMYK72.58%100.00%0.00%
27.06%

Color #3300BA in popluar number systems.

HEX3300BA
Decimal510186
Binary110011010111010
Octal630272

Shades and tints

Shades of #3300BA

#3300BA
(51,0,186)
#2F00AA
(47,0,170)
#2B009A
(43,0,154)
#27008A
(39,0,138)
#23007A
(35,0,122)
#1F006A
(31,0,106)
#1B005A
(27,0,90)
#17004A
(23,0,74)
#13003A
(19,0,58)
#0F002A
(15,0,42)
#0B001A
(11,0,26)
#000000
(0,0,0)

Tints of #3300BA

#3300BA
(51,0,186)
#4517C0
(69,23,192)
#572EC6
(87,46,198)
#6945CC
(105,69,204)
#7B5CD2
(123,92,210)
#8D73D8
(141,115,216)
#9F8ADE
(159,138,222)
#B1A1E4
(177,161,228)
#C3B8EA
(195,184,234)
#D5CFF0
(213,207,240)
#E7E6F6
(231,230,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3300BA; }

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

This text font color is #3300BA.


Background Color

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

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

This div background color is #3300BA.


Border color

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

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

This div border color is #3300BA.


Opacity

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

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

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

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

This text has shadow with #3300BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3300BA on black background.


Color preview on white background

This text has color #3300BA on white background.



Black color preview on #3300BA background

This text has black color on #3300BA background.


White color preview on #3300BA background

This text has white color on #3300BA background.