Shades of Tory Blue #254591
Tints of Tory Blue #254591
RGB
CMYK
RGB Variations
Color information
#254591 (or 0x254591) is known color: Tory Blue. HEX triplet: 25, 45 and 91. RGB value is (37,69,145). Sum of RGB (Red+Green+Blue) = 37+69+145=251 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.74% from 251); Green value is 69 (27.34% from 255 or 27.49% from 251); Blue value is 145 (57.03% from 255 or 57.77% from 251); Max value from RGB is 145 - color contains mainly: blue. Hex color #254591 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254591 is #DABA6E. Grayscale: #434343. Windows color (decimal): -14334575 or 9520421. OLE color: 9520421.
HSL color Cylindrical-coordinate representation of color #254591: hue angle of 222.22º 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 #254591 is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 37 | 69 | 145 | - |
| CMYK | 0.74 | 0.52 | 0 | 0.43 |
| HSL | 222.22º | 0.59% | 0.36% | - |
| HSV(B) | 222.22º | 0.74% | 0.57% | - |
| XYZ | 8 | 6.69 | 27.66 | - |
| YUV | 68.1 | 171.4 | 105.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 69 | 145 | 0.74 | 0.52 | 0 | 0.43 | 222.22 | 0.59 | 0.36 |
| Hex | 25 | 45 | 91 | 4A | 34 | 0 | 2B | DE | 3B | 24 |
| Octal | 45 | 105 | 221 | 112 | 64 | 0 | 53 | 336 | 73 | 44 |
| Binary | 100101 | 1000101 | 10010001 | 1001010 | 110100 | 0 | 101011 | 11011110 | 111011 | 100100 |
Color Harmonies of #254591
Complementary color
Monochromatic Colors of #254591
Black with #254591
Text Example
Text Example
White with #254591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254591; }
p { color: rgb(37,69,145); }
H1.HeaderClassName
{
color: #254591;
}
.AnyTagClassName
{
color: #254591;
}
</style>
background-color css
<style>
a { background-color: #254591; }
a { background-color: rgb(37,69,145); }
div.DivClassName
{
background-color: #254591;
}
.BgClassName
{
background-color: #254591;
}
</style>
border-color css
<style>
span { border-color: #254591; }
span { border-color: rgb(37,69,145); }
td.TdClassName
{
border-color: #254591;
}
.TagClassName
{
border-color: #254591;
}
</style>