Shades of Tory Blue #405385
Tints of Tory Blue #405385
RGB
CMYK
RGB Variations
Color information
#405385 (or 0x405385) is known color: Tory Blue. HEX triplet: 40, 53 and 85. RGB value is (64,83,133). Sum of RGB (Red+Green+Blue) = 64+83+133=280 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.86% from 280); Green value is 83 (32.81% from 255 or 29.64% from 280); Blue value is 133 (52.34% from 255 or 47.5% from 280); Max value from RGB is 133 - color contains mainly: blue. Hex color #405385 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405385 is #BFAC7A. Grayscale: #525252. Windows color (decimal): -12561531 or 8737600. OLE color: 8737600.
HSL color Cylindrical-coordinate representation of color #405385: hue angle of 223.48º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #405385 is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 64 | 83 | 133 | - |
| CMYK | 0.52 | 0.38 | 0 | 0.48 |
| HSL | 223.48º | 0.35% | 0.39% | - |
| HSV(B) | 223.48º | 0.52% | 0.52% | - |
| XYZ | 9.44 | 8.97 | 23.42 | - |
| YUV | 83.02 | 156.21 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 83 | 133 | 0.52 | 0.38 | 0 | 0.48 | 223.48 | 0.35 | 0.39 |
| Hex | 40 | 53 | 85 | 34 | 26 | 0 | 30 | DF | 23 | 27 |
| Octal | 100 | 123 | 205 | 64 | 46 | 0 | 60 | 337 | 43 | 47 |
| Binary | 1000000 | 1010011 | 10000101 | 110100 | 100110 | 0 | 110000 | 11011111 | 100011 | 100111 |
Color Harmonies of #405385
Complementary color
Monochromatic Colors of #405385
Black with #405385
Text Example
Text Example
White with #405385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405385; }
p { color: rgb(64,83,133); }
H1.HeaderClassName
{
color: #405385;
}
.AnyTagClassName
{
color: #405385;
}
</style>
background-color css
<style>
a { background-color: #405385; }
a { background-color: rgb(64,83,133); }
div.DivClassName
{
background-color: #405385;
}
.BgClassName
{
background-color: #405385;
}
</style>
border-color css
<style>
span { border-color: #405385; }
span { border-color: rgb(64,83,133); }
td.TdClassName
{
border-color: #405385;
}
.TagClassName
{
border-color: #405385;
}
</style>