Shades of Tory Blue #40558B
Tints of Tory Blue #40558B
RGB
CMYK
RGB Variations
Color information
#40558B (or 0x40558B) is known color: Tory Blue. HEX triplet: 40, 55 and 8B. RGB value is (64,85,139). Sum of RGB (Red+Green+Blue) = 64+85+139=288 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.22% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 139 (54.69% from 255 or 48.26% from 288); Max value from RGB is 139 - color contains mainly: blue. Hex color #40558B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40558B is #BFAA74. Grayscale: #545454. Windows color (decimal): -12561013 or 9131328. OLE color: 9131328.
HSL color Cylindrical-coordinate representation of color #40558B: hue angle of 223.2º 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 #40558B is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 85 | 139 | - |
| CMYK | 0.54 | 0.39 | 0 | 0.45 |
| HSL | 223.2º | 0.37% | 0.4% | - |
| HSV(B) | 223.2º | 0.54% | 0.55% | - |
| XYZ | 10.02 | 9.45 | 25.72 | - |
| YUV | 84.88 | 158.54 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 85 | 139 | 0.54 | 0.39 | 0 | 0.45 | 223.2 | 0.37 | 0.4 |
| Hex | 40 | 55 | 8B | 36 | 27 | 0 | 2D | DF | 25 | 28 |
| Octal | 100 | 125 | 213 | 66 | 47 | 0 | 55 | 337 | 45 | 50 |
| Binary | 1000000 | 1010101 | 10001011 | 110110 | 100111 | 0 | 101101 | 11011111 | 100101 | 101000 |
Color Harmonies of #40558B
Complementary color
Monochromatic Colors of #40558B
Black with #40558B
Text Example
Text Example
White with #40558B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40558B; }
p { color: rgb(64,85,139); }
H1.HeaderClassName
{
color: #40558B;
}
.AnyTagClassName
{
color: #40558B;
}
</style>
background-color css
<style>
a { background-color: #40558B; }
a { background-color: rgb(64,85,139); }
div.DivClassName
{
background-color: #40558B;
}
.BgClassName
{
background-color: #40558B;
}
</style>
border-color css
<style>
span { border-color: #40558B; }
span { border-color: rgb(64,85,139); }
td.TdClassName
{
border-color: #40558B;
}
.TagClassName
{
border-color: #40558B;
}
</style>