Shades of Tory Blue #253991
Tints of Tory Blue #253991
RGB
CMYK
RGB Variations
Color information
#253991 (or 0x253991) is known color: Tory Blue. HEX triplet: 25, 39 and 91. RGB value is (37,57,145). Sum of RGB (Red+Green+Blue) = 37+57+145=239 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.48% from 239); Green value is 57 (22.66% from 255 or 23.85% from 239); Blue value is 145 (57.03% from 255 or 60.67% from 239); Max value from RGB is 145 - color contains mainly: blue. Hex color #253991 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253991 is #DAC66E. Grayscale: #3C3C3C. Windows color (decimal): -14337647 or 9517349. OLE color: 9517349.
HSL color Cylindrical-coordinate representation of color #253991: hue angle of 228.89º 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 #253991 is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 37 | 57 | 145 | - |
| CMYK | 0.74 | 0.61 | 0 | 0.43 |
| HSL | 228.89º | 0.59% | 0.36% | - |
| HSV(B) | 228.89º | 0.74% | 0.57% | - |
| XYZ | 7.34 | 5.36 | 27.44 | - |
| YUV | 61.05 | 175.37 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 57 | 145 | 0.74 | 0.61 | 0 | 0.43 | 228.89 | 0.59 | 0.36 |
| Hex | 25 | 39 | 91 | 4A | 3D | 0 | 2B | E5 | 3B | 24 |
| Octal | 45 | 71 | 221 | 112 | 75 | 0 | 53 | 345 | 73 | 44 |
| Binary | 100101 | 111001 | 10010001 | 1001010 | 111101 | 0 | 101011 | 11100101 | 111011 | 100100 |
Color Harmonies of #253991
Complementary color
Monochromatic Colors of #253991
Black with #253991
Text Example
Text Example
White with #253991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253991; }
p { color: rgb(37,57,145); }
H1.HeaderClassName
{
color: #253991;
}
.AnyTagClassName
{
color: #253991;
}
</style>
background-color css
<style>
a { background-color: #253991; }
a { background-color: rgb(37,57,145); }
div.DivClassName
{
background-color: #253991;
}
.BgClassName
{
background-color: #253991;
}
</style>
border-color css
<style>
span { border-color: #253991; }
span { border-color: rgb(37,57,145); }
td.TdClassName
{
border-color: #253991;
}
.TagClassName
{
border-color: #253991;
}
</style>