Shades of Tory Blue #253B90
Tints of Tory Blue #253B90
RGB
CMYK
RGB Variations
Color information
#253B90 (or 0x253B90) is known color: Tory Blue. HEX triplet: 25, 3B and 90. RGB value is (37,59,144). Sum of RGB (Red+Green+Blue) = 37+59+144=240 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.42% from 240); Green value is 59 (23.44% from 255 or 24.58% from 240); Blue value is 144 (56.64% from 255 or 60% from 240); Max value from RGB is 144 - color contains mainly: blue. Hex color #253B90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253B90 is #DAC46F. Grayscale: #3D3D3D. Windows color (decimal): -14337136 or 9452325. OLE color: 9452325.
HSL color Cylindrical-coordinate representation of color #253B90: hue angle of 227.66º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #253B90 is Cyan = 0.74, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 37 | 59 | 144 | - |
| CMYK | 0.74 | 0.59 | 0 | 0.44 |
| HSL | 227.66º | 0.59% | 0.35% | - |
| HSV(B) | 227.66º | 0.74% | 0.56% | - |
| XYZ | 7.36 | 5.53 | 27.07 | - |
| YUV | 62.11 | 174.21 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 59 | 144 | 0.74 | 0.59 | 0 | 0.44 | 227.66 | 0.59 | 0.35 |
| Hex | 25 | 3B | 90 | 4A | 3B | 0 | 2C | E4 | 3B | 23 |
| Octal | 45 | 73 | 220 | 112 | 73 | 0 | 54 | 344 | 73 | 43 |
| Binary | 100101 | 111011 | 10010000 | 1001010 | 111011 | 0 | 101100 | 11100100 | 111011 | 100011 |
Color Harmonies of #253B90
Complementary color
Monochromatic Colors of #253B90
Black with #253B90
Text Example
Text Example
White with #253B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253B90; }
p { color: rgb(37,59,144); }
H1.HeaderClassName
{
color: #253B90;
}
.AnyTagClassName
{
color: #253B90;
}
</style>
background-color css
<style>
a { background-color: #253B90; }
a { background-color: rgb(37,59,144); }
div.DivClassName
{
background-color: #253B90;
}
.BgClassName
{
background-color: #253B90;
}
</style>
border-color css
<style>
span { border-color: #253B90; }
span { border-color: rgb(37,59,144); }
td.TdClassName
{
border-color: #253B90;
}
.TagClassName
{
border-color: #253B90;
}
</style>