Shades of Tory Blue #254089
Tints of Tory Blue #254089
RGB
CMYK
RGB Variations
Color information
#254089 (or 0x254089) is known color: Tory Blue. HEX triplet: 25, 40 and 89. RGB value is (37,64,137). Sum of RGB (Red+Green+Blue) = 37+64+137=238 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.55% from 238); Green value is 64 (25.39% from 255 or 26.89% from 238); Blue value is 137 (53.91% from 255 or 57.56% from 238); Max value from RGB is 137 - color contains mainly: blue. Hex color #254089 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254089 is #DABF76. Grayscale: #3F3F3F. Windows color (decimal): -14335863 or 8994853. OLE color: 8994853.
HSL color Cylindrical-coordinate representation of color #254089: hue angle of 223.8º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #254089 is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 37 | 64 | 137 | - |
| CMYK | 0.73 | 0.53 | 0 | 0.46 |
| HSL | 223.8º | 0.57% | 0.34% | - |
| HSV(B) | 223.8º | 0.73% | 0.54% | - |
| XYZ | 7.11 | 5.87 | 24.42 | - |
| YUV | 64.25 | 169.05 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 64 | 137 | 0.73 | 0.53 | 0 | 0.46 | 223.8 | 0.57 | 0.34 |
| Hex | 25 | 40 | 89 | 49 | 35 | 0 | 2E | E0 | 39 | 22 |
| Octal | 45 | 100 | 211 | 111 | 65 | 0 | 56 | 340 | 71 | 42 |
| Binary | 100101 | 1000000 | 10001001 | 1001001 | 110101 | 0 | 101110 | 11100000 | 111001 | 100010 |
Color Harmonies of #254089
Complementary color
Monochromatic Colors of #254089
Black with #254089
Text Example
Text Example
White with #254089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254089; }
p { color: rgb(37,64,137); }
H1.HeaderClassName
{
color: #254089;
}
.AnyTagClassName
{
color: #254089;
}
</style>
background-color css
<style>
a { background-color: #254089; }
a { background-color: rgb(37,64,137); }
div.DivClassName
{
background-color: #254089;
}
.BgClassName
{
background-color: #254089;
}
</style>
border-color css
<style>
span { border-color: #254089; }
span { border-color: rgb(37,64,137); }
td.TdClassName
{
border-color: #254089;
}
.TagClassName
{
border-color: #254089;
}
</style>