COLOR #3299CC

HEX: #3299CC
RGB: (50,153,204)

Color info

#3299CC contains mainly green and blue colors. Web safe color of #3299CC is #3399CC (or #39C).

RGB color model

#3299CC color RGB value is (50,153,204).

  • red value is 50;
  • green value is 153;
  • blue value is 204.
RGB:
(50,153,204)
(20%,60%,80%)

RGB channels and saturation

R 50 of 255 = 20%
G 153 of 255 = 60%
B 204 of 255 = 80%

50
153
204

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

Portions of RGB colors in percentages

R + G + B =
50 + 153 + 204 = 407 (100%)
R 50 of 407 ~ 12.29%
G 153 of 407 ~ 37.59%
B 204 of 407 ~ 50.12%

%12.29
%37.59
%50.12

CMYK color model

#3299CC color CMYK value is (75,25,0,20).

  • cyan value is 75.49%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(75,25,0,20)
C75M25Y0K20 
(75%,25%,0%,20%)
(0.75/0.25/0.00/0.20)	

CMYK percentages

%75.49
%25
%0
%20

Codes

Color #3299CC in popluar color models

3299CC
RGB50153204
HSL200°60.63%49.80%
HSB/HSV200°75.49%80.00%
CMYK75.49%25.00%0.00%
20.00%

Color #3299CC in popluar number systems.

HEX3299CC
Decimal50153204
Binary1100101001100111001100
Octal62231314

Shades and tints

Shades of #3299CC

#3299CC
(50,153,204)
#2E8CBA
(46,140,186)
#2A7FA8
(42,127,168)
#267296
(38,114,150)
#226584
(34,101,132)
#1E5872
(30,88,114)
#1A4B60
(26,75,96)
#163E4E
(22,62,78)
#12313C
(18,49,60)
#0E242A
(14,36,42)
#0A1718
(10,23,24)
#000000
(0,0,0)

Tints of #3299CC

#3299CC
(50,153,204)
#44A2D0
(68,162,208)
#56ABD4
(86,171,212)
#68B4D8
(104,180,216)
#7ABDDC
(122,189,220)
#8CC6E0
(140,198,224)
#9ECFE4
(158,207,228)
#B0D8E8
(176,216,232)
#C2E1EC
(194,225,236)
#D4EAF0
(212,234,240)
#E6F3F4
(230,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3299CC color. Also use rgb(50,153,204) instead hex code.

Text Font Color

.myTextColor { color: #3299CC; }

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

This text font color is #3299CC.


Background Color

.myBgColor { background-color: #3299CC; }

<div style="background-color:#3299CC">Inner text</div>

This div background color is #3299CC.


Border color

.myBorderColor { border: 1px solid #3299CC; }

<div style="border:3px solid #3299CC">Div</div>

This div border color is #3299CC.


Opacity

.myOpacity80 { color: #3299CC; opacity: 0.8; }

<p style="color:#3299CC;opacity:0.8;">80%</p>

Text with #3299CC 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 #3299CC;}

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

This text has shadow with #3299CC color.

.textShadow {text-shadow: 3px 3px 1px #3299CC, 3px 3px 1px red;}

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

This text has shadow with #3299CC primary color and red secondary color.


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

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

This text has shadow with #3299CC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3299CC on black background.


Color preview on white background

This text has color #3299CC on white background.



Black color preview on #3299CC background

This text has black color on #3299CC background.


White color preview on #3299CC background

This text has white color on #3299CC background.