Shades of Tory Blue #41518B
Tints of Tory Blue #41518B
RGB
CMYK
RGB Variations
Color information
#41518B (or 0x41518B) is known color: Tory Blue. HEX triplet: 41, 51 and 8B. RGB value is (65,81,139). Sum of RGB (Red+Green+Blue) = 65+81+139=285 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.81% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 139 (54.69% from 255 or 48.77% from 285); Max value from RGB is 139 - color contains mainly: blue. Hex color #41518B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41518B is #BEAE74. Grayscale: #525252. Windows color (decimal): -12496501 or 9130305. OLE color: 9130305.
HSL color Cylindrical-coordinate representation of color #41518B: hue angle of 227.03º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #41518B is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 81 | 139 | - |
| CMYK | 0.53 | 0.42 | 0 | 0.45 |
| HSL | 227.03º | 0.36% | 0.4% | - |
| HSV(B) | 227.03º | 0.53% | 0.55% | - |
| XYZ | 9.78 | 8.87 | 25.62 | - |
| YUV | 82.83 | 159.7 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 81 | 139 | 0.53 | 0.42 | 0 | 0.45 | 227.03 | 0.36 | 0.4 |
| Hex | 41 | 51 | 8B | 35 | 2A | 0 | 2D | E3 | 24 | 28 |
| Octal | 101 | 121 | 213 | 65 | 52 | 0 | 55 | 343 | 44 | 50 |
| Binary | 1000001 | 1010001 | 10001011 | 110101 | 101010 | 0 | 101101 | 11100011 | 100100 | 101000 |
Color Harmonies of #41518B
Complementary color
Monochromatic Colors of #41518B
Black with #41518B
Text Example
Text Example
White with #41518B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41518B; }
p { color: rgb(65,81,139); }
H1.HeaderClassName
{
color: #41518B;
}
.AnyTagClassName
{
color: #41518B;
}
</style>
background-color css
<style>
a { background-color: #41518B; }
a { background-color: rgb(65,81,139); }
div.DivClassName
{
background-color: #41518B;
}
.BgClassName
{
background-color: #41518B;
}
</style>
border-color css
<style>
span { border-color: #41518B; }
span { border-color: rgb(65,81,139); }
td.TdClassName
{
border-color: #41518B;
}
.TagClassName
{
border-color: #41518B;
}
</style>