Shades of Tory Blue #25458D
Tints of Tory Blue #25458D
RGB
CMYK
RGB Variations
Color information
#25458D (or 0x25458D) is known color: Tory Blue. HEX triplet: 25, 45 and 8D. RGB value is (37,69,141). Sum of RGB (Red+Green+Blue) = 37+69+141=247 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.98% from 247); Green value is 69 (27.34% from 255 or 27.94% from 247); Blue value is 141 (55.47% from 255 or 57.09% from 247); Max value from RGB is 141 - color contains mainly: blue. Hex color #25458D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25458D is #DABA72. Grayscale: #434343. Windows color (decimal): -14334579 or 9258277. OLE color: 9258277.
HSL color Cylindrical-coordinate representation of color #25458D: hue angle of 221.54º 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 #25458D is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 37 | 69 | 141 | - |
| CMYK | 0.74 | 0.51 | 0 | 0.45 |
| HSL | 221.54º | 0.58% | 0.35% | - |
| HSV(B) | 221.54º | 0.74% | 0.55% | - |
| XYZ | 7.7 | 6.57 | 26.06 | - |
| YUV | 67.64 | 169.4 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 69 | 141 | 0.74 | 0.51 | 0 | 0.45 | 221.54 | 0.58 | 0.35 |
| Hex | 25 | 45 | 8D | 4A | 33 | 0 | 2D | DE | 3A | 23 |
| Octal | 45 | 105 | 215 | 112 | 63 | 0 | 55 | 336 | 72 | 43 |
| Binary | 100101 | 1000101 | 10001101 | 1001010 | 110011 | 0 | 101101 | 11011110 | 111010 | 100011 |
Color Harmonies of #25458D
Complementary color
Monochromatic Colors of #25458D
Black with #25458D
Text Example
Text Example
White with #25458D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25458D; }
p { color: rgb(37,69,141); }
H1.HeaderClassName
{
color: #25458D;
}
.AnyTagClassName
{
color: #25458D;
}
</style>
background-color css
<style>
a { background-color: #25458D; }
a { background-color: rgb(37,69,141); }
div.DivClassName
{
background-color: #25458D;
}
.BgClassName
{
background-color: #25458D;
}
</style>
border-color css
<style>
span { border-color: #25458D; }
span { border-color: rgb(37,69,141); }
td.TdClassName
{
border-color: #25458D;
}
.TagClassName
{
border-color: #25458D;
}
</style>