Shades of Tory Blue #254895
Tints of Tory Blue #254895
RGB
CMYK
RGB Variations
Color information
#254895 (or 0x254895) is known color: Tory Blue. HEX triplet: 25, 48 and 95. RGB value is (37,72,149). Sum of RGB (Red+Green+Blue) = 37+72+149=258 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.34% from 258); Green value is 72 (28.52% from 255 or 27.91% from 258); Blue value is 149 (58.59% from 255 or 57.75% from 258); Max value from RGB is 149 - color contains mainly: blue. Hex color #254895 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254895 is #DAB76A. Grayscale: #454545. Windows color (decimal): -14333803 or 9783333. OLE color: 9783333.
HSL color Cylindrical-coordinate representation of color #254895: hue angle of 221.25º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #254895 is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 72 | 149 | - |
| CMYK | 0.75 | 0.52 | 0 | 0.42 |
| HSL | 221.25º | 0.6% | 0.36% | - |
| HSV(B) | 221.25º | 0.75% | 0.58% | - |
| XYZ | 8.51 | 7.2 | 29.37 | - |
| YUV | 70.31 | 172.4 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 72 | 149 | 0.75 | 0.52 | 0 | 0.42 | 221.25 | 0.6 | 0.36 |
| Hex | 25 | 48 | 95 | 4B | 34 | 0 | 2A | DD | 3C | 24 |
| Octal | 45 | 110 | 225 | 113 | 64 | 0 | 52 | 335 | 74 | 44 |
| Binary | 100101 | 1001000 | 10010101 | 1001011 | 110100 | 0 | 101010 | 11011101 | 111100 | 100100 |
Color Harmonies of #254895
Complementary color
Monochromatic Colors of #254895
Black with #254895
Text Example
Text Example
White with #254895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254895; }
p { color: rgb(37,72,149); }
H1.HeaderClassName
{
color: #254895;
}
.AnyTagClassName
{
color: #254895;
}
</style>
background-color css
<style>
a { background-color: #254895; }
a { background-color: rgb(37,72,149); }
div.DivClassName
{
background-color: #254895;
}
.BgClassName
{
background-color: #254895;
}
</style>
border-color css
<style>
span { border-color: #254895; }
span { border-color: rgb(37,72,149); }
td.TdClassName
{
border-color: #254895;
}
.TagClassName
{
border-color: #254895;
}
</style>