Shades of Tory Blue #24458E
Tints of Tory Blue #24458E
RGB
CMYK
RGB Variations
Color information
#24458E (or 0x24458E) is known color: Tory Blue. HEX triplet: 24, 45 and 8E. RGB value is (36,69,142). Sum of RGB (Red+Green+Blue) = 36+69+142=247 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.57% from 247); Green value is 69 (27.34% from 255 or 27.94% from 247); Blue value is 142 (55.86% from 255 or 57.49% from 247); Max value from RGB is 142 - color contains mainly: blue. Hex color #24458E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24458E is #DBBA71. Grayscale: #434343. Windows color (decimal): -14400114 or 9323812. OLE color: 9323812.
HSL color Cylindrical-coordinate representation of color #24458E: hue angle of 221.32º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #24458E is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 69 | 142 | - |
| CMYK | 0.75 | 0.51 | 0 | 0.44 |
| HSL | 221.32º | 0.6% | 0.35% | - |
| HSV(B) | 221.32º | 0.75% | 0.56% | - |
| XYZ | 7.74 | 6.58 | 26.45 | - |
| YUV | 67.46 | 170.07 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 69 | 142 | 0.75 | 0.51 | 0 | 0.44 | 221.32 | 0.6 | 0.35 |
| Hex | 24 | 45 | 8E | 4B | 33 | 0 | 2C | DD | 3C | 23 |
| Octal | 44 | 105 | 216 | 113 | 63 | 0 | 54 | 335 | 74 | 43 |
| Binary | 100100 | 1000101 | 10001110 | 1001011 | 110011 | 0 | 101100 | 11011101 | 111100 | 100011 |
Color Harmonies of #24458E
Complementary color
Monochromatic Colors of #24458E
Black with #24458E
Text Example
Text Example
White with #24458E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24458E; }
p { color: rgb(36,69,142); }
H1.HeaderClassName
{
color: #24458E;
}
.AnyTagClassName
{
color: #24458E;
}
</style>
background-color css
<style>
a { background-color: #24458E; }
a { background-color: rgb(36,69,142); }
div.DivClassName
{
background-color: #24458E;
}
.BgClassName
{
background-color: #24458E;
}
</style>
border-color css
<style>
span { border-color: #24458E; }
span { border-color: rgb(36,69,142); }
td.TdClassName
{
border-color: #24458E;
}
.TagClassName
{
border-color: #24458E;
}
</style>