Shades of Tory Blue #254292
Tints of Tory Blue #254292
RGB
CMYK
RGB Variations
Color information
#254292 (or 0x254292) is known color: Tory Blue. HEX triplet: 25, 42 and 92. RGB value is (37,66,146). Sum of RGB (Red+Green+Blue) = 37+66+146=249 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.86% from 249); Green value is 66 (26.17% from 255 or 26.51% from 249); Blue value is 146 (57.42% from 255 or 58.63% from 249); Max value from RGB is 146 - color contains mainly: blue. Hex color #254292 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254292 is #DABD6D. Grayscale: #424242. Windows color (decimal): -14335342 or 9585189. OLE color: 9585189.
HSL color Cylindrical-coordinate representation of color #254292: hue angle of 224.04º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #254292 is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 37 | 66 | 146 | - |
| CMYK | 0.75 | 0.55 | 0 | 0.43 |
| HSL | 224.04º | 0.6% | 0.36% | - |
| HSV(B) | 224.04º | 0.75% | 0.57% | - |
| XYZ | 7.9 | 6.37 | 28.01 | - |
| YUV | 66.45 | 172.89 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 66 | 146 | 0.75 | 0.55 | 0 | 0.43 | 224.04 | 0.6 | 0.36 |
| Hex | 25 | 42 | 92 | 4B | 37 | 0 | 2B | E0 | 3C | 24 |
| Octal | 45 | 102 | 222 | 113 | 67 | 0 | 53 | 340 | 74 | 44 |
| Binary | 100101 | 1000010 | 10010010 | 1001011 | 110111 | 0 | 101011 | 11100000 | 111100 | 100100 |
Color Harmonies of #254292
Complementary color
Monochromatic Colors of #254292
Black with #254292
Text Example
Text Example
White with #254292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254292; }
p { color: rgb(37,66,146); }
H1.HeaderClassName
{
color: #254292;
}
.AnyTagClassName
{
color: #254292;
}
</style>
background-color css
<style>
a { background-color: #254292; }
a { background-color: rgb(37,66,146); }
div.DivClassName
{
background-color: #254292;
}
.BgClassName
{
background-color: #254292;
}
</style>
border-color css
<style>
span { border-color: #254292; }
span { border-color: rgb(37,66,146); }
td.TdClassName
{
border-color: #254292;
}
.TagClassName
{
border-color: #254292;
}
</style>