Shades of Tory Blue #41528C
Tints of Tory Blue #41528C
RGB
CMYK
RGB Variations
Color information
#41528C (or 0x41528C) is known color: Tory Blue. HEX triplet: 41, 52 and 8C. RGB value is (65,82,140). Sum of RGB (Red+Green+Blue) = 65+82+140=287 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.65% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 140 (55.08% from 255 or 48.78% from 287); Max value from RGB is 140 - color contains mainly: blue. Hex color #41528C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41528C is #BEAD73. Grayscale: #535353. Windows color (decimal): -12496244 or 9196097. OLE color: 9196097.
HSL color Cylindrical-coordinate representation of color #41528C: hue angle of 226.4º 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 #41528C is Cyan = 0.54, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 82 | 140 | - |
| CMYK | 0.54 | 0.41 | 0 | 0.45 |
| HSL | 226.4º | 0.37% | 0.4% | - |
| HSV(B) | 226.4º | 0.54% | 0.55% | - |
| XYZ | 9.93 | 9.05 | 26.03 | - |
| YUV | 83.53 | 159.87 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 82 | 140 | 0.54 | 0.41 | 0 | 0.45 | 226.4 | 0.37 | 0.4 |
| Hex | 41 | 52 | 8C | 36 | 29 | 0 | 2D | E2 | 25 | 28 |
| Octal | 101 | 122 | 214 | 66 | 51 | 0 | 55 | 342 | 45 | 50 |
| Binary | 1000001 | 1010010 | 10001100 | 110110 | 101001 | 0 | 101101 | 11100010 | 100101 | 101000 |
Color Harmonies of #41528C
Complementary color
Monochromatic Colors of #41528C
Black with #41528C
Text Example
Text Example
White with #41528C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41528C; }
p { color: rgb(65,82,140); }
H1.HeaderClassName
{
color: #41528C;
}
.AnyTagClassName
{
color: #41528C;
}
</style>
background-color css
<style>
a { background-color: #41528C; }
a { background-color: rgb(65,82,140); }
div.DivClassName
{
background-color: #41528C;
}
.BgClassName
{
background-color: #41528C;
}
</style>
border-color css
<style>
span { border-color: #41528C; }
span { border-color: rgb(65,82,140); }
td.TdClassName
{
border-color: #41528C;
}
.TagClassName
{
border-color: #41528C;
}
</style>