Shades of Tory Blue #405298
Tints of Tory Blue #405298
RGB
CMYK
RGB Variations
Color information
#405298 (or 0x405298) is known color: Tory Blue. HEX triplet: 40, 52 and 98. RGB value is (64,82,152). Sum of RGB (Red+Green+Blue) = 64+82+152=298 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.48% from 298); Green value is 82 (32.42% from 255 or 27.52% from 298); Blue value is 152 (59.77% from 255 or 51.01% from 298); Max value from RGB is 152 - color contains mainly: blue. Hex color #405298 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405298 is #BFAD67. Grayscale: #545454. Windows color (decimal): -12561768 or 9982528. OLE color: 9982528.
HSL color Cylindrical-coordinate representation of color #405298: hue angle of 227.73º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #405298 is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 64 | 82 | 152 | - |
| CMYK | 0.58 | 0.46 | 0 | 0.40 |
| HSL | 227.73º | 0.41% | 0.42% | - |
| HSV(B) | 227.73º | 0.58% | 0.6% | - |
| XYZ | 10.8 | 9.39 | 30.95 | - |
| YUV | 84.6 | 166.04 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 82 | 152 | 0.58 | 0.46 | 0 | 0.40 | 227.73 | 0.41 | 0.42 |
| Hex | 40 | 52 | 98 | 3A | 2E | 0 | 28 | E4 | 29 | 2A |
| Octal | 100 | 122 | 230 | 72 | 56 | 0 | 50 | 344 | 51 | 52 |
| Binary | 1000000 | 1010010 | 10011000 | 111010 | 101110 | 0 | 101000 | 11100100 | 101001 | 101010 |
Color Harmonies of #405298
Complementary color
Monochromatic Colors of #405298
Black with #405298
Text Example
Text Example
White with #405298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405298; }
p { color: rgb(64,82,152); }
H1.HeaderClassName
{
color: #405298;
}
.AnyTagClassName
{
color: #405298;
}
</style>
background-color css
<style>
a { background-color: #405298; }
a { background-color: rgb(64,82,152); }
div.DivClassName
{
background-color: #405298;
}
.BgClassName
{
background-color: #405298;
}
</style>
border-color css
<style>
span { border-color: #405298; }
span { border-color: rgb(64,82,152); }
td.TdClassName
{
border-color: #405298;
}
.TagClassName
{
border-color: #405298;
}
</style>