Shades of Tory Blue #415294
Tints of Tory Blue #415294
RGB
CMYK
RGB Variations
Color information
#415294 (or 0x415294) is known color: Tory Blue. HEX triplet: 41, 52 and 94. RGB value is (65,82,148). Sum of RGB (Red+Green+Blue) = 65+82+148=295 (39% of max value = 765). Red value is 65 (25.78% from 255 or 22.03% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 148 (58.20% from 255 or 50.17% from 295); Max value from RGB is 148 - color contains mainly: blue. Hex color #415294 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415294 is #BEAD6B. Grayscale: #545454. Windows color (decimal): -12496236 or 9720385. OLE color: 9720385.
HSL color Cylindrical-coordinate representation of color #415294: hue angle of 227.71º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #415294 is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 65 | 82 | 148 | - |
| CMYK | 0.56 | 0.45 | 0 | 0.42 |
| HSL | 227.71º | 0.39% | 0.42% | - |
| HSV(B) | 227.71º | 0.56% | 0.58% | - |
| XYZ | 10.54 | 9.3 | 29.26 | - |
| YUV | 84.44 | 163.87 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 82 | 148 | 0.56 | 0.45 | 0 | 0.42 | 227.71 | 0.39 | 0.42 |
| Hex | 41 | 52 | 94 | 38 | 2D | 0 | 2A | E4 | 27 | 2A |
| Octal | 101 | 122 | 224 | 70 | 55 | 0 | 52 | 344 | 47 | 52 |
| Binary | 1000001 | 1010010 | 10010100 | 111000 | 101101 | 0 | 101010 | 11100100 | 100111 | 101010 |
Color Harmonies of #415294
Complementary color
Monochromatic Colors of #415294
Black with #415294
Text Example
Text Example
White with #415294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415294; }
p { color: rgb(65,82,148); }
H1.HeaderClassName
{
color: #415294;
}
.AnyTagClassName
{
color: #415294;
}
</style>
background-color css
<style>
a { background-color: #415294; }
a { background-color: rgb(65,82,148); }
div.DivClassName
{
background-color: #415294;
}
.BgClassName
{
background-color: #415294;
}
</style>
border-color css
<style>
span { border-color: #415294; }
span { border-color: rgb(65,82,148); }
td.TdClassName
{
border-color: #415294;
}
.TagClassName
{
border-color: #415294;
}
</style>