Shades of Tory Blue #405381
Tints of Tory Blue #405381
RGB
CMYK
RGB Variations
Color information
#405381 (or 0x405381) is known color: Tory Blue. HEX triplet: 40, 53 and 81. RGB value is (64,83,129). Sum of RGB (Red+Green+Blue) = 64+83+129=276 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.19% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 129 (50.78% from 255 or 46.74% from 276); Max value from RGB is 129 - color contains mainly: blue. Hex color #405381 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405381 is #BFAC7E. Grayscale: #525252. Windows color (decimal): -12561535 or 8475456. OLE color: 8475456.
HSL color Cylindrical-coordinate representation of color #405381: hue angle of 222.46º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #405381 is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 64 | 83 | 129 | - |
| CMYK | 0.50 | 0.36 | 0 | 0.49 |
| HSL | 222.46º | 0.34% | 0.38% | - |
| HSV(B) | 222.46º | 0.5% | 0.51% | - |
| XYZ | 9.17 | 8.86 | 22 | - |
| YUV | 82.56 | 154.21 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 83 | 129 | 0.50 | 0.36 | 0 | 0.49 | 222.46 | 0.34 | 0.38 |
| Hex | 40 | 53 | 81 | 32 | 24 | 0 | 31 | DE | 22 | 26 |
| Octal | 100 | 123 | 201 | 62 | 44 | 0 | 61 | 336 | 42 | 46 |
| Binary | 1000000 | 1010011 | 10000001 | 110010 | 100100 | 0 | 110001 | 11011110 | 100010 | 100110 |
Color Harmonies of #405381
Complementary color
Monochromatic Colors of #405381
Black with #405381
Text Example
Text Example
White with #405381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405381; }
p { color: rgb(64,83,129); }
H1.HeaderClassName
{
color: #405381;
}
.AnyTagClassName
{
color: #405381;
}
</style>
background-color css
<style>
a { background-color: #405381; }
a { background-color: rgb(64,83,129); }
div.DivClassName
{
background-color: #405381;
}
.BgClassName
{
background-color: #405381;
}
</style>
border-color css
<style>
span { border-color: #405381; }
span { border-color: rgb(64,83,129); }
td.TdClassName
{
border-color: #405381;
}
.TagClassName
{
border-color: #405381;
}
</style>