Shades of Tory Blue #41598B
Tints of Tory Blue #41598B
RGB
CMYK
RGB Variations
Color information
#41598B (or 0x41598B) is known color: Tory Blue. HEX triplet: 41, 59 and 8B. RGB value is (65,89,139). Sum of RGB (Red+Green+Blue) = 65+89+139=293 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.18% from 293); Green value is 89 (35.16% from 255 or 30.38% from 293); Blue value is 139 (54.69% from 255 or 47.44% from 293); Max value from RGB is 139 - color contains mainly: blue. Hex color #41598B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41598B is #BEA674. Grayscale: #575757. Windows color (decimal): -12494453 or 9132353. OLE color: 9132353.
HSL color Cylindrical-coordinate representation of color #41598B: hue angle of 220.54º 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 #41598B is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 89 | 139 | - |
| CMYK | 0.53 | 0.36 | 0 | 0.45 |
| HSL | 220.54º | 0.36% | 0.4% | - |
| HSV(B) | 220.54º | 0.53% | 0.55% | - |
| XYZ | 10.41 | 10.13 | 25.83 | - |
| YUV | 87.52 | 157.05 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 89 | 139 | 0.53 | 0.36 | 0 | 0.45 | 220.54 | 0.36 | 0.4 |
| Hex | 41 | 59 | 8B | 35 | 24 | 0 | 2D | DD | 24 | 28 |
| Octal | 101 | 131 | 213 | 65 | 44 | 0 | 55 | 335 | 44 | 50 |
| Binary | 1000001 | 1011001 | 10001011 | 110101 | 100100 | 0 | 101101 | 11011101 | 100100 | 101000 |
Color Harmonies of #41598B
Complementary color
Monochromatic Colors of #41598B
Black with #41598B
Text Example
Text Example
White with #41598B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41598B; }
p { color: rgb(65,89,139); }
H1.HeaderClassName
{
color: #41598B;
}
.AnyTagClassName
{
color: #41598B;
}
</style>
background-color css
<style>
a { background-color: #41598B; }
a { background-color: rgb(65,89,139); }
div.DivClassName
{
background-color: #41598B;
}
.BgClassName
{
background-color: #41598B;
}
</style>
border-color css
<style>
span { border-color: #41598B; }
span { border-color: rgb(65,89,139); }
td.TdClassName
{
border-color: #41598B;
}
.TagClassName
{
border-color: #41598B;
}
</style>