Shades of Tory Blue #254191
Tints of Tory Blue #254191
RGB
CMYK
RGB Variations
Color information
#254191 (or 0x254191) is known color: Tory Blue. HEX triplet: 25, 41 and 91. RGB value is (37,65,145). Sum of RGB (Red+Green+Blue) = 37+65+145=247 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.98% from 247); Green value is 65 (25.78% from 255 or 26.32% from 247); Blue value is 145 (57.03% from 255 or 58.70% from 247); Max value from RGB is 145 - color contains mainly: blue. Hex color #254191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254191 is #DABE6E. Grayscale: #414141. Windows color (decimal): -14335599 or 9519397. OLE color: 9519397.
HSL color Cylindrical-coordinate representation of color #254191: hue angle of 224.44º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #254191 is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 37 | 65 | 145 | - |
| CMYK | 0.74 | 0.55 | 0 | 0.43 |
| HSL | 224.44º | 0.59% | 0.36% | - |
| HSV(B) | 224.44º | 0.74% | 0.57% | - |
| XYZ | 7.76 | 6.22 | 27.58 | - |
| YUV | 65.75 | 172.72 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 65 | 145 | 0.74 | 0.55 | 0 | 0.43 | 224.44 | 0.59 | 0.36 |
| Hex | 25 | 41 | 91 | 4A | 37 | 0 | 2B | E0 | 3B | 24 |
| Octal | 45 | 101 | 221 | 112 | 67 | 0 | 53 | 340 | 73 | 44 |
| Binary | 100101 | 1000001 | 10010001 | 1001010 | 110111 | 0 | 101011 | 11100000 | 111011 | 100100 |
Color Harmonies of #254191
Complementary color
Monochromatic Colors of #254191
Black with #254191
Text Example
Text Example
White with #254191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254191; }
p { color: rgb(37,65,145); }
H1.HeaderClassName
{
color: #254191;
}
.AnyTagClassName
{
color: #254191;
}
</style>
background-color css
<style>
a { background-color: #254191; }
a { background-color: rgb(37,65,145); }
div.DivClassName
{
background-color: #254191;
}
.BgClassName
{
background-color: #254191;
}
</style>
border-color css
<style>
span { border-color: #254191; }
span { border-color: rgb(37,65,145); }
td.TdClassName
{
border-color: #254191;
}
.TagClassName
{
border-color: #254191;
}
</style>