Shades of Tory Blue #40578F
Tints of Tory Blue #40578F
RGB
CMYK
RGB Variations
Color information
#40578F (or 0x40578F) is known color: Tory Blue. HEX triplet: 40, 57 and 8F. RGB value is (64,87,143). Sum of RGB (Red+Green+Blue) = 64+87+143=294 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.77% from 294); Green value is 87 (34.38% from 255 or 29.59% from 294); Blue value is 143 (56.25% from 255 or 48.64% from 294); Max value from RGB is 143 - color contains mainly: blue. Hex color #40578F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40578F is #BFA870. Grayscale: #565656. Windows color (decimal): -12560497 or 9393984. OLE color: 9393984.
HSL color Cylindrical-coordinate representation of color #40578F: hue angle of 222.53º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #40578F is Cyan = 0.55, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 87 | 143 | - |
| CMYK | 0.55 | 0.39 | 0 | 0.44 |
| HSL | 222.53º | 0.38% | 0.41% | - |
| HSV(B) | 222.53º | 0.55% | 0.56% | - |
| XYZ | 10.48 | 9.89 | 27.34 | - |
| YUV | 86.51 | 159.88 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 87 | 143 | 0.55 | 0.39 | 0 | 0.44 | 222.53 | 0.38 | 0.41 |
| Hex | 40 | 57 | 8F | 37 | 27 | 0 | 2C | DF | 26 | 29 |
| Octal | 100 | 127 | 217 | 67 | 47 | 0 | 54 | 337 | 46 | 51 |
| Binary | 1000000 | 1010111 | 10001111 | 110111 | 100111 | 0 | 101100 | 11011111 | 100110 | 101001 |
Color Harmonies of #40578F
Complementary color
Monochromatic Colors of #40578F
Black with #40578F
Text Example
Text Example
White with #40578F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40578F; }
p { color: rgb(64,87,143); }
H1.HeaderClassName
{
color: #40578F;
}
.AnyTagClassName
{
color: #40578F;
}
</style>
background-color css
<style>
a { background-color: #40578F; }
a { background-color: rgb(64,87,143); }
div.DivClassName
{
background-color: #40578F;
}
.BgClassName
{
background-color: #40578F;
}
</style>
border-color css
<style>
span { border-color: #40578F; }
span { border-color: rgb(64,87,143); }
td.TdClassName
{
border-color: #40578F;
}
.TagClassName
{
border-color: #40578F;
}
</style>