Shades of Tory Blue #405595
Tints of Tory Blue #405595
RGB
CMYK
RGB Variations
Color information
#405595 (or 0x405595) is known color: Tory Blue. HEX triplet: 40, 55 and 95. RGB value is (64,85,149). Sum of RGB (Red+Green+Blue) = 64+85+149=298 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.48% from 298); Green value is 85 (33.59% from 255 or 28.52% from 298); Blue value is 149 (58.59% from 255 or 50% from 298); Max value from RGB is 149 - color contains mainly: blue. Hex color #405595 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405595 is #BFAA6A. Grayscale: #555555. Windows color (decimal): -12561003 or 9786688. OLE color: 9786688.
HSL color Cylindrical-coordinate representation of color #405595: hue angle of 225.18º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #405595 is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 85 | 149 | - |
| CMYK | 0.57 | 0.43 | 0 | 0.42 |
| HSL | 225.18º | 0.4% | 0.42% | - |
| HSV(B) | 225.18º | 0.57% | 0.58% | - |
| XYZ | 10.79 | 9.76 | 29.75 | - |
| YUV | 86.02 | 163.54 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 85 | 149 | 0.57 | 0.43 | 0 | 0.42 | 225.18 | 0.4 | 0.42 |
| Hex | 40 | 55 | 95 | 39 | 2B | 0 | 2A | E1 | 28 | 2A |
| Octal | 100 | 125 | 225 | 71 | 53 | 0 | 52 | 341 | 50 | 52 |
| Binary | 1000000 | 1010101 | 10010101 | 111001 | 101011 | 0 | 101010 | 11100001 | 101000 | 101010 |
Color Harmonies of #405595
Complementary color
Monochromatic Colors of #405595
Black with #405595
Text Example
Text Example
White with #405595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405595; }
p { color: rgb(64,85,149); }
H1.HeaderClassName
{
color: #405595;
}
.AnyTagClassName
{
color: #405595;
}
</style>
background-color css
<style>
a { background-color: #405595; }
a { background-color: rgb(64,85,149); }
div.DivClassName
{
background-color: #405595;
}
.BgClassName
{
background-color: #405595;
}
</style>
border-color css
<style>
span { border-color: #405595; }
span { border-color: rgb(64,85,149); }
td.TdClassName
{
border-color: #405595;
}
.TagClassName
{
border-color: #405595;
}
</style>