HEX: #3399CC
RGB: (51,153,204)
#3399CC contains mainly green and blue colors. #3399CC color is web safe color. It maybe written shortly as #39C.
#3399CC color RGB value is (51,153,204).
RGB: (51,153,204)
(20%, 60%, 80%)
R 51 of 255 = 20%
G 153 of 255 = 60%
B 204 of 255 = 80%
R + G + B ~ 53%. #3399CC is middle color (not dark and not light).
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'%
#3399CC color CMYK value is (75,25,0,20).
CMYK: (75,25,0,20)
C75M25Y0K20 (75%, 25%, 0%, 20%)
(0.75 / 0.25 / 0.00 / 0.20)
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 of #3399CC
Tints of #3399CC
Examples of css and html codes for elements with #3399CC color. Also use rgb(51,153,204) instead hex code.
.myTextColor { color: #3399CC; }
<p style="color:#3399CC">This sample text font color is #3399CC.</p>
This text font color is #3399CC.
.myBgColor { background-color: #3399CC; }
<div style="background-color:#3399CC">Inner text</div>
This div background color is #3399CC.
.myBorderColor { border: 1px solid #3399CC; }
<div style="border:3px solid #3399CC">Div</div>
This div border color is #3399CC.
.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%.
.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.
/* 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 text has color #3399CC on black background.
This text has color #3399CC on white background.
This text has black color on #3399CC background.
This text has white color on #3399CC background.
Complementary color for #hex is #CC6633.