Shades of Tory Blue #244297
Tints of Tory Blue #244297
RGB
CMYK
RGB Variations
Color information
#244297 (or 0x244297) is known color: Tory Blue. HEX triplet: 24, 42 and 97. RGB value is (36,66,151). Sum of RGB (Red+Green+Blue) = 36+66+151=253 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.23% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 151 (59.38% from 255 or 59.68% from 253); Max value from RGB is 151 - color contains mainly: blue. Hex color #244297 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #244297 is #DBBD68. Grayscale: #424242. Windows color (decimal): -14400873 or 9912868. OLE color: 9912868.
HSL color Cylindrical-coordinate representation of color #244297: hue angle of 224.35º 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 #244297 is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 36 | 66 | 151 | - |
| CMYK | 0.76 | 0.56 | 0 | 0.41 |
| HSL | 224.35º | 0.61% | 0.37% | - |
| HSV(B) | 224.35º | 0.76% | 0.59% | - |
| XYZ | 8.26 | 6.51 | 30.1 | - |
| YUV | 66.72 | 175.56 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 66 | 151 | 0.76 | 0.56 | 0 | 0.41 | 224.35 | 0.61 | 0.37 |
| Hex | 24 | 42 | 97 | 4C | 38 | 0 | 29 | E0 | 3D | 25 |
| Octal | 44 | 102 | 227 | 114 | 70 | 0 | 51 | 340 | 75 | 45 |
| Binary | 100100 | 1000010 | 10010111 | 1001100 | 111000 | 0 | 101001 | 11100000 | 111101 | 100101 |
Color Harmonies of #244297
Complementary color
Monochromatic Colors of #244297
Black with #244297
Text Example
Text Example
White with #244297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244297; }
p { color: rgb(36,66,151); }
H1.HeaderClassName
{
color: #244297;
}
.AnyTagClassName
{
color: #244297;
}
</style>
background-color css
<style>
a { background-color: #244297; }
a { background-color: rgb(36,66,151); }
div.DivClassName
{
background-color: #244297;
}
.BgClassName
{
background-color: #244297;
}
</style>
border-color css
<style>
span { border-color: #244297; }
span { border-color: rgb(36,66,151); }
td.TdClassName
{
border-color: #244297;
}
.TagClassName
{
border-color: #244297;
}
</style>