Shades of Tory Blue #253B8D
Tints of Tory Blue #253B8D
RGB
CMYK
RGB Variations
Color information
#253B8D (or 0x253B8D) is known color: Tory Blue. HEX triplet: 25, 3B and 8D. RGB value is (37,59,141). Sum of RGB (Red+Green+Blue) = 37+59+141=237 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.61% from 237); Green value is 59 (23.44% from 255 or 24.89% from 237); Blue value is 141 (55.47% from 255 or 59.49% from 237); Max value from RGB is 141 - color contains mainly: blue. Hex color #253B8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253B8D is #DAC472. Grayscale: #3D3D3D. Windows color (decimal): -14337139 or 9255717. OLE color: 9255717.
HSL color Cylindrical-coordinate representation of color #253B8D: hue angle of 227.31º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #253B8D is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 37 | 59 | 141 | - |
| CMYK | 0.74 | 0.58 | 0 | 0.45 |
| HSL | 227.31º | 0.58% | 0.35% | - |
| HSV(B) | 227.31º | 0.74% | 0.55% | - |
| XYZ | 7.13 | 5.44 | 25.87 | - |
| YUV | 61.77 | 172.71 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 59 | 141 | 0.74 | 0.58 | 0 | 0.45 | 227.31 | 0.58 | 0.35 |
| Hex | 25 | 3B | 8D | 4A | 3A | 0 | 2D | E3 | 3A | 23 |
| Octal | 45 | 73 | 215 | 112 | 72 | 0 | 55 | 343 | 72 | 43 |
| Binary | 100101 | 111011 | 10001101 | 1001010 | 111010 | 0 | 101101 | 11100011 | 111010 | 100011 |
Color Harmonies of #253B8D
Complementary color
Monochromatic Colors of #253B8D
Black with #253B8D
Text Example
Text Example
White with #253B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253B8D; }
p { color: rgb(37,59,141); }
H1.HeaderClassName
{
color: #253B8D;
}
.AnyTagClassName
{
color: #253B8D;
}
</style>
background-color css
<style>
a { background-color: #253B8D; }
a { background-color: rgb(37,59,141); }
div.DivClassName
{
background-color: #253B8D;
}
.BgClassName
{
background-color: #253B8D;
}
</style>
border-color css
<style>
span { border-color: #253B8D; }
span { border-color: rgb(37,59,141); }
td.TdClassName
{
border-color: #253B8D;
}
.TagClassName
{
border-color: #253B8D;
}
</style>