Shades of Tory Blue #405C8C
Tints of Tory Blue #405C8C
RGB
CMYK
RGB Variations
Color information
#405C8C (or 0x405C8C) is known color: Tory Blue. HEX triplet: 40, 5C and 8C. RGB value is (64,92,140). Sum of RGB (Red+Green+Blue) = 64+92+140=296 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.62% from 296); Green value is 92 (36.33% from 255 or 31.08% from 296); Blue value is 140 (55.08% from 255 or 47.30% from 296); Max value from RGB is 140 - color contains mainly: blue. Hex color #405C8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405C8C is #BFA373. Grayscale: #585858. Windows color (decimal): -12559220 or 9198656. OLE color: 9198656.
HSL color Cylindrical-coordinate representation of color #405C8C: hue angle of 217.89º 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 #405C8C is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 92 | 140 | - |
| CMYK | 0.54 | 0.34 | 0 | 0.45 |
| HSL | 217.89º | 0.37% | 0.4% | - |
| HSV(B) | 217.89º | 0.54% | 0.55% | - |
| XYZ | 10.68 | 10.64 | 26.3 | - |
| YUV | 89.1 | 156.72 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 92 | 140 | 0.54 | 0.34 | 0 | 0.45 | 217.89 | 0.37 | 0.4 |
| Hex | 40 | 5C | 8C | 36 | 22 | 0 | 2D | DA | 25 | 28 |
| Octal | 100 | 134 | 214 | 66 | 42 | 0 | 55 | 332 | 45 | 50 |
| Binary | 1000000 | 1011100 | 10001100 | 110110 | 100010 | 0 | 101101 | 11011010 | 100101 | 101000 |
Color Harmonies of #405C8C
Complementary color
Monochromatic Colors of #405C8C
Black with #405C8C
Text Example
Text Example
White with #405C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405C8C; }
p { color: rgb(64,92,140); }
H1.HeaderClassName
{
color: #405C8C;
}
.AnyTagClassName
{
color: #405C8C;
}
</style>
background-color css
<style>
a { background-color: #405C8C; }
a { background-color: rgb(64,92,140); }
div.DivClassName
{
background-color: #405C8C;
}
.BgClassName
{
background-color: #405C8C;
}
</style>
border-color css
<style>
span { border-color: #405C8C; }
span { border-color: rgb(64,92,140); }
td.TdClassName
{
border-color: #405C8C;
}
.TagClassName
{
border-color: #405C8C;
}
</style>