Shades of Tory Blue #254694
Tints of Tory Blue #254694
RGB
CMYK
RGB Variations
Color information
#254694 (or 0x254694) is known color: Tory Blue. HEX triplet: 25, 46 and 94. RGB value is (37,70,148). Sum of RGB (Red+Green+Blue) = 37+70+148=255 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.51% from 255); Green value is 70 (27.73% from 255 or 27.45% from 255); Blue value is 148 (58.20% from 255 or 58.04% from 255); Max value from RGB is 148 - color contains mainly: blue. Hex color #254694 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254694 is #DAB96B. Grayscale: #444444. Windows color (decimal): -14334316 or 9717285. OLE color: 9717285.
HSL color Cylindrical-coordinate representation of color #254694: hue angle of 222.16º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #254694 is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 70 | 148 | - |
| CMYK | 0.75 | 0.53 | 0 | 0.42 |
| HSL | 222.16º | 0.6% | 0.36% | - |
| HSV(B) | 222.16º | 0.75% | 0.58% | - |
| XYZ | 8.3 | 6.91 | 28.91 | - |
| YUV | 69.03 | 172.57 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 70 | 148 | 0.75 | 0.53 | 0 | 0.42 | 222.16 | 0.6 | 0.36 |
| Hex | 25 | 46 | 94 | 4B | 35 | 0 | 2A | DE | 3C | 24 |
| Octal | 45 | 106 | 224 | 113 | 65 | 0 | 52 | 336 | 74 | 44 |
| Binary | 100101 | 1000110 | 10010100 | 1001011 | 110101 | 0 | 101010 | 11011110 | 111100 | 100100 |
Color Harmonies of #254694
Complementary color
Monochromatic Colors of #254694
Black with #254694
Text Example
Text Example
White with #254694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254694; }
p { color: rgb(37,70,148); }
H1.HeaderClassName
{
color: #254694;
}
.AnyTagClassName
{
color: #254694;
}
</style>
background-color css
<style>
a { background-color: #254694; }
a { background-color: rgb(37,70,148); }
div.DivClassName
{
background-color: #254694;
}
.BgClassName
{
background-color: #254694;
}
</style>
border-color css
<style>
span { border-color: #254694; }
span { border-color: rgb(37,70,148); }
td.TdClassName
{
border-color: #254694;
}
.TagClassName
{
border-color: #254694;
}
</style>