Shades of Tory Blue #25499D
Tints of Tory Blue #25499D
RGB
CMYK
RGB Variations
Color information
#25499D (or 0x25499D) is known color: Tory Blue. HEX triplet: 25, 49 and 9D. RGB value is (37,73,157). Sum of RGB (Red+Green+Blue) = 37+73+157=267 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.86% from 267); Green value is 73 (28.91% from 255 or 27.34% from 267); Blue value is 157 (61.72% from 255 or 58.80% from 267); Max value from RGB is 157 - color contains mainly: blue. Hex color #25499D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25499D is #DAB662. Grayscale: #474747. Windows color (decimal): -14333539 or 10307877. OLE color: 10307877.
HSL color Cylindrical-coordinate representation of color #25499D: hue angle of 222º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25499D is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 73 | 157 | - |
| CMYK | 0.76 | 0.54 | 0 | 0.38 |
| HSL | 222º | 0.62% | 0.38% | - |
| HSV(B) | 222º | 0.76% | 0.62% | - |
| XYZ | 9.23 | 7.59 | 32.88 | - |
| YUV | 71.81 | 176.07 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 73 | 157 | 0.76 | 0.54 | 0 | 0.38 | 222 | 0.62 | 0.38 |
| Hex | 25 | 49 | 9D | 4C | 36 | 0 | 26 | DE | 3E | 26 |
| Octal | 45 | 111 | 235 | 114 | 66 | 0 | 46 | 336 | 76 | 46 |
| Binary | 100101 | 1001001 | 10011101 | 1001100 | 110110 | 0 | 100110 | 11011110 | 111110 | 100110 |
Color Harmonies of #25499D
Complementary color
Monochromatic Colors of #25499D
Black with #25499D
Text Example
Text Example
White with #25499D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25499D; }
p { color: rgb(37,73,157); }
H1.HeaderClassName
{
color: #25499D;
}
.AnyTagClassName
{
color: #25499D;
}
</style>
background-color css
<style>
a { background-color: #25499D; }
a { background-color: rgb(37,73,157); }
div.DivClassName
{
background-color: #25499D;
}
.BgClassName
{
background-color: #25499D;
}
</style>
border-color css
<style>
span { border-color: #25499D; }
span { border-color: rgb(37,73,157); }
td.TdClassName
{
border-color: #25499D;
}
.TagClassName
{
border-color: #25499D;
}
</style>