HEX: #3C589A
RGB: (60,88,154)
#3C589A contains mainly blue color. Web safe color of #3C589A is #336699 (or #369).
#3C589A color RGB value is (60,88,154).
RGB: (60,88,154)
(24%, 35%, 60%)
R 60 of 255 = 24%
G 88 of 255 = 35%
B 154 of 255 = 60%
R + G + B ~ 40%. #3C589A is middle color (not dark and not light).
R + G + B = 60 + 88 + 154 = 302 (100%)
R 60 of 302 ~ 19.87%
G 88 of 302 ~ 29.14%
B 154 of 302 ~ 50.99'%
#3C589A color CMYK value is (61,43,0,40).
CMYK: (61,43,0,40)
C61M43Y0K40 (61%, 43%, 0%, 40%)
(0.61 / 0.43 / 0.00 / 0.40)
Color #3C589A in popluar color models
3C | 58 | 9A | |
---|---|---|---|
RGB | 60 | 88 | 154 |
HSL | 222° | 43.93% | 41.96% |
HSB/HSV | 222° | 61.04% | 60.39% |
CMYK | 61.04% | 42.86% | 0.00% |
39.61% |
Color #3C589A in popluar number systems.
HEX | 3C | 58 | 9A |
Decimal | 60 | 88 | 154 |
Binary | 111100 | 1011000 | 10011010 |
Octal | 74 | 130 | 232 |
Shades of #3C589A
Tints of #3C589A
Examples of css and html codes for elements with #3C589A color. Also use rgb(60,88,154) instead hex code.
.myTextColor { color: #3C589A; }
<p style="color:#3C589A">This sample text font color is #3C589A.</p>
This text font color is #3C589A.
.myBgColor { background-color: #3C589A; }
<div style="background-color:#3C589A">Inner text</div>
This div background color is #3C589A.
.myBorderColor { border: 1px solid #3C589A; }
<div style="border:3px solid #3C589A">Div</div>
This div border color is #3C589A.
.myOpacity80 { color: #3C589A; opacity: 0.8; }
<p style="color:#3C589A;opacity:0.8;">80%</p>
Text with #3C589A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #3C589A;}
<p style="text-shadow: 3px 3px 1px #3C589A">Text here.</p>
This text has shadow with #3C589A color.
.textShadow {text-shadow: 3px 3px 1px #3C589A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #3C589A, 5px 5px 20px red">Text here.</p>
This text has shadow with #3C589A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#3C589A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#3C589A, Direction=45, Strength=4)">Text</p>
This text has shadow with #3C589A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #3C589A;
-webkit-box-shadow: 1px 1px 3px 2px #3C589A;
box-shadow: 1px 1px 3px 2px #3C589A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #3C589A; -webkit-box-shadow: 1px 1px 3px 2px #3C589A; box-shadow:1px 1px 3px 2px #3C589A;">
Div content here
</div>
This text has color #3C589A on black background.
This text has color #3C589A on white background.
This text has black color on #3C589A background.
This text has white color on #3C589A background.
Complementary color for #hex is #C3A765.