Shades of Tory Blue #41558B
Tints of Tory Blue #41558B
RGB
CMYK
RGB Variations
Color information
#41558B (or 0x41558B) is known color: Tory Blue. HEX triplet: 41, 55 and 8B. RGB value is (65,85,139). Sum of RGB (Red+Green+Blue) = 65+85+139=289 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.49% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 139 (54.69% from 255 or 48.10% from 289); Max value from RGB is 139 - color contains mainly: blue. Hex color #41558B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41558B is #BEAA74. Grayscale: #545454. Windows color (decimal): -12495477 or 9131329. OLE color: 9131329.
HSL color Cylindrical-coordinate representation of color #41558B: hue angle of 223.78º 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 #41558B is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 85 | 139 | - |
| CMYK | 0.53 | 0.39 | 0 | 0.45 |
| HSL | 223.78º | 0.36% | 0.4% | - |
| HSV(B) | 223.78º | 0.53% | 0.55% | - |
| XYZ | 10.09 | 9.48 | 25.73 | - |
| YUV | 85.18 | 158.37 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 85 | 139 | 0.53 | 0.39 | 0 | 0.45 | 223.78 | 0.36 | 0.4 |
| Hex | 41 | 55 | 8B | 35 | 27 | 0 | 2D | E0 | 24 | 28 |
| Octal | 101 | 125 | 213 | 65 | 47 | 0 | 55 | 340 | 44 | 50 |
| Binary | 1000001 | 1010101 | 10001011 | 110101 | 100111 | 0 | 101101 | 11100000 | 100100 | 101000 |
Color Harmonies of #41558B
Complementary color
Monochromatic Colors of #41558B
Black with #41558B
Text Example
Text Example
White with #41558B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41558B; }
p { color: rgb(65,85,139); }
H1.HeaderClassName
{
color: #41558B;
}
.AnyTagClassName
{
color: #41558B;
}
</style>
background-color css
<style>
a { background-color: #41558B; }
a { background-color: rgb(65,85,139); }
div.DivClassName
{
background-color: #41558B;
}
.BgClassName
{
background-color: #41558B;
}
</style>
border-color css
<style>
span { border-color: #41558B; }
span { border-color: rgb(65,85,139); }
td.TdClassName
{
border-color: #41558B;
}
.TagClassName
{
border-color: #41558B;
}
</style>