Shades of Tory Blue #244696
Tints of Tory Blue #244696
RGB
CMYK
RGB Variations
Color information
#244696 (or 0x244696) is known color: Tory Blue. HEX triplet: 24, 46 and 96. RGB value is (36,70,150). Sum of RGB (Red+Green+Blue) = 36+70+150=256 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.06% from 256); Green value is 70 (27.73% from 255 or 27.34% from 256); Blue value is 150 (58.98% from 255 or 58.59% from 256); Max value from RGB is 150 - color contains mainly: blue. Hex color #244696 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #244696 is #DBB969. Grayscale: #444444. Windows color (decimal): -14399850 or 9848356. OLE color: 9848356.
HSL color Cylindrical-coordinate representation of color #244696: hue angle of 222.11º 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 #244696 is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 36 | 70 | 150 | - |
| CMYK | 0.76 | 0.53 | 0 | 0.41 |
| HSL | 222.11º | 0.61% | 0.36% | - |
| HSV(B) | 222.11º | 0.76% | 0.59% | - |
| XYZ | 8.42 | 6.96 | 29.75 | - |
| YUV | 68.95 | 173.74 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 70 | 150 | 0.76 | 0.53 | 0 | 0.41 | 222.11 | 0.61 | 0.36 |
| Hex | 24 | 46 | 96 | 4C | 35 | 0 | 29 | DE | 3D | 24 |
| Octal | 44 | 106 | 226 | 114 | 65 | 0 | 51 | 336 | 75 | 44 |
| Binary | 100100 | 1000110 | 10010110 | 1001100 | 110101 | 0 | 101001 | 11011110 | 111101 | 100100 |
Color Harmonies of #244696
Complementary color
Monochromatic Colors of #244696
Black with #244696
Text Example
Text Example
White with #244696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244696; }
p { color: rgb(36,70,150); }
H1.HeaderClassName
{
color: #244696;
}
.AnyTagClassName
{
color: #244696;
}
</style>
background-color css
<style>
a { background-color: #244696; }
a { background-color: rgb(36,70,150); }
div.DivClassName
{
background-color: #244696;
}
.BgClassName
{
background-color: #244696;
}
</style>
border-color css
<style>
span { border-color: #244696; }
span { border-color: rgb(36,70,150); }
td.TdClassName
{
border-color: #244696;
}
.TagClassName
{
border-color: #244696;
}
</style>