Shades of Tory Blue #244096
Tints of Tory Blue #244096
RGB
CMYK
RGB Variations
Color information
#244096 (or 0x244096) is known color: Tory Blue. HEX triplet: 24, 40 and 96. RGB value is (36,64,150). Sum of RGB (Red+Green+Blue) = 36+64+150=250 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.4% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 150 (58.98% from 255 or 60% from 250); Max value from RGB is 150 - color contains mainly: blue. Hex color #244096 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #244096 is #DBBF69. Grayscale: #414141. Windows color (decimal): -14401386 or 9846820. OLE color: 9846820.
HSL color Cylindrical-coordinate representation of color #244096: hue angle of 225.26º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #244096 is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 36 | 64 | 150 | - |
| CMYK | 0.76 | 0.57 | 0 | 0.41 |
| HSL | 225.26º | 0.61% | 0.36% | - |
| HSV(B) | 225.26º | 0.76% | 0.59% | - |
| XYZ | 8.07 | 6.24 | 29.63 | - |
| YUV | 65.43 | 175.72 | 107.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 64 | 150 | 0.76 | 0.57 | 0 | 0.41 | 225.26 | 0.61 | 0.36 |
| Hex | 24 | 40 | 96 | 4C | 39 | 0 | 29 | E1 | 3D | 24 |
| Octal | 44 | 100 | 226 | 114 | 71 | 0 | 51 | 341 | 75 | 44 |
| Binary | 100100 | 1000000 | 10010110 | 1001100 | 111001 | 0 | 101001 | 11100001 | 111101 | 100100 |
Color Harmonies of #244096
Complementary color
Monochromatic Colors of #244096
Black with #244096
Text Example
Text Example
White with #244096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244096; }
p { color: rgb(36,64,150); }
H1.HeaderClassName
{
color: #244096;
}
.AnyTagClassName
{
color: #244096;
}
</style>
background-color css
<style>
a { background-color: #244096; }
a { background-color: rgb(36,64,150); }
div.DivClassName
{
background-color: #244096;
}
.BgClassName
{
background-color: #244096;
}
</style>
border-color css
<style>
span { border-color: #244096; }
span { border-color: rgb(36,64,150); }
td.TdClassName
{
border-color: #244096;
}
.TagClassName
{
border-color: #244096;
}
</style>