Shades of Tory Blue #254898
Tints of Tory Blue #254898
RGB
CMYK
RGB Variations
Color information
#254898 (or 0x254898) is known color: Tory Blue. HEX triplet: 25, 48 and 98. RGB value is (37,72,152). Sum of RGB (Red+Green+Blue) = 37+72+152=261 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.18% from 261); Green value is 72 (28.52% from 255 or 27.59% from 261); Blue value is 152 (59.77% from 255 or 58.24% from 261); Max value from RGB is 152 - color contains mainly: blue. Hex color #254898 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254898 is #DAB767. Grayscale: #464646. Windows color (decimal): -14333800 or 9979941. OLE color: 9979941.
HSL color Cylindrical-coordinate representation of color #254898: hue angle of 221.74º 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 #254898 is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 37 | 72 | 152 | - |
| CMYK | 0.76 | 0.53 | 0 | 0.40 |
| HSL | 221.74º | 0.61% | 0.37% | - |
| HSV(B) | 221.74º | 0.76% | 0.6% | - |
| XYZ | 8.75 | 7.3 | 30.65 | - |
| YUV | 70.66 | 173.9 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 72 | 152 | 0.76 | 0.53 | 0 | 0.40 | 221.74 | 0.61 | 0.37 |
| Hex | 25 | 48 | 98 | 4C | 35 | 0 | 28 | DE | 3D | 25 |
| Octal | 45 | 110 | 230 | 114 | 65 | 0 | 50 | 336 | 75 | 45 |
| Binary | 100101 | 1001000 | 10011000 | 1001100 | 110101 | 0 | 101000 | 11011110 | 111101 | 100101 |
Color Harmonies of #254898
Complementary color
Monochromatic Colors of #254898
Black with #254898
Text Example
Text Example
White with #254898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254898; }
p { color: rgb(37,72,152); }
H1.HeaderClassName
{
color: #254898;
}
.AnyTagClassName
{
color: #254898;
}
</style>
background-color css
<style>
a { background-color: #254898; }
a { background-color: rgb(37,72,152); }
div.DivClassName
{
background-color: #254898;
}
.BgClassName
{
background-color: #254898;
}
</style>
border-color css
<style>
span { border-color: #254898; }
span { border-color: rgb(37,72,152); }
td.TdClassName
{
border-color: #254898;
}
.TagClassName
{
border-color: #254898;
}
</style>