Shades of Tory Blue #24468F
Tints of Tory Blue #24468F
RGB
CMYK
RGB Variations
Color information
#24468F (or 0x24468F) is known color: Tory Blue. HEX triplet: 24, 46 and 8F. RGB value is (36,70,143). Sum of RGB (Red+Green+Blue) = 36+70+143=249 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.46% from 249); Green value is 70 (27.73% from 255 or 28.11% from 249); Blue value is 143 (56.25% from 255 or 57.43% from 249); Max value from RGB is 143 - color contains mainly: blue. Hex color #24468F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24468F is #DBB970. Grayscale: #434343. Windows color (decimal): -14399857 or 9389604. OLE color: 9389604.
HSL color Cylindrical-coordinate representation of color #24468F: hue angle of 220.93º 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 #24468F is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 70 | 143 | - |
| CMYK | 0.75 | 0.51 | 0 | 0.44 |
| HSL | 220.93º | 0.6% | 0.35% | - |
| HSV(B) | 220.93º | 0.75% | 0.56% | - |
| XYZ | 7.88 | 6.74 | 26.87 | - |
| YUV | 68.16 | 170.24 | 105.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 70 | 143 | 0.75 | 0.51 | 0 | 0.44 | 220.93 | 0.6 | 0.35 |
| Hex | 24 | 46 | 8F | 4B | 33 | 0 | 2C | DD | 3C | 23 |
| Octal | 44 | 106 | 217 | 113 | 63 | 0 | 54 | 335 | 74 | 43 |
| Binary | 100100 | 1000110 | 10001111 | 1001011 | 110011 | 0 | 101100 | 11011101 | 111100 | 100011 |
Color Harmonies of #24468F
Complementary color
Monochromatic Colors of #24468F
Black with #24468F
Text Example
Text Example
White with #24468F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24468F; }
p { color: rgb(36,70,143); }
H1.HeaderClassName
{
color: #24468F;
}
.AnyTagClassName
{
color: #24468F;
}
</style>
background-color css
<style>
a { background-color: #24468F; }
a { background-color: rgb(36,70,143); }
div.DivClassName
{
background-color: #24468F;
}
.BgClassName
{
background-color: #24468F;
}
</style>
border-color css
<style>
span { border-color: #24468F; }
span { border-color: rgb(36,70,143); }
td.TdClassName
{
border-color: #24468F;
}
.TagClassName
{
border-color: #24468F;
}
</style>