Shades of Tory Blue #244999
Tints of Tory Blue #244999
RGB
CMYK
RGB Variations
Color information
#244999 (or 0x244999) is known color: Tory Blue. HEX triplet: 24, 49 and 99. RGB value is (36,73,153). Sum of RGB (Red+Green+Blue) = 36+73+153=262 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.74% from 262); Green value is 73 (28.91% from 255 or 27.86% from 262); Blue value is 153 (60.16% from 255 or 58.40% from 262); Max value from RGB is 153 - color contains mainly: blue. Hex color #244999 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #244999 is #DBB666. Grayscale: #464646. Windows color (decimal): -14399079 or 10045732. OLE color: 10045732.
HSL color Cylindrical-coordinate representation of color #244999: hue angle of 221.03º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #244999 is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 36 | 73 | 153 | - |
| CMYK | 0.76 | 0.52 | 0 | 0.4 |
| HSL | 221.03º | 0.62% | 0.37% | - |
| HSV(B) | 221.03º | 0.76% | 0.6% | - |
| XYZ | 8.86 | 7.44 | 31.11 | - |
| YUV | 71.06 | 174.24 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 73 | 153 | 0.76 | 0.52 | 0 | 0.4 | 221.03 | 0.62 | 0.37 |
| Hex | 24 | 49 | 99 | 4C | 34 | 0 | 28 | DD | 3E | 25 |
| Octal | 44 | 111 | 231 | 114 | 64 | 0 | 50 | 335 | 76 | 45 |
| Binary | 100100 | 1001001 | 10011001 | 1001100 | 110100 | 0 | 101000 | 11011101 | 111110 | 100101 |
Color Harmonies of #244999
Complementary color
Monochromatic Colors of #244999
Black with #244999
Text Example
Text Example
White with #244999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244999; }
p { color: rgb(36,73,153); }
H1.HeaderClassName
{
color: #244999;
}
.AnyTagClassName
{
color: #244999;
}
</style>
background-color css
<style>
a { background-color: #244999; }
a { background-color: rgb(36,73,153); }
div.DivClassName
{
background-color: #244999;
}
.BgClassName
{
background-color: #244999;
}
</style>
border-color css
<style>
span { border-color: #244999; }
span { border-color: rgb(36,73,153); }
td.TdClassName
{
border-color: #244999;
}
.TagClassName
{
border-color: #244999;
}
</style>