Shades of Tory Blue #254698
Tints of Tory Blue #254698
RGB
CMYK
RGB Variations
Color information
#254698 (or 0x254698) is known color: Tory Blue. HEX triplet: 25, 46 and 98. RGB value is (37,70,152). Sum of RGB (Red+Green+Blue) = 37+70+152=259 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.29% from 259); Green value is 70 (27.73% from 255 or 27.03% 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 #254698 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254698 is #DAB967. Grayscale: #454545. Windows color (decimal): -14334312 or 9979429. OLE color: 9979429.
HSL color Cylindrical-coordinate representation of color #254698: hue angle of 222.78º 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 #254698 is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 37 | 70 | 152 | - |
| CMYK | 0.76 | 0.54 | 0 | 0.40 |
| HSL | 222.78º | 0.61% | 0.37% | - |
| HSV(B) | 222.78º | 0.76% | 0.6% | - |
| XYZ | 8.62 | 7.04 | 30.61 | - |
| YUV | 69.48 | 174.57 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 70 | 152 | 0.76 | 0.54 | 0 | 0.40 | 222.78 | 0.61 | 0.37 |
| Hex | 25 | 46 | 98 | 4C | 36 | 0 | 28 | DF | 3D | 25 |
| Octal | 45 | 106 | 230 | 114 | 66 | 0 | 50 | 337 | 75 | 45 |
| Binary | 100101 | 1000110 | 10011000 | 1001100 | 110110 | 0 | 101000 | 11011111 | 111101 | 100101 |
Color Harmonies of #254698
Complementary color
Monochromatic Colors of #254698
Black with #254698
Text Example
Text Example
White with #254698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254698; }
p { color: rgb(37,70,152); }
H1.HeaderClassName
{
color: #254698;
}
.AnyTagClassName
{
color: #254698;
}
</style>
background-color css
<style>
a { background-color: #254698; }
a { background-color: rgb(37,70,152); }
div.DivClassName
{
background-color: #254698;
}
.BgClassName
{
background-color: #254698;
}
</style>
border-color css
<style>
span { border-color: #254698; }
span { border-color: rgb(37,70,152); }
td.TdClassName
{
border-color: #254698;
}
.TagClassName
{
border-color: #254698;
}
</style>