Shades of Tory Blue #24499D
Tints of Tory Blue #24499D
RGB
CMYK
RGB Variations
Color information
#24499D (or 0x24499D) is known color: Tory Blue. HEX triplet: 24, 49 and 9D. RGB value is (36,73,157). Sum of RGB (Red+Green+Blue) = 36+73+157=266 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.53% from 266); Green value is 73 (28.91% from 255 or 27.44% from 266); Blue value is 157 (61.72% from 255 or 59.02% from 266); Max value from RGB is 157 - color contains mainly: blue. Hex color #24499D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24499D is #DBB662. Grayscale: #474747. Windows color (decimal): -14399075 or 10307876. OLE color: 10307876.
HSL color Cylindrical-coordinate representation of color #24499D: hue angle of 221.65º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24499D is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 36 | 73 | 157 | - |
| CMYK | 0.77 | 0.54 | 0 | 0.38 |
| HSL | 221.65º | 0.63% | 0.38% | - |
| HSV(B) | 221.65º | 0.77% | 0.62% | - |
| XYZ | 9.2 | 7.57 | 32.88 | - |
| YUV | 71.51 | 176.24 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 73 | 157 | 0.77 | 0.54 | 0 | 0.38 | 221.65 | 0.63 | 0.38 |
| Hex | 24 | 49 | 9D | 4D | 36 | 0 | 26 | DE | 3F | 26 |
| Octal | 44 | 111 | 235 | 115 | 66 | 0 | 46 | 336 | 77 | 46 |
| Binary | 100100 | 1001001 | 10011101 | 1001101 | 110110 | 0 | 100110 | 11011110 | 111111 | 100110 |
Color Harmonies of #24499D
Complementary color
Monochromatic Colors of #24499D
Black with #24499D
Text Example
Text Example
White with #24499D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24499D; }
p { color: rgb(36,73,157); }
H1.HeaderClassName
{
color: #24499D;
}
.AnyTagClassName
{
color: #24499D;
}
</style>
background-color css
<style>
a { background-color: #24499D; }
a { background-color: rgb(36,73,157); }
div.DivClassName
{
background-color: #24499D;
}
.BgClassName
{
background-color: #24499D;
}
</style>
border-color css
<style>
span { border-color: #24499D; }
span { border-color: rgb(36,73,157); }
td.TdClassName
{
border-color: #24499D;
}
.TagClassName
{
border-color: #24499D;
}
</style>