Shades of Tory Blue #254298
Tints of Tory Blue #254298
RGB
CMYK
RGB Variations
Color information
#254298 (or 0x254298) is known color: Tory Blue. HEX triplet: 25, 42 and 98. RGB value is (37,66,152). Sum of RGB (Red+Green+Blue) = 37+66+152=255 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.51% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 152 (59.77% from 255 or 59.61% from 255); Max value from RGB is 152 - color contains mainly: blue. Hex color #254298 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254298 is #DABD67. Grayscale: #424242. Windows color (decimal): -14335336 or 9978405. OLE color: 9978405.
HSL color Cylindrical-coordinate representation of color #254298: hue angle of 224.87º 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 #254298 is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 37 | 66 | 152 | - |
| CMYK | 0.76 | 0.57 | 0 | 0.40 |
| HSL | 224.87º | 0.61% | 0.37% | - |
| HSV(B) | 224.87º | 0.76% | 0.6% | - |
| XYZ | 8.38 | 6.56 | 30.53 | - |
| YUV | 67.13 | 175.89 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 66 | 152 | 0.76 | 0.57 | 0 | 0.40 | 224.87 | 0.61 | 0.37 |
| Hex | 25 | 42 | 98 | 4C | 39 | 0 | 28 | E1 | 3D | 25 |
| Octal | 45 | 102 | 230 | 114 | 71 | 0 | 50 | 341 | 75 | 45 |
| Binary | 100101 | 1000010 | 10011000 | 1001100 | 111001 | 0 | 101000 | 11100001 | 111101 | 100101 |
Color Harmonies of #254298
Complementary color
Monochromatic Colors of #254298
Black with #254298
Text Example
Text Example
White with #254298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254298; }
p { color: rgb(37,66,152); }
H1.HeaderClassName
{
color: #254298;
}
.AnyTagClassName
{
color: #254298;
}
</style>
background-color css
<style>
a { background-color: #254298; }
a { background-color: rgb(37,66,152); }
div.DivClassName
{
background-color: #254298;
}
.BgClassName
{
background-color: #254298;
}
</style>
border-color css
<style>
span { border-color: #254298; }
span { border-color: rgb(37,66,152); }
td.TdClassName
{
border-color: #254298;
}
.TagClassName
{
border-color: #254298;
}
</style>