Shades of Tory Blue #405388
Tints of Tory Blue #405388
RGB
CMYK
RGB Variations
Color information
#405388 (or 0x405388) is known color: Tory Blue. HEX triplet: 40, 53 and 88. RGB value is (64,83,136). Sum of RGB (Red+Green+Blue) = 64+83+136=283 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.61% from 283); Green value is 83 (32.81% from 255 or 29.33% from 283); Blue value is 136 (53.52% from 255 or 48.06% from 283); Max value from RGB is 136 - color contains mainly: blue. Hex color #405388 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405388 is #BFAC77. Grayscale: #535353. Windows color (decimal): -12561528 or 8934208. OLE color: 8934208.
HSL color Cylindrical-coordinate representation of color #405388: hue angle of 224.17º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #405388 is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 64 | 83 | 136 | - |
| CMYK | 0.53 | 0.39 | 0 | 0.47 |
| HSL | 224.17º | 0.36% | 0.39% | - |
| HSV(B) | 224.17º | 0.53% | 0.53% | - |
| XYZ | 9.65 | 9.05 | 24.53 | - |
| YUV | 83.36 | 157.71 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 83 | 136 | 0.53 | 0.39 | 0 | 0.47 | 224.17 | 0.36 | 0.39 |
| Hex | 40 | 53 | 88 | 35 | 27 | 0 | 2F | E0 | 24 | 27 |
| Octal | 100 | 123 | 210 | 65 | 47 | 0 | 57 | 340 | 44 | 47 |
| Binary | 1000000 | 1010011 | 10001000 | 110101 | 100111 | 0 | 101111 | 11100000 | 100100 | 100111 |
Color Harmonies of #405388
Complementary color
Monochromatic Colors of #405388
Black with #405388
Text Example
Text Example
White with #405388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405388; }
p { color: rgb(64,83,136); }
H1.HeaderClassName
{
color: #405388;
}
.AnyTagClassName
{
color: #405388;
}
</style>
background-color css
<style>
a { background-color: #405388; }
a { background-color: rgb(64,83,136); }
div.DivClassName
{
background-color: #405388;
}
.BgClassName
{
background-color: #405388;
}
</style>
border-color css
<style>
span { border-color: #405388; }
span { border-color: rgb(64,83,136); }
td.TdClassName
{
border-color: #405388;
}
.TagClassName
{
border-color: #405388;
}
</style>