Shades of Tory Blue #40538B
Tints of Tory Blue #40538B
RGB
CMYK
RGB Variations
Color information
#40538B (or 0x40538B) is known color: Tory Blue. HEX triplet: 40, 53 and 8B. RGB value is (64,83,139). Sum of RGB (Red+Green+Blue) = 64+83+139=286 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.38% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 139 (54.69% from 255 or 48.60% from 286); Max value from RGB is 139 - color contains mainly: blue. Hex color #40538B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40538B is #BFAC74. Grayscale: #535353. Windows color (decimal): -12561525 or 9130816. OLE color: 9130816.
HSL color Cylindrical-coordinate representation of color #40538B: hue angle of 224.8º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #40538B is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 83 | 139 | - |
| CMYK | 0.54 | 0.40 | 0 | 0.45 |
| HSL | 224.8º | 0.37% | 0.4% | - |
| HSV(B) | 224.8º | 0.54% | 0.55% | - |
| XYZ | 9.87 | 9.14 | 25.67 | - |
| YUV | 83.7 | 159.21 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 83 | 139 | 0.54 | 0.40 | 0 | 0.45 | 224.8 | 0.37 | 0.4 |
| Hex | 40 | 53 | 8B | 36 | 28 | 0 | 2D | E1 | 25 | 28 |
| Octal | 100 | 123 | 213 | 66 | 50 | 0 | 55 | 341 | 45 | 50 |
| Binary | 1000000 | 1010011 | 10001011 | 110110 | 101000 | 0 | 101101 | 11100001 | 100101 | 101000 |
Color Harmonies of #40538B
Complementary color
Monochromatic Colors of #40538B
Black with #40538B
Text Example
Text Example
White with #40538B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40538B; }
p { color: rgb(64,83,139); }
H1.HeaderClassName
{
color: #40538B;
}
.AnyTagClassName
{
color: #40538B;
}
</style>
background-color css
<style>
a { background-color: #40538B; }
a { background-color: rgb(64,83,139); }
div.DivClassName
{
background-color: #40538B;
}
.BgClassName
{
background-color: #40538B;
}
</style>
border-color css
<style>
span { border-color: #40538B; }
span { border-color: rgb(64,83,139); }
td.TdClassName
{
border-color: #40538B;
}
.TagClassName
{
border-color: #40538B;
}
</style>