Shades of Tory Blue #25458F
Tints of Tory Blue #25458F
RGB
CMYK
RGB Variations
Color information
#25458F (or 0x25458F) is known color: Tory Blue. HEX triplet: 25, 45 and 8F. RGB value is (37,69,143). Sum of RGB (Red+Green+Blue) = 37+69+143=249 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.86% from 249); Green value is 69 (27.34% from 255 or 27.71% from 249); Blue value is 143 (56.25% from 255 or 57.43% from 249); Max value from RGB is 143 - color contains mainly: blue. Hex color #25458F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25458F is #DABA70. Grayscale: #434343. Windows color (decimal): -14334577 or 9389349. OLE color: 9389349.
HSL color Cylindrical-coordinate representation of color #25458F: hue angle of 221.89º 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 #25458F is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 37 | 69 | 143 | - |
| CMYK | 0.74 | 0.52 | 0 | 0.44 |
| HSL | 221.89º | 0.59% | 0.35% | - |
| HSV(B) | 221.89º | 0.74% | 0.56% | - |
| XYZ | 7.85 | 6.63 | 26.85 | - |
| YUV | 67.87 | 170.4 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 69 | 143 | 0.74 | 0.52 | 0 | 0.44 | 221.89 | 0.59 | 0.35 |
| Hex | 25 | 45 | 8F | 4A | 34 | 0 | 2C | DE | 3B | 23 |
| Octal | 45 | 105 | 217 | 112 | 64 | 0 | 54 | 336 | 73 | 43 |
| Binary | 100101 | 1000101 | 10001111 | 1001010 | 110100 | 0 | 101100 | 11011110 | 111011 | 100011 |
Color Harmonies of #25458F
Complementary color
Monochromatic Colors of #25458F
Black with #25458F
Text Example
Text Example
White with #25458F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25458F; }
p { color: rgb(37,69,143); }
H1.HeaderClassName
{
color: #25458F;
}
.AnyTagClassName
{
color: #25458F;
}
</style>
background-color css
<style>
a { background-color: #25458F; }
a { background-color: rgb(37,69,143); }
div.DivClassName
{
background-color: #25458F;
}
.BgClassName
{
background-color: #25458F;
}
</style>
border-color css
<style>
span { border-color: #25458F; }
span { border-color: rgb(37,69,143); }
td.TdClassName
{
border-color: #25458F;
}
.TagClassName
{
border-color: #25458F;
}
</style>