Shades of Tory Blue #254496
Tints of Tory Blue #254496
RGB
CMYK
RGB Variations
Color information
#254496 (or 0x254496) is known color: Tory Blue. HEX triplet: 25, 44 and 96. RGB value is (37,68,150). Sum of RGB (Red+Green+Blue) = 37+68+150=255 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.51% from 255); Green value is 68 (26.95% from 255 or 26.67% from 255); Blue value is 150 (58.98% from 255 or 58.82% from 255); Max value from RGB is 150 - color contains mainly: blue. Hex color #254496 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254496 is #DABB69. Grayscale: #434343. Windows color (decimal): -14334826 or 9847845. OLE color: 9847845.
HSL color Cylindrical-coordinate representation of color #254496: hue angle of 223.54º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #254496 is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 37 | 68 | 150 | - |
| CMYK | 0.75 | 0.55 | 0 | 0.41 |
| HSL | 223.54º | 0.6% | 0.37% | - |
| HSV(B) | 223.54º | 0.75% | 0.59% | - |
| XYZ | 8.34 | 6.73 | 29.71 | - |
| YUV | 68.08 | 174.23 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 68 | 150 | 0.75 | 0.55 | 0 | 0.41 | 223.54 | 0.6 | 0.37 |
| Hex | 25 | 44 | 96 | 4B | 37 | 0 | 29 | E0 | 3C | 25 |
| Octal | 45 | 104 | 226 | 113 | 67 | 0 | 51 | 340 | 74 | 45 |
| Binary | 100101 | 1000100 | 10010110 | 1001011 | 110111 | 0 | 101001 | 11100000 | 111100 | 100101 |
Color Harmonies of #254496
Complementary color
Monochromatic Colors of #254496
Black with #254496
Text Example
Text Example
White with #254496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254496; }
p { color: rgb(37,68,150); }
H1.HeaderClassName
{
color: #254496;
}
.AnyTagClassName
{
color: #254496;
}
</style>
background-color css
<style>
a { background-color: #254496; }
a { background-color: rgb(37,68,150); }
div.DivClassName
{
background-color: #254496;
}
.BgClassName
{
background-color: #254496;
}
</style>
border-color css
<style>
span { border-color: #254496; }
span { border-color: rgb(37,68,150); }
td.TdClassName
{
border-color: #254496;
}
.TagClassName
{
border-color: #254496;
}
</style>