Shades of Tory Blue #24459A
Tints of Tory Blue #24459A
RGB
CMYK
RGB Variations
Color information
#24459A (or 0x24459A) is known color: Tory Blue. HEX triplet: 24, 45 and 9A. RGB value is (36,69,154). Sum of RGB (Red+Green+Blue) = 36+69+154=259 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.90% from 259); Green value is 69 (27.34% from 255 or 26.64% from 259); Blue value is 154 (60.55% from 255 or 59.46% from 259); Max value from RGB is 154 - color contains mainly: blue. Hex color #24459A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24459A is #DBBA65. Grayscale: #444444. Windows color (decimal): -14400102 or 10110244. OLE color: 10110244.
HSL color Cylindrical-coordinate representation of color #24459A: hue angle of 223.22º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24459A is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 36 | 69 | 154 | - |
| CMYK | 0.77 | 0.55 | 0 | 0.40 |
| HSL | 223.22º | 0.62% | 0.37% | - |
| HSV(B) | 223.22º | 0.77% | 0.6% | - |
| XYZ | 8.69 | 6.96 | 31.46 | - |
| YUV | 68.82 | 176.07 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 69 | 154 | 0.77 | 0.55 | 0 | 0.40 | 223.22 | 0.62 | 0.37 |
| Hex | 24 | 45 | 9A | 4D | 37 | 0 | 28 | DF | 3E | 25 |
| Octal | 44 | 105 | 232 | 115 | 67 | 0 | 50 | 337 | 76 | 45 |
| Binary | 100100 | 1000101 | 10011010 | 1001101 | 110111 | 0 | 101000 | 11011111 | 111110 | 100101 |
Color Harmonies of #24459A
Complementary color
Monochromatic Colors of #24459A
Black with #24459A
Text Example
Text Example
White with #24459A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24459A; }
p { color: rgb(36,69,154); }
H1.HeaderClassName
{
color: #24459A;
}
.AnyTagClassName
{
color: #24459A;
}
</style>
background-color css
<style>
a { background-color: #24459A; }
a { background-color: rgb(36,69,154); }
div.DivClassName
{
background-color: #24459A;
}
.BgClassName
{
background-color: #24459A;
}
</style>
border-color css
<style>
span { border-color: #24459A; }
span { border-color: rgb(36,69,154); }
td.TdClassName
{
border-color: #24459A;
}
.TagClassName
{
border-color: #24459A;
}
</style>