Shades of Tory Blue #24458F
Tints of Tory Blue #24458F
RGB
CMYK
RGB Variations
Color information
#24458F (or 0x24458F) is known color: Tory Blue. HEX triplet: 24, 45 and 8F. RGB value is (36,69,143). Sum of RGB (Red+Green+Blue) = 36+69+143=248 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.52% from 248); Green value is 69 (27.34% from 255 or 27.82% from 248); Blue value is 143 (56.25% from 255 or 57.66% from 248); Max value from RGB is 143 - color contains mainly: blue. Hex color #24458F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24458F is #DBBA70. Grayscale: #434343. Windows color (decimal): -14400113 or 9389348. OLE color: 9389348.
HSL color Cylindrical-coordinate representation of color #24458F: hue angle of 221.5º 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 #24458F is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 69 | 143 | - |
| CMYK | 0.75 | 0.52 | 0 | 0.44 |
| HSL | 221.5º | 0.6% | 0.35% | - |
| HSV(B) | 221.5º | 0.75% | 0.56% | - |
| XYZ | 7.81 | 6.61 | 26.85 | - |
| YUV | 67.57 | 170.57 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 69 | 143 | 0.75 | 0.52 | 0 | 0.44 | 221.5 | 0.6 | 0.35 |
| Hex | 24 | 45 | 8F | 4B | 34 | 0 | 2C | DD | 3C | 23 |
| Octal | 44 | 105 | 217 | 113 | 64 | 0 | 54 | 335 | 74 | 43 |
| Binary | 100100 | 1000101 | 10001111 | 1001011 | 110100 | 0 | 101100 | 11011101 | 111100 | 100011 |
Color Harmonies of #24458F
Complementary color
Monochromatic Colors of #24458F
Black with #24458F
Text Example
Text Example
White with #24458F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24458F; }
p { color: rgb(36,69,143); }
H1.HeaderClassName
{
color: #24458F;
}
.AnyTagClassName
{
color: #24458F;
}
</style>
background-color css
<style>
a { background-color: #24458F; }
a { background-color: rgb(36,69,143); }
div.DivClassName
{
background-color: #24458F;
}
.BgClassName
{
background-color: #24458F;
}
</style>
border-color css
<style>
span { border-color: #24458F; }
span { border-color: rgb(36,69,143); }
td.TdClassName
{
border-color: #24458F;
}
.TagClassName
{
border-color: #24458F;
}
</style>