Shades of Tory Blue #41508B
Tints of Tory Blue #41508B
RGB
CMYK
RGB Variations
Color information
#41508B (or 0x41508B) is known color: Tory Blue. HEX triplet: 41, 50 and 8B. RGB value is (65,80,139). Sum of RGB (Red+Green+Blue) = 65+80+139=284 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.89% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 139 (54.69% from 255 or 48.94% from 284); Max value from RGB is 139 - color contains mainly: blue. Hex color #41508B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41508B is #BEAF74. Grayscale: #515151. Windows color (decimal): -12496757 or 9130049. OLE color: 9130049.
HSL color Cylindrical-coordinate representation of color #41508B: hue angle of 227.84º 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 #41508B is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 80 | 139 | - |
| CMYK | 0.53 | 0.42 | 0 | 0.45 |
| HSL | 227.84º | 0.36% | 0.4% | - |
| HSV(B) | 227.84º | 0.53% | 0.55% | - |
| XYZ | 9.71 | 8.73 | 25.6 | - |
| YUV | 82.24 | 160.03 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 80 | 139 | 0.53 | 0.42 | 0 | 0.45 | 227.84 | 0.36 | 0.4 |
| Hex | 41 | 50 | 8B | 35 | 2A | 0 | 2D | E4 | 24 | 28 |
| Octal | 101 | 120 | 213 | 65 | 52 | 0 | 55 | 344 | 44 | 50 |
| Binary | 1000001 | 1010000 | 10001011 | 110101 | 101010 | 0 | 101101 | 11100100 | 100100 | 101000 |
Color Harmonies of #41508B
Complementary color
Monochromatic Colors of #41508B
Black with #41508B
Text Example
Text Example
White with #41508B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41508B; }
p { color: rgb(65,80,139); }
H1.HeaderClassName
{
color: #41508B;
}
.AnyTagClassName
{
color: #41508B;
}
</style>
background-color css
<style>
a { background-color: #41508B; }
a { background-color: rgb(65,80,139); }
div.DivClassName
{
background-color: #41508B;
}
.BgClassName
{
background-color: #41508B;
}
</style>
border-color css
<style>
span { border-color: #41508B; }
span { border-color: rgb(65,80,139); }
td.TdClassName
{
border-color: #41508B;
}
.TagClassName
{
border-color: #41508B;
}
</style>