Shades of Tory Blue #41568A
Tints of Tory Blue #41568A
RGB
CMYK
RGB Variations
Color information
#41568A (or 0x41568A) is known color: Tory Blue. HEX triplet: 41, 56 and 8A. RGB value is (65,86,138). Sum of RGB (Red+Green+Blue) = 65+86+138=289 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.49% from 289); Green value is 86 (33.98% from 255 or 29.76% from 289); Blue value is 138 (54.30% from 255 or 47.75% from 289); Max value from RGB is 138 - color contains mainly: blue. Hex color #41568A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41568A is #BEA975. Grayscale: #555555. Windows color (decimal): -12495222 or 9066049. OLE color: 9066049.
HSL color Cylindrical-coordinate representation of color #41568A: hue angle of 222.74º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #41568A is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 65 | 86 | 138 | - |
| CMYK | 0.53 | 0.38 | 0 | 0.46 |
| HSL | 222.74º | 0.36% | 0.4% | - |
| HSV(B) | 222.74º | 0.53% | 0.54% | - |
| XYZ | 10.1 | 9.61 | 25.37 | - |
| YUV | 85.65 | 157.54 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 86 | 138 | 0.53 | 0.38 | 0 | 0.46 | 222.74 | 0.36 | 0.4 |
| Hex | 41 | 56 | 8A | 35 | 26 | 0 | 2E | DF | 24 | 28 |
| Octal | 101 | 126 | 212 | 65 | 46 | 0 | 56 | 337 | 44 | 50 |
| Binary | 1000001 | 1010110 | 10001010 | 110101 | 100110 | 0 | 101110 | 11011111 | 100100 | 101000 |
Color Harmonies of #41568A
Complementary color
Monochromatic Colors of #41568A
Black with #41568A
Text Example
Text Example
White with #41568A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41568A; }
p { color: rgb(65,86,138); }
H1.HeaderClassName
{
color: #41568A;
}
.AnyTagClassName
{
color: #41568A;
}
</style>
background-color css
<style>
a { background-color: #41568A; }
a { background-color: rgb(65,86,138); }
div.DivClassName
{
background-color: #41568A;
}
.BgClassName
{
background-color: #41568A;
}
</style>
border-color css
<style>
span { border-color: #41568A; }
span { border-color: rgb(65,86,138); }
td.TdClassName
{
border-color: #41568A;
}
.TagClassName
{
border-color: #41568A;
}
</style>