Shades of Tory Blue #41518D
Tints of Tory Blue #41518D
RGB
CMYK
RGB Variations
Color information
#41518D (or 0x41518D) is known color: Tory Blue. HEX triplet: 41, 51 and 8D. RGB value is (65,81,141). Sum of RGB (Red+Green+Blue) = 65+81+141=287 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.65% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 141 (55.47% from 255 or 49.13% from 287); Max value from RGB is 141 - color contains mainly: blue. Hex color #41518D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41518D is #BEAE72. Grayscale: #525252. Windows color (decimal): -12496499 or 9261377. OLE color: 9261377.
HSL color Cylindrical-coordinate representation of color #41518D: hue angle of 227.37º 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 #41518D is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 81 | 141 | - |
| CMYK | 0.54 | 0.43 | 0 | 0.45 |
| HSL | 227.37º | 0.37% | 0.4% | - |
| HSV(B) | 227.37º | 0.54% | 0.55% | - |
| XYZ | 9.93 | 8.93 | 26.4 | - |
| YUV | 83.06 | 160.7 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 81 | 141 | 0.54 | 0.43 | 0 | 0.45 | 227.37 | 0.37 | 0.4 |
| Hex | 41 | 51 | 8D | 36 | 2B | 0 | 2D | E3 | 25 | 28 |
| Octal | 101 | 121 | 215 | 66 | 53 | 0 | 55 | 343 | 45 | 50 |
| Binary | 1000001 | 1010001 | 10001101 | 110110 | 101011 | 0 | 101101 | 11100011 | 100101 | 101000 |
Color Harmonies of #41518D
Complementary color
Monochromatic Colors of #41518D
Black with #41518D
Text Example
Text Example
White with #41518D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41518D; }
p { color: rgb(65,81,141); }
H1.HeaderClassName
{
color: #41518D;
}
.AnyTagClassName
{
color: #41518D;
}
</style>
background-color css
<style>
a { background-color: #41518D; }
a { background-color: rgb(65,81,141); }
div.DivClassName
{
background-color: #41518D;
}
.BgClassName
{
background-color: #41518D;
}
</style>
border-color css
<style>
span { border-color: #41518D; }
span { border-color: rgb(65,81,141); }
td.TdClassName
{
border-color: #41518D;
}
.TagClassName
{
border-color: #41518D;
}
</style>