HEX: #355DA8
RGB: (53,93,168)
#355DA8 contains mainly blue color. Web safe color of #355DA8 is #336699 (or #369).
#355DA8 color RGB value is (53,93,168).
RGB: (53,93,168)
(21%, 36%, 66%)
R 53 of 255 = 21%
G 93 of 255 = 36%
B 168 of 255 = 66%
R + G + B ~ 41%. #355DA8 is middle color (not dark and not light).
R + G + B = 53 + 93 + 168 = 314 (100%)
R 53 of 314 ~ 16.88%
G 93 of 314 ~ 29.62%
B 168 of 314 ~ 53.5'%
#355DA8 color CMYK value is (68,45,0,34).
CMYK: (68,45,0,34) C68M45Y0K34 (68%,45%,0%,34%) (0.68/0.45/0.00/0.34)
Color #355DA8 in popluar color models
35 | 5D | A8 | |
---|---|---|---|
RGB | 53 | 93 | 168 |
HSL | 219° | 52.04% | 43.33% |
HSB/HSV | 219° | 68.45% | 65.88% |
CMYK | 68.45% | 44.64% | 0.00% |
34.12% |
Color #355DA8 in popluar number systems.
HEX | 35 | 5D | A8 |
Decimal | 53 | 93 | 168 |
Binary | 110101 | 1011101 | 10101000 |
Octal | 65 | 135 | 250 |
Shades of #355DA8
Tints of #355DA8
Examples of css and html codes for elements with #355DA8 color. Also use rgb(53,93,168) instead hex code.
.myTextColor { color: #355DA8; }
<p style="color:#355DA8">This sample text font color is #355DA8.</p>
This text font color is #355DA8.
.myBgColor { background-color: #355DA8; }
<div style="background-color:#355DA8">Inner text</div>
This div background color is #355DA8.
.myBorderColor { border: 1px solid #355DA8; }
<div style="border:3px solid #355DA8">Div</div>
This div border color is #355DA8.
.myOpacity80 { color: #355DA8; opacity: 0.8; }
<p style="color:#355DA8;opacity:0.8;">80%</p>
Text with #355DA8 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #355DA8;}
<p style="text-shadow: 3px 3px 1px #355DA8">Text here.</p>
This text has shadow with #355DA8 color.
.textShadow {text-shadow: 3px 3px 1px #355DA8', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #355DA8, 5px 5px 20px red">Text here.</p>
This text has shadow with #355DA8 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#355DA8, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#355DA8, Direction=45, Strength=4)">Text</p>
This text has shadow with #355DA8 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #355DA8;
-webkit-box-shadow: 1px 1px 3px 2px #355DA8;
box-shadow: 1px 1px 3px 2px #355DA8;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #355DA8; -webkit-box-shadow: 1px 1px 3px 2px #355DA8; box-shadow:1px 1px 3px 2px #355DA8;">
Div content here
</div>
This text has color #355DA8 on black background.
This text has color #355DA8 on white background.
This text has black color on #355DA8 background.
This text has white color on #355DA8 background.
Complementary color for #hex is #CAA257.