Shades of Tory Blue #40598C
Tints of Tory Blue #40598C
RGB
CMYK
RGB Variations
Color information
#40598C (or 0x40598C) is known color: Tory Blue. HEX triplet: 40, 59 and 8C. RGB value is (64,89,140). Sum of RGB (Red+Green+Blue) = 64+89+140=293 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.84% from 293); Green value is 89 (35.16% from 255 or 30.38% from 293); Blue value is 140 (55.08% from 255 or 47.78% from 293); Max value from RGB is 140 - color contains mainly: blue. Hex color #40598C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40598C is #BFA673. Grayscale: #575757. Windows color (decimal): -12559988 or 9197888. OLE color: 9197888.
HSL color Cylindrical-coordinate representation of color #40598C: hue angle of 220.26º 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 #40598C is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 89 | 140 | - |
| CMYK | 0.54 | 0.36 | 0 | 0.45 |
| HSL | 220.26º | 0.37% | 0.4% | - |
| HSV(B) | 220.26º | 0.54% | 0.55% | - |
| XYZ | 10.42 | 10.13 | 26.22 | - |
| YUV | 87.34 | 157.72 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 89 | 140 | 0.54 | 0.36 | 0 | 0.45 | 220.26 | 0.37 | 0.4 |
| Hex | 40 | 59 | 8C | 36 | 24 | 0 | 2D | DC | 25 | 28 |
| Octal | 100 | 131 | 214 | 66 | 44 | 0 | 55 | 334 | 45 | 50 |
| Binary | 1000000 | 1011001 | 10001100 | 110110 | 100100 | 0 | 101101 | 11011100 | 100101 | 101000 |
Color Harmonies of #40598C
Complementary color
Monochromatic Colors of #40598C
Black with #40598C
Text Example
Text Example
White with #40598C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40598C; }
p { color: rgb(64,89,140); }
H1.HeaderClassName
{
color: #40598C;
}
.AnyTagClassName
{
color: #40598C;
}
</style>
background-color css
<style>
a { background-color: #40598C; }
a { background-color: rgb(64,89,140); }
div.DivClassName
{
background-color: #40598C;
}
.BgClassName
{
background-color: #40598C;
}
</style>
border-color css
<style>
span { border-color: #40598C; }
span { border-color: rgb(64,89,140); }
td.TdClassName
{
border-color: #40598C;
}
.TagClassName
{
border-color: #40598C;
}
</style>