Shades of Tory Blue #405B8F
Tints of Tory Blue #405B8F
RGB
CMYK
RGB Variations
Color information
#405B8F (or 0x405B8F) is known color: Tory Blue. HEX triplet: 40, 5B and 8F. RGB value is (64,91,143). Sum of RGB (Red+Green+Blue) = 64+91+143=298 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.48% from 298); Green value is 91 (35.94% from 255 or 30.54% from 298); Blue value is 143 (56.25% from 255 or 47.99% from 298); Max value from RGB is 143 - color contains mainly: blue. Hex color #405B8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405B8F is #BFA470. Grayscale: #585858. Windows color (decimal): -12559473 or 9395008. OLE color: 9395008.
HSL color Cylindrical-coordinate representation of color #405B8F: hue angle of 219.49º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #405B8F is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 91 | 143 | - |
| CMYK | 0.55 | 0.36 | 0 | 0.44 |
| HSL | 219.49º | 0.38% | 0.41% | - |
| HSV(B) | 219.49º | 0.55% | 0.56% | - |
| XYZ | 10.81 | 10.56 | 27.45 | - |
| YUV | 88.86 | 158.55 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 91 | 143 | 0.55 | 0.36 | 0 | 0.44 | 219.49 | 0.38 | 0.41 |
| Hex | 40 | 5B | 8F | 37 | 24 | 0 | 2C | DB | 26 | 29 |
| Octal | 100 | 133 | 217 | 67 | 44 | 0 | 54 | 333 | 46 | 51 |
| Binary | 1000000 | 1011011 | 10001111 | 110111 | 100100 | 0 | 101100 | 11011011 | 100110 | 101001 |
Color Harmonies of #405B8F
Complementary color
Monochromatic Colors of #405B8F
Black with #405B8F
Text Example
Text Example
White with #405B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405B8F; }
p { color: rgb(64,91,143); }
H1.HeaderClassName
{
color: #405B8F;
}
.AnyTagClassName
{
color: #405B8F;
}
</style>
background-color css
<style>
a { background-color: #405B8F; }
a { background-color: rgb(64,91,143); }
div.DivClassName
{
background-color: #405B8F;
}
.BgClassName
{
background-color: #405B8F;
}
</style>
border-color css
<style>
span { border-color: #405B8F; }
span { border-color: rgb(64,91,143); }
td.TdClassName
{
border-color: #405B8F;
}
.TagClassName
{
border-color: #405B8F;
}
</style>