Shades of Tory Blue #40578A
Tints of Tory Blue #40578A
RGB
CMYK
RGB Variations
Color information
#40578A (or 0x40578A) is known color: Tory Blue. HEX triplet: 40, 57 and 8A. RGB value is (64,87,138). Sum of RGB (Red+Green+Blue) = 64+87+138=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 87 (34.38% from 255 or 30.10% from 289); Blue value is 138 (54.30% from 255 or 47.75% from 289); Max value from RGB is 138 - color contains mainly: blue. Hex color #40578A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40578A is #BFA875. Grayscale: #555555. Windows color (decimal): -12560502 or 9066304. OLE color: 9066304.
HSL color Cylindrical-coordinate representation of color #40578A: hue angle of 221.35º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #40578A is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 64 | 87 | 138 | - |
| CMYK | 0.54 | 0.37 | 0 | 0.46 |
| HSL | 221.35º | 0.37% | 0.4% | - |
| HSV(B) | 221.35º | 0.54% | 0.54% | - |
| XYZ | 10.11 | 9.74 | 25.39 | - |
| YUV | 85.94 | 157.38 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 87 | 138 | 0.54 | 0.37 | 0 | 0.46 | 221.35 | 0.37 | 0.4 |
| Hex | 40 | 57 | 8A | 36 | 25 | 0 | 2E | DD | 25 | 28 |
| Octal | 100 | 127 | 212 | 66 | 45 | 0 | 56 | 335 | 45 | 50 |
| Binary | 1000000 | 1010111 | 10001010 | 110110 | 100101 | 0 | 101110 | 11011101 | 100101 | 101000 |
Color Harmonies of #40578A
Complementary color
Monochromatic Colors of #40578A
Black with #40578A
Text Example
Text Example
White with #40578A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40578A; }
p { color: rgb(64,87,138); }
H1.HeaderClassName
{
color: #40578A;
}
.AnyTagClassName
{
color: #40578A;
}
</style>
background-color css
<style>
a { background-color: #40578A; }
a { background-color: rgb(64,87,138); }
div.DivClassName
{
background-color: #40578A;
}
.BgClassName
{
background-color: #40578A;
}
</style>
border-color css
<style>
span { border-color: #40578A; }
span { border-color: rgb(64,87,138); }
td.TdClassName
{
border-color: #40578A;
}
.TagClassName
{
border-color: #40578A;
}
</style>