Shades of Tory Blue #41558C
Tints of Tory Blue #41558C
RGB
CMYK
RGB Variations
Color information
#41558C (or 0x41558C) is known color: Tory Blue. HEX triplet: 41, 55 and 8C. RGB value is (65,85,140). Sum of RGB (Red+Green+Blue) = 65+85+140=290 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.41% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 140 (55.08% from 255 or 48.28% from 290); Max value from RGB is 140 - color contains mainly: blue. Hex color #41558C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41558C is #BEAA73. Grayscale: #555555. Windows color (decimal): -12495476 or 9196865. OLE color: 9196865.
HSL color Cylindrical-coordinate representation of color #41558C: hue angle of 224º 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 #41558C is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 85 | 140 | - |
| CMYK | 0.54 | 0.39 | 0 | 0.45 |
| HSL | 224º | 0.37% | 0.4% | - |
| HSV(B) | 224º | 0.54% | 0.55% | - |
| XYZ | 10.16 | 9.51 | 26.11 | - |
| YUV | 85.29 | 158.87 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 85 | 140 | 0.54 | 0.39 | 0 | 0.45 | 224 | 0.37 | 0.4 |
| Hex | 41 | 55 | 8C | 36 | 27 | 0 | 2D | E0 | 25 | 28 |
| Octal | 101 | 125 | 214 | 66 | 47 | 0 | 55 | 340 | 45 | 50 |
| Binary | 1000001 | 1010101 | 10001100 | 110110 | 100111 | 0 | 101101 | 11100000 | 100101 | 101000 |
Color Harmonies of #41558C
Complementary color
Monochromatic Colors of #41558C
Black with #41558C
Text Example
Text Example
White with #41558C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41558C; }
p { color: rgb(65,85,140); }
H1.HeaderClassName
{
color: #41558C;
}
.AnyTagClassName
{
color: #41558C;
}
</style>
background-color css
<style>
a { background-color: #41558C; }
a { background-color: rgb(65,85,140); }
div.DivClassName
{
background-color: #41558C;
}
.BgClassName
{
background-color: #41558C;
}
</style>
border-color css
<style>
span { border-color: #41558C; }
span { border-color: rgb(65,85,140); }
td.TdClassName
{
border-color: #41558C;
}
.TagClassName
{
border-color: #41558C;
}
</style>