Shades of Tory Blue #40568D
Tints of Tory Blue #40568D
RGB
CMYK
RGB Variations
Color information
#40568D (or 0x40568D) is known color: Tory Blue. HEX triplet: 40, 56 and 8D. RGB value is (64,86,141). Sum of RGB (Red+Green+Blue) = 64+86+141=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 86 (33.98% from 255 or 29.55% from 291); Blue value is 141 (55.47% from 255 or 48.45% from 291); Max value from RGB is 141 - color contains mainly: blue. Hex color #40568D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40568D is #BFA972. Grayscale: #555555. Windows color (decimal): -12560755 or 9262656. OLE color: 9262656.
HSL color Cylindrical-coordinate representation of color #40568D: hue angle of 222.86º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #40568D is Cyan = 0.55, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 86 | 141 | - |
| CMYK | 0.55 | 0.39 | 0 | 0.45 |
| HSL | 222.86º | 0.38% | 0.4% | - |
| HSV(B) | 222.86º | 0.55% | 0.55% | - |
| XYZ | 10.25 | 9.67 | 26.53 | - |
| YUV | 85.69 | 159.21 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 86 | 141 | 0.55 | 0.39 | 0 | 0.45 | 222.86 | 0.38 | 0.4 |
| Hex | 40 | 56 | 8D | 37 | 27 | 0 | 2D | DF | 26 | 28 |
| Octal | 100 | 126 | 215 | 67 | 47 | 0 | 55 | 337 | 46 | 50 |
| Binary | 1000000 | 1010110 | 10001101 | 110111 | 100111 | 0 | 101101 | 11011111 | 100110 | 101000 |
Color Harmonies of #40568D
Complementary color
Monochromatic Colors of #40568D
Black with #40568D
Text Example
Text Example
White with #40568D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40568D; }
p { color: rgb(64,86,141); }
H1.HeaderClassName
{
color: #40568D;
}
.AnyTagClassName
{
color: #40568D;
}
</style>
background-color css
<style>
a { background-color: #40568D; }
a { background-color: rgb(64,86,141); }
div.DivClassName
{
background-color: #40568D;
}
.BgClassName
{
background-color: #40568D;
}
</style>
border-color css
<style>
span { border-color: #40568D; }
span { border-color: rgb(64,86,141); }
td.TdClassName
{
border-color: #40568D;
}
.TagClassName
{
border-color: #40568D;
}
</style>