Shades of Tory Blue #244798
Tints of Tory Blue #244798
RGB
CMYK
RGB Variations
Color information
#244798 (or 0x244798) is known color: Tory Blue. HEX triplet: 24, 47 and 98. RGB value is (36,71,152). Sum of RGB (Red+Green+Blue) = 36+71+152=259 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.90% from 259); Green value is 71 (28.12% from 255 or 27.41% from 259); Blue value is 152 (59.77% from 255 or 58.69% from 259); Max value from RGB is 152 - color contains mainly: blue. Hex color #244798 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #244798 is #DBB867. Grayscale: #454545. Windows color (decimal): -14399592 or 9979684. OLE color: 9979684.
HSL color Cylindrical-coordinate representation of color #244798: hue angle of 221.9º 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 #244798 is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 36 | 71 | 152 | - |
| CMYK | 0.76 | 0.53 | 0 | 0.40 |
| HSL | 221.9º | 0.62% | 0.37% | - |
| HSV(B) | 221.9º | 0.76% | 0.6% | - |
| XYZ | 8.65 | 7.15 | 30.63 | - |
| YUV | 69.77 | 174.4 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 71 | 152 | 0.76 | 0.53 | 0 | 0.40 | 221.9 | 0.62 | 0.37 |
| Hex | 24 | 47 | 98 | 4C | 35 | 0 | 28 | DE | 3E | 25 |
| Octal | 44 | 107 | 230 | 114 | 65 | 0 | 50 | 336 | 76 | 45 |
| Binary | 100100 | 1000111 | 10011000 | 1001100 | 110101 | 0 | 101000 | 11011110 | 111110 | 100101 |
Color Harmonies of #244798
Complementary color
Monochromatic Colors of #244798
Black with #244798
Text Example
Text Example
White with #244798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244798; }
p { color: rgb(36,71,152); }
H1.HeaderClassName
{
color: #244798;
}
.AnyTagClassName
{
color: #244798;
}
</style>
background-color css
<style>
a { background-color: #244798; }
a { background-color: rgb(36,71,152); }
div.DivClassName
{
background-color: #244798;
}
.BgClassName
{
background-color: #244798;
}
</style>
border-color css
<style>
span { border-color: #244798; }
span { border-color: rgb(36,71,152); }
td.TdClassName
{
border-color: #244798;
}
.TagClassName
{
border-color: #244798;
}
</style>