Shades of Tory Blue #405A8B
Tints of Tory Blue #405A8B
RGB
CMYK
RGB Variations
Color information
#405A8B (or 0x405A8B) is known color: Tory Blue. HEX triplet: 40, 5A and 8B. RGB value is (64,90,139). Sum of RGB (Red+Green+Blue) = 64+90+139=293 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.84% from 293); Green value is 90 (35.55% from 255 or 30.72% from 293); Blue value is 139 (54.69% from 255 or 47.44% from 293); Max value from RGB is 139 - color contains mainly: blue. Hex color #405A8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405A8B is #BFA574. Grayscale: #575757. Windows color (decimal): -12559733 or 9132608. OLE color: 9132608.
HSL color Cylindrical-coordinate representation of color #405A8B: hue angle of 219.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 #405A8B is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 90 | 139 | - |
| CMYK | 0.54 | 0.35 | 0 | 0.45 |
| HSL | 219.2º | 0.37% | 0.4% | - |
| HSV(B) | 219.2º | 0.54% | 0.55% | - |
| XYZ | 10.43 | 10.27 | 25.86 | - |
| YUV | 87.81 | 156.89 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 90 | 139 | 0.54 | 0.35 | 0 | 0.45 | 219.2 | 0.37 | 0.4 |
| Hex | 40 | 5A | 8B | 36 | 23 | 0 | 2D | DB | 25 | 28 |
| Octal | 100 | 132 | 213 | 66 | 43 | 0 | 55 | 333 | 45 | 50 |
| Binary | 1000000 | 1011010 | 10001011 | 110110 | 100011 | 0 | 101101 | 11011011 | 100101 | 101000 |
Color Harmonies of #405A8B
Complementary color
Monochromatic Colors of #405A8B
Black with #405A8B
Text Example
Text Example
White with #405A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405A8B; }
p { color: rgb(64,90,139); }
H1.HeaderClassName
{
color: #405A8B;
}
.AnyTagClassName
{
color: #405A8B;
}
</style>
background-color css
<style>
a { background-color: #405A8B; }
a { background-color: rgb(64,90,139); }
div.DivClassName
{
background-color: #405A8B;
}
.BgClassName
{
background-color: #405A8B;
}
</style>
border-color css
<style>
span { border-color: #405A8B; }
span { border-color: rgb(64,90,139); }
td.TdClassName
{
border-color: #405A8B;
}
.TagClassName
{
border-color: #405A8B;
}
</style>