Shades of Tory Blue #254499
Tints of Tory Blue #254499
RGB
CMYK
RGB Variations
Color information
#254499 (or 0x254499) is known color: Tory Blue. HEX triplet: 25, 44 and 99. RGB value is (37,68,153). Sum of RGB (Red+Green+Blue) = 37+68+153=258 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.34% from 258); Green value is 68 (26.95% from 255 or 26.36% from 258); Blue value is 153 (60.16% from 255 or 59.30% from 258); Max value from RGB is 153 - color contains mainly: blue. Hex color #254499 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254499 is #DABB66. Grayscale: #444444. Windows color (decimal): -14334823 or 10044453. OLE color: 10044453.
HSL color Cylindrical-coordinate representation of color #254499: hue angle of 223.97º degrees, saturation: 0.61, 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 #254499 is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 37 | 68 | 153 | - |
| CMYK | 0.76 | 0.56 | 0 | 0.4 |
| HSL | 223.97º | 0.61% | 0.37% | - |
| HSV(B) | 223.97º | 0.76% | 0.6% | - |
| XYZ | 8.58 | 6.83 | 31 | - |
| YUV | 68.42 | 175.73 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 68 | 153 | 0.76 | 0.56 | 0 | 0.4 | 223.97 | 0.61 | 0.37 |
| Hex | 25 | 44 | 99 | 4C | 38 | 0 | 28 | E0 | 3D | 25 |
| Octal | 45 | 104 | 231 | 114 | 70 | 0 | 50 | 340 | 75 | 45 |
| Binary | 100101 | 1000100 | 10011001 | 1001100 | 111000 | 0 | 101000 | 11100000 | 111101 | 100101 |
Color Harmonies of #254499
Complementary color
Monochromatic Colors of #254499
Black with #254499
Text Example
Text Example
White with #254499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254499; }
p { color: rgb(37,68,153); }
H1.HeaderClassName
{
color: #254499;
}
.AnyTagClassName
{
color: #254499;
}
</style>
background-color css
<style>
a { background-color: #254499; }
a { background-color: rgb(37,68,153); }
div.DivClassName
{
background-color: #254499;
}
.BgClassName
{
background-color: #254499;
}
</style>
border-color css
<style>
span { border-color: #254499; }
span { border-color: rgb(37,68,153); }
td.TdClassName
{
border-color: #254499;
}
.TagClassName
{
border-color: #254499;
}
</style>