HEX: #3473CA
RGB: (52,115,202)
#3473CA contains mainly blue color. Web safe color of #3473CA is #3366CC (or #36C).
#3473CA color RGB value is (52,115,202).
RGB: (52,115,202)
(20%, 45%, 79%)
R 52 of 255 = 20%
G 115 of 255 = 45%
B 202 of 255 = 79%
R + G + B ~ 48%. #3473CA is middle color (not dark and not light).
R + G + B = 52 + 115 + 202 = 369 (100%)
R 52 of 369 ~ 14.09%
G 115 of 369 ~ 31.17%
B 202 of 369 ~ 54.74'%
#3473CA color CMYK value is (74,43,0,21).
CMYK: (74,43,0,21)
C74M43Y0K21 (74%, 43%, 0%, 21%)
(0.74 / 0.43 / 0.00 / 0.21)
Color #3473CA in popluar color models
34 | 73 | CA | |
---|---|---|---|
RGB | 52 | 115 | 202 |
HSL | 215° | 59.06% | 49.80% |
HSB/HSV | 215° | 74.26% | 79.22% |
CMYK | 74.26% | 43.07% | 0.00% |
20.78% |
Color #3473CA in popluar number systems.
HEX | 34 | 73 | CA |
Decimal | 52 | 115 | 202 |
Binary | 110100 | 1110011 | 11001010 |
Octal | 64 | 163 | 312 |
Shades of #3473CA
Tints of #3473CA
Examples of css and html codes for elements with #3473CA color. Also use rgb(52,115,202) instead hex code.
.myTextColor { color: #3473CA; }
<p style="color:#3473CA">This sample text font color is #3473CA.</p>
This text font color is #3473CA.
.myBgColor { background-color: #3473CA; }
<div style="background-color:#3473CA">Inner text</div>
This div background color is #3473CA.
.myBorderColor { border: 1px solid #3473CA; }
<div style="border:3px solid #3473CA">Div</div>
This div border color is #3473CA.
.myOpacity80 { color: #3473CA; opacity: 0.8; }
<p style="color:#3473CA;opacity:0.8;">80%</p>
Text with #3473CA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #3473CA;}
<p style="text-shadow: 3px 3px 1px #3473CA">Text here.</p>
This text has shadow with #3473CA color.
.textShadow {text-shadow: 3px 3px 1px #3473CA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #3473CA, 5px 5px 20px red">Text here.</p>
This text has shadow with #3473CA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#3473CA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#3473CA, Direction=45, Strength=4)">Text</p>
This text has shadow with #3473CA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #3473CA;
-webkit-box-shadow: 1px 1px 3px 2px #3473CA;
box-shadow: 1px 1px 3px 2px #3473CA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #3473CA; -webkit-box-shadow: 1px 1px 3px 2px #3473CA; box-shadow:1px 1px 3px 2px #3473CA;">
Div content here
</div>
This text has color #3473CA on black background.
This text has color #3473CA on white background.
This text has black color on #3473CA background.
This text has white color on #3473CA background.
Complementary color for #hex is #CB8C35.