Shades of Tory Blue #25449A
Tints of Tory Blue #25449A
RGB
CMYK
RGB Variations
Color information
#25449A (or 0x25449A) is known color: Tory Blue. HEX triplet: 25, 44 and 9A. RGB value is (37,68,154). Sum of RGB (Red+Green+Blue) = 37+68+154=259 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.29% from 259); Green value is 68 (26.95% from 255 or 26.25% from 259); Blue value is 154 (60.55% from 255 or 59.46% from 259); Max value from RGB is 154 - color contains mainly: blue. Hex color #25449A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25449A is #DABB65. Grayscale: #444444. Windows color (decimal): -14334822 or 10109989. OLE color: 10109989.
HSL color Cylindrical-coordinate representation of color #25449A: hue angle of 224.1º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25449A is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 37 | 68 | 154 | - |
| CMYK | 0.76 | 0.56 | 0 | 0.40 |
| HSL | 224.1º | 0.61% | 0.37% | - |
| HSV(B) | 224.1º | 0.76% | 0.6% | - |
| XYZ | 8.66 | 6.86 | 31.44 | - |
| YUV | 68.54 | 176.23 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 68 | 154 | 0.76 | 0.56 | 0 | 0.40 | 224.1 | 0.61 | 0.37 |
| Hex | 25 | 44 | 9A | 4C | 38 | 0 | 28 | E0 | 3D | 25 |
| Octal | 45 | 104 | 232 | 114 | 70 | 0 | 50 | 340 | 75 | 45 |
| Binary | 100101 | 1000100 | 10011010 | 1001100 | 111000 | 0 | 101000 | 11100000 | 111101 | 100101 |
Color Harmonies of #25449A
Complementary color
Monochromatic Colors of #25449A
Black with #25449A
Text Example
Text Example
White with #25449A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25449A; }
p { color: rgb(37,68,154); }
H1.HeaderClassName
{
color: #25449A;
}
.AnyTagClassName
{
color: #25449A;
}
</style>
background-color css
<style>
a { background-color: #25449A; }
a { background-color: rgb(37,68,154); }
div.DivClassName
{
background-color: #25449A;
}
.BgClassName
{
background-color: #25449A;
}
</style>
border-color css
<style>
span { border-color: #25449A; }
span { border-color: rgb(37,68,154); }
td.TdClassName
{
border-color: #25449A;
}
.TagClassName
{
border-color: #25449A;
}
</style>