Shades of Tory Blue #40568A
Tints of Tory Blue #40568A
RGB
CMYK
RGB Variations
Color information
#40568A (or 0x40568A) is known color: Tory Blue. HEX triplet: 40, 56 and 8A. RGB value is (64,86,138). Sum of RGB (Red+Green+Blue) = 64+86+138=288 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.22% from 288); Green value is 86 (33.98% from 255 or 29.86% from 288); Blue value is 138 (54.30% from 255 or 47.92% from 288); Max value from RGB is 138 - color contains mainly: blue. Hex color #40568A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40568A is #BFA975. Grayscale: #555555. Windows color (decimal): -12560758 or 9066048. OLE color: 9066048.
HSL color Cylindrical-coordinate representation of color #40568A: hue angle of 222.16º 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 #40568A is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 64 | 86 | 138 | - |
| CMYK | 0.54 | 0.38 | 0 | 0.46 |
| HSL | 222.16º | 0.37% | 0.4% | - |
| HSV(B) | 222.16º | 0.54% | 0.54% | - |
| XYZ | 10.03 | 9.58 | 25.37 | - |
| YUV | 85.35 | 157.71 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 86 | 138 | 0.54 | 0.38 | 0 | 0.46 | 222.16 | 0.37 | 0.4 |
| Hex | 40 | 56 | 8A | 36 | 26 | 0 | 2E | DE | 25 | 28 |
| Octal | 100 | 126 | 212 | 66 | 46 | 0 | 56 | 336 | 45 | 50 |
| Binary | 1000000 | 1010110 | 10001010 | 110110 | 100110 | 0 | 101110 | 11011110 | 100101 | 101000 |
Color Harmonies of #40568A
Complementary color
Monochromatic Colors of #40568A
Black with #40568A
Text Example
Text Example
White with #40568A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40568A; }
p { color: rgb(64,86,138); }
H1.HeaderClassName
{
color: #40568A;
}
.AnyTagClassName
{
color: #40568A;
}
</style>
background-color css
<style>
a { background-color: #40568A; }
a { background-color: rgb(64,86,138); }
div.DivClassName
{
background-color: #40568A;
}
.BgClassName
{
background-color: #40568A;
}
</style>
border-color css
<style>
span { border-color: #40568A; }
span { border-color: rgb(64,86,138); }
td.TdClassName
{
border-color: #40568A;
}
.TagClassName
{
border-color: #40568A;
}
</style>