Shades of Tory Blue #41568D
Tints of Tory Blue #41568D
RGB
CMYK
RGB Variations
Color information
#41568D (or 0x41568D) is known color: Tory Blue. HEX triplet: 41, 56 and 8D. RGB value is (65,86,141). Sum of RGB (Red+Green+Blue) = 65+86+141=292 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.26% from 292); Green value is 86 (33.98% from 255 or 29.45% from 292); Blue value is 141 (55.47% from 255 or 48.29% from 292); Max value from RGB is 141 - color contains mainly: blue. Hex color #41568D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41568D is #BEA972. Grayscale: #555555. Windows color (decimal): -12495219 or 9262657. OLE color: 9262657.
HSL color Cylindrical-coordinate representation of color #41568D: hue angle of 223.42º 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 #41568D is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 86 | 141 | - |
| CMYK | 0.54 | 0.39 | 0 | 0.45 |
| HSL | 223.42º | 0.37% | 0.4% | - |
| HSV(B) | 223.42º | 0.54% | 0.55% | - |
| XYZ | 10.32 | 9.7 | 26.53 | - |
| YUV | 85.99 | 159.04 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 86 | 141 | 0.54 | 0.39 | 0 | 0.45 | 223.42 | 0.37 | 0.4 |
| Hex | 41 | 56 | 8D | 36 | 27 | 0 | 2D | DF | 25 | 28 |
| Octal | 101 | 126 | 215 | 66 | 47 | 0 | 55 | 337 | 45 | 50 |
| Binary | 1000001 | 1010110 | 10001101 | 110110 | 100111 | 0 | 101101 | 11011111 | 100101 | 101000 |
Color Harmonies of #41568D
Complementary color
Monochromatic Colors of #41568D
Black with #41568D
Text Example
Text Example
White with #41568D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41568D; }
p { color: rgb(65,86,141); }
H1.HeaderClassName
{
color: #41568D;
}
.AnyTagClassName
{
color: #41568D;
}
</style>
background-color css
<style>
a { background-color: #41568D; }
a { background-color: rgb(65,86,141); }
div.DivClassName
{
background-color: #41568D;
}
.BgClassName
{
background-color: #41568D;
}
</style>
border-color css
<style>
span { border-color: #41568D; }
span { border-color: rgb(65,86,141); }
td.TdClassName
{
border-color: #41568D;
}
.TagClassName
{
border-color: #41568D;
}
</style>