Shades of Tory Blue #254899
Tints of Tory Blue #254899
RGB
CMYK
RGB Variations
Color information
#254899 (or 0x254899) is known color: Tory Blue. HEX triplet: 25, 48 and 99. RGB value is (37,72,153). Sum of RGB (Red+Green+Blue) = 37+72+153=262 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.12% from 262); Green value is 72 (28.52% from 255 or 27.48% 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 #254899 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254899 is #DAB766. Grayscale: #464646. Windows color (decimal): -14333799 or 10045477. OLE color: 10045477.
HSL color Cylindrical-coordinate representation of color #254899: hue angle of 221.9º 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 #254899 is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 37 | 72 | 153 | - |
| CMYK | 0.76 | 0.53 | 0 | 0.4 |
| HSL | 221.9º | 0.61% | 0.37% | - |
| HSV(B) | 221.9º | 0.76% | 0.6% | - |
| XYZ | 8.83 | 7.33 | 31.09 | - |
| YUV | 70.77 | 174.4 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 72 | 153 | 0.76 | 0.53 | 0 | 0.4 | 221.9 | 0.61 | 0.37 |
| Hex | 25 | 48 | 99 | 4C | 35 | 0 | 28 | DE | 3D | 25 |
| Octal | 45 | 110 | 231 | 114 | 65 | 0 | 50 | 336 | 75 | 45 |
| Binary | 100101 | 1001000 | 10011001 | 1001100 | 110101 | 0 | 101000 | 11011110 | 111101 | 100101 |
Color Harmonies of #254899
Complementary color
Monochromatic Colors of #254899
Black with #254899
Text Example
Text Example
White with #254899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254899; }
p { color: rgb(37,72,153); }
H1.HeaderClassName
{
color: #254899;
}
.AnyTagClassName
{
color: #254899;
}
</style>
background-color css
<style>
a { background-color: #254899; }
a { background-color: rgb(37,72,153); }
div.DivClassName
{
background-color: #254899;
}
.BgClassName
{
background-color: #254899;
}
</style>
border-color css
<style>
span { border-color: #254899; }
span { border-color: rgb(37,72,153); }
td.TdClassName
{
border-color: #254899;
}
.TagClassName
{
border-color: #254899;
}
</style>