Shades of Tory Blue #253A8E
Tints of Tory Blue #253A8E
RGB
CMYK
RGB Variations
Color information
#253A8E (or 0x253A8E) is known color: Tory Blue. HEX triplet: 25, 3A and 8E. RGB value is (37,58,142). Sum of RGB (Red+Green+Blue) = 37+58+142=237 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.61% from 237); Green value is 58 (23.05% from 255 or 24.47% from 237); Blue value is 142 (55.86% from 255 or 59.92% from 237); Max value from RGB is 142 - color contains mainly: blue. Hex color #253A8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253A8E is #DAC571. Grayscale: #3C3C3C. Windows color (decimal): -14337394 or 9320997. OLE color: 9320997.
HSL color Cylindrical-coordinate representation of color #253A8E: hue angle of 228º 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 #253A8E is Cyan = 0.74, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 37 | 58 | 142 | - |
| CMYK | 0.74 | 0.59 | 0 | 0.44 |
| HSL | 228º | 0.59% | 0.35% | - |
| HSV(B) | 228º | 0.74% | 0.56% | - |
| XYZ | 7.16 | 5.37 | 26.25 | - |
| YUV | 61.3 | 173.54 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 58 | 142 | 0.74 | 0.59 | 0 | 0.44 | 228 | 0.59 | 0.35 |
| Hex | 25 | 3A | 8E | 4A | 3B | 0 | 2C | E4 | 3B | 23 |
| Octal | 45 | 72 | 216 | 112 | 73 | 0 | 54 | 344 | 73 | 43 |
| Binary | 100101 | 111010 | 10001110 | 1001010 | 111011 | 0 | 101100 | 11100100 | 111011 | 100011 |
Color Harmonies of #253A8E
Complementary color
Monochromatic Colors of #253A8E
Black with #253A8E
Text Example
Text Example
White with #253A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253A8E; }
p { color: rgb(37,58,142); }
H1.HeaderClassName
{
color: #253A8E;
}
.AnyTagClassName
{
color: #253A8E;
}
</style>
background-color css
<style>
a { background-color: #253A8E; }
a { background-color: rgb(37,58,142); }
div.DivClassName
{
background-color: #253A8E;
}
.BgClassName
{
background-color: #253A8E;
}
</style>
border-color css
<style>
span { border-color: #253A8E; }
span { border-color: rgb(37,58,142); }
td.TdClassName
{
border-color: #253A8E;
}
.TagClassName
{
border-color: #253A8E;
}
</style>