COLOR #3399CC

HEX: #3399CC RGB: (51,153,204)

Color info

#3399CC contains mainly green and blue colors. #3399CC color is web safe color. It maybe written shortly as #39C.

RGB color model

#3399CC color RGB value is (51,153,204).

RGB: (51,153,204) (20%, 60%, 80%)

RGB channels and saturation

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

51
153
204

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

Portions of RGB colors in percentages

R + G + B = 51 + 153 + 204 = 408 (100%)
R 51 of 408 ~ 12.5%
G 153 of 408 ~ 37.5%
B 204 of 408 ~ 50'%

%12.5
%37.5
%50

CMYK color model

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

  • cyan value is 75.00%
  • 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
%25
%0
%20

Codes

Color #3399CC in popluar color models

33 99 CC
RGB 51 153 204
HSL 200° 60.00% 50.00%
HSB/HSV 200° 75.00% 80.00%
CMYK 75.00% 25.00% 0.00%
20.00%

Color #3399CC in popluar number systems.

HEX 33 99 CC
Decimal 51 153 204
Binary 110011 10011001 11001100
Octal 63 231 314

Shades and tints

Shades of #3399CC

#3399CC
(51,153,204)
#2F8CBA
(47,140,186)
#2B7FA8
(43,127,168)
#277296
(39,114,150)
#236584
(35,101,132)
#1F5872
(31,88,114)
#1B4B60
(27,75,96)
#173E4E
(23,62,78)
#13313C
(19,49,60)
#0F242A
(15,36,42)
#0B1718
(11,23,24)
#000000
(0,0,0)

Tints of #3399CC

#3399CC
(51,153,204)
#45A2D0
(69,162,208)
#57ABD4
(87,171,212)
#69B4D8
(105,180,216)
#7BBDDC
(123,189,220)
#8DC6E0
(141,198,224)
#9FCFE4
(159,207,228)
#B1D8E8
(177,216,232)
#C3E1EC
(195,225,236)
#D5EAF0
(213,234,240)
#E7F3F4
(231,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3399CC; }

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

This text font color is #3399CC.

Background Color

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

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

This div background color is #3399CC.

Border color

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

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

This div border color is #3399CC.

Opacity

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

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

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

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

This text has shadow with #3399CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3399CC.

Preview

Color preview on black background

This text has color #3399CC on black background.


Color preview on white background

This text has color #3399CC on white background.


Black color preview on #3399CC background

This text has black color on #3399CC background.


White color preview on #3399CC background

This text has white color on #3399CC background.


Related colors

Complementary color

Complementary color for #hex is #CC6633.


I love getcolorcode.com

Triadic colors

1 #CC3399 and #99CC33 with #3399CC are triadic colors.

2 #CC9933 and #9933CC with #3399CC are triadic colors.