Shades of Tory Blue #25469B
Tints of Tory Blue #25469B
RGB
CMYK
RGB Variations
Color information
#25469B (or 0x25469B) is known color: Tory Blue. HEX triplet: 25, 46 and 9B. RGB value is (37,70,155). Sum of RGB (Red+Green+Blue) = 37+70+155=262 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.12% from 262); Green value is 70 (27.73% from 255 or 26.72% from 262); Blue value is 155 (60.94% from 255 or 59.16% from 262); Max value from RGB is 155 - color contains mainly: blue. Hex color #25469B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25469B is #DAB964. Grayscale: #454545. Windows color (decimal): -14334309 or 10176037. OLE color: 10176037.
HSL color Cylindrical-coordinate representation of color #25469B: hue angle of 223.22º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25469B is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 37 | 70 | 155 | - |
| CMYK | 0.76 | 0.55 | 0 | 0.39 |
| HSL | 223.22º | 0.61% | 0.38% | - |
| HSV(B) | 223.22º | 0.76% | 0.61% | - |
| XYZ | 8.87 | 7.14 | 31.92 | - |
| YUV | 69.82 | 176.07 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 70 | 155 | 0.76 | 0.55 | 0 | 0.39 | 223.22 | 0.61 | 0.38 |
| Hex | 25 | 46 | 9B | 4C | 37 | 0 | 27 | DF | 3D | 26 |
| Octal | 45 | 106 | 233 | 114 | 67 | 0 | 47 | 337 | 75 | 46 |
| Binary | 100101 | 1000110 | 10011011 | 1001100 | 110111 | 0 | 100111 | 11011111 | 111101 | 100110 |
Color Harmonies of #25469B
Complementary color
Monochromatic Colors of #25469B
Black with #25469B
Text Example
Text Example
White with #25469B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25469B; }
p { color: rgb(37,70,155); }
H1.HeaderClassName
{
color: #25469B;
}
.AnyTagClassName
{
color: #25469B;
}
</style>
background-color css
<style>
a { background-color: #25469B; }
a { background-color: rgb(37,70,155); }
div.DivClassName
{
background-color: #25469B;
}
.BgClassName
{
background-color: #25469B;
}
</style>
border-color css
<style>
span { border-color: #25469B; }
span { border-color: rgb(37,70,155); }
td.TdClassName
{
border-color: #25469B;
}
.TagClassName
{
border-color: #25469B;
}
</style>