Shades of Tory Blue #253A91
Tints of Tory Blue #253A91
RGB
CMYK
RGB Variations
Color information
#253A91 (or 0x253A91) is known color: Tory Blue. HEX triplet: 25, 3A and 91. RGB value is (37,58,145). Sum of RGB (Red+Green+Blue) = 37+58+145=240 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.42% from 240); Green value is 58 (23.05% from 255 or 24.17% from 240); Blue value is 145 (57.03% from 255 or 60.42% from 240); Max value from RGB is 145 - color contains mainly: blue. Hex color #253A91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253A91 is #DAC56E. Grayscale: #3D3D3D. Windows color (decimal): -14337391 or 9517605. OLE color: 9517605.
HSL color Cylindrical-coordinate representation of color #253A91: hue angle of 228.33º 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 #253A91 is Cyan = 0.74, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 37 | 58 | 145 | - |
| CMYK | 0.74 | 0.6 | 0 | 0.43 |
| HSL | 228.33º | 0.59% | 0.36% | - |
| HSV(B) | 228.33º | 0.74% | 0.57% | - |
| XYZ | 7.39 | 5.46 | 27.45 | - |
| YUV | 61.64 | 175.04 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 58 | 145 | 0.74 | 0.6 | 0 | 0.43 | 228.33 | 0.59 | 0.36 |
| Hex | 25 | 3A | 91 | 4A | 3C | 0 | 2B | E4 | 3B | 24 |
| Octal | 45 | 72 | 221 | 112 | 74 | 0 | 53 | 344 | 73 | 44 |
| Binary | 100101 | 111010 | 10010001 | 1001010 | 111100 | 0 | 101011 | 11100100 | 111011 | 100100 |
Color Harmonies of #253A91
Complementary color
Monochromatic Colors of #253A91
Black with #253A91
Text Example
Text Example
White with #253A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253A91; }
p { color: rgb(37,58,145); }
H1.HeaderClassName
{
color: #253A91;
}
.AnyTagClassName
{
color: #253A91;
}
</style>
background-color css
<style>
a { background-color: #253A91; }
a { background-color: rgb(37,58,145); }
div.DivClassName
{
background-color: #253A91;
}
.BgClassName
{
background-color: #253A91;
}
</style>
border-color css
<style>
span { border-color: #253A91; }
span { border-color: rgb(37,58,145); }
td.TdClassName
{
border-color: #253A91;
}
.TagClassName
{
border-color: #253A91;
}
</style>