HEX: #425488
RGB: (66,84,136)
#425488 contains mainly green and blue colors. Web safe color of #425488 is #336699 (or #369).
#425488 color RGB value is (66,84,136).
RGB: (66,84,136)
(26%, 33%, 53%)
R 66 of 255 = 26%
G 84 of 255 = 33%
B 136 of 255 = 53%
R + G + B ~ 37%. #425488 is quite dark color.
R + G + B = 66 + 84 + 136 = 286 (100%)
R 66 of 286 ~ 23.08%
G 84 of 286 ~ 29.37%
B 136 of 286 ~ 47.55'%
#425488 color CMYK value is (51,38,0,47).
CMYK: (51,38,0,47)
C51M38Y0K47 (51%, 38%, 0%, 47%)
(0.51 / 0.38 / 0.00 / 0.47)
Color #425488 in popluar color models
42 | 54 | 88 | |
---|---|---|---|
RGB | 66 | 84 | 136 |
HSL | 225° | 34.65% | 39.61% |
HSB/HSV | 225° | 51.47% | 53.33% |
CMYK | 51.47% | 38.24% | 0.00% |
46.67% |
Color #425488 in popluar number systems.
HEX | 42 | 54 | 88 |
Decimal | 66 | 84 | 136 |
Binary | 1000010 | 1010100 | 10001000 |
Octal | 102 | 124 | 210 |
Shades of #425488
Tints of #425488
Examples of css and html codes for elements with #425488 color. Also use rgb(66,84,136) instead hex code.
.myTextColor { color: #425488; }
<p style="color:#425488">This sample text font color is #425488.</p>
This text font color is #425488.
.myBgColor { background-color: #425488; }
<div style="background-color:#425488">Inner text</div>
This div background color is #425488.
.myBorderColor { border: 1px solid #425488; }
<div style="border:3px solid #425488">Div</div>
This div border color is #425488.
.myOpacity80 { color: #425488; opacity: 0.8; }
<p style="color:#425488;opacity:0.8;">80%</p>
Text with #425488 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #425488;}
<p style="text-shadow: 3px 3px 1px #425488">Text here.</p>
This text has shadow with #425488 color.
.textShadow {text-shadow: 3px 3px 1px #425488', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #425488, 5px 5px 20px red">Text here.</p>
This text has shadow with #425488 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#425488, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#425488, Direction=45, Strength=4)">Text</p>
This text has shadow with #425488 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #425488;
-webkit-box-shadow: 1px 1px 3px 2px #425488;
box-shadow: 1px 1px 3px 2px #425488;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #425488; -webkit-box-shadow: 1px 1px 3px 2px #425488; box-shadow:1px 1px 3px 2px #425488;">
Div content here
</div>
This text has color #425488 on black background.
This text has color #425488 on white background.
This text has black color on #425488 background.
This text has white color on #425488 background.
Complementary color for #hex is #BDAB77.