Shades of Tory Blue #40558A
Tints of Tory Blue #40558A
RGB
CMYK
RGB Variations
Color information
#40558A (or 0x40558A) is known color: Tory Blue. HEX triplet: 40, 55 and 8A. RGB value is (64,85,138). Sum of RGB (Red+Green+Blue) = 64+85+138=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 138 (54.30% from 255 or 48.08% from 287); Max value from RGB is 138 - color contains mainly: blue. Hex color #40558A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40558A is #BFAA75. Grayscale: #545454. Windows color (decimal): -12561014 or 9065792. OLE color: 9065792.
HSL color Cylindrical-coordinate representation of color #40558A: hue angle of 222.97º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #40558A is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 64 | 85 | 138 | - |
| CMYK | 0.54 | 0.38 | 0 | 0.46 |
| HSL | 222.97º | 0.37% | 0.4% | - |
| HSV(B) | 222.97º | 0.54% | 0.54% | - |
| XYZ | 9.95 | 9.42 | 25.34 | - |
| YUV | 84.76 | 158.04 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 85 | 138 | 0.54 | 0.38 | 0 | 0.46 | 222.97 | 0.37 | 0.4 |
| Hex | 40 | 55 | 8A | 36 | 26 | 0 | 2E | DF | 25 | 28 |
| Octal | 100 | 125 | 212 | 66 | 46 | 0 | 56 | 337 | 45 | 50 |
| Binary | 1000000 | 1010101 | 10001010 | 110110 | 100110 | 0 | 101110 | 11011111 | 100101 | 101000 |
Color Harmonies of #40558A
Complementary color
Monochromatic Colors of #40558A
Black with #40558A
Text Example
Text Example
White with #40558A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40558A; }
p { color: rgb(64,85,138); }
H1.HeaderClassName
{
color: #40558A;
}
.AnyTagClassName
{
color: #40558A;
}
</style>
background-color css
<style>
a { background-color: #40558A; }
a { background-color: rgb(64,85,138); }
div.DivClassName
{
background-color: #40558A;
}
.BgClassName
{
background-color: #40558A;
}
</style>
border-color css
<style>
span { border-color: #40558A; }
span { border-color: rgb(64,85,138); }
td.TdClassName
{
border-color: #40558A;
}
.TagClassName
{
border-color: #40558A;
}
</style>