Shades of Tory Blue #24459B
Tints of Tory Blue #24459B
RGB
CMYK
RGB Variations
Color information
#24459B (or 0x24459B) is known color: Tory Blue. HEX triplet: 24, 45 and 9B. RGB value is (36,69,155). Sum of RGB (Red+Green+Blue) = 36+69+155=260 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.85% from 260); Green value is 69 (27.34% from 255 or 26.54% from 260); Blue value is 155 (60.94% from 255 or 59.62% from 260); Max value from RGB is 155 - color contains mainly: blue. Hex color #24459B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24459B is #DBBA64. Grayscale: #444444. Windows color (decimal): -14400101 or 10175780. OLE color: 10175780.
HSL color Cylindrical-coordinate representation of color #24459B: hue angle of 223.36º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24459B is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 69 | 155 | - |
| CMYK | 0.77 | 0.55 | 0 | 0.39 |
| HSL | 223.36º | 0.62% | 0.37% | - |
| HSV(B) | 223.36º | 0.77% | 0.61% | - |
| XYZ | 8.77 | 7 | 31.9 | - |
| YUV | 68.94 | 176.57 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 69 | 155 | 0.77 | 0.55 | 0 | 0.39 | 223.36 | 0.62 | 0.37 |
| Hex | 24 | 45 | 9B | 4D | 37 | 0 | 27 | DF | 3E | 25 |
| Octal | 44 | 105 | 233 | 115 | 67 | 0 | 47 | 337 | 76 | 45 |
| Binary | 100100 | 1000101 | 10011011 | 1001101 | 110111 | 0 | 100111 | 11011111 | 111110 | 100101 |
Color Harmonies of #24459B
Complementary color
Monochromatic Colors of #24459B
Black with #24459B
Text Example
Text Example
White with #24459B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24459B; }
p { color: rgb(36,69,155); }
H1.HeaderClassName
{
color: #24459B;
}
.AnyTagClassName
{
color: #24459B;
}
</style>
background-color css
<style>
a { background-color: #24459B; }
a { background-color: rgb(36,69,155); }
div.DivClassName
{
background-color: #24459B;
}
.BgClassName
{
background-color: #24459B;
}
</style>
border-color css
<style>
span { border-color: #24459B; }
span { border-color: rgb(36,69,155); }
td.TdClassName
{
border-color: #24459B;
}
.TagClassName
{
border-color: #24459B;
}
</style>