Shades of Tory Blue #244497
Tints of Tory Blue #244497
RGB
CMYK
RGB Variations
Color information
#244497 (or 0x244497) is known color: Tory Blue. HEX triplet: 24, 44 and 97. RGB value is (36,68,151). Sum of RGB (Red+Green+Blue) = 36+68+151=255 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.12% from 255); Green value is 68 (26.95% from 255 or 26.67% from 255); Blue value is 151 (59.38% from 255 or 59.22% from 255); Max value from RGB is 151 - color contains mainly: blue. Hex color #244497 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #244497 is #DBBB68. Grayscale: #434343. Windows color (decimal): -14400361 or 9913380. OLE color: 9913380.
HSL color Cylindrical-coordinate representation of color #244497: hue angle of 223.3º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #244497 is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 36 | 68 | 151 | - |
| CMYK | 0.76 | 0.55 | 0 | 0.41 |
| HSL | 223.3º | 0.61% | 0.37% | - |
| HSV(B) | 223.3º | 0.76% | 0.59% | - |
| XYZ | 8.38 | 6.74 | 30.14 | - |
| YUV | 67.89 | 174.9 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 68 | 151 | 0.76 | 0.55 | 0 | 0.41 | 223.3 | 0.61 | 0.37 |
| Hex | 24 | 44 | 97 | 4C | 37 | 0 | 29 | DF | 3D | 25 |
| Octal | 44 | 104 | 227 | 114 | 67 | 0 | 51 | 337 | 75 | 45 |
| Binary | 100100 | 1000100 | 10010111 | 1001100 | 110111 | 0 | 101001 | 11011111 | 111101 | 100101 |
Color Harmonies of #244497
Complementary color
Monochromatic Colors of #244497
Black with #244497
Text Example
Text Example
White with #244497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244497; }
p { color: rgb(36,68,151); }
H1.HeaderClassName
{
color: #244497;
}
.AnyTagClassName
{
color: #244497;
}
</style>
background-color css
<style>
a { background-color: #244497; }
a { background-color: rgb(36,68,151); }
div.DivClassName
{
background-color: #244497;
}
.BgClassName
{
background-color: #244497;
}
</style>
border-color css
<style>
span { border-color: #244497; }
span { border-color: rgb(36,68,151); }
td.TdClassName
{
border-color: #244497;
}
.TagClassName
{
border-color: #244497;
}
</style>