Shades of Tory Blue #28459E
Tints of Tory Blue #28459E
RGB
CMYK
RGB Variations
Color information
#28459E (or 0x28459E) is known color: Tory Blue. HEX triplet: 28, 45 and 9E. RGB value is (40,69,158). Sum of RGB (Red+Green+Blue) = 40+69+158=267 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.98% from 267); Green value is 69 (27.34% from 255 or 25.84% from 267); Blue value is 158 (62.11% from 255 or 59.18% from 267); Max value from RGB is 158 - color contains mainly: blue. Hex color #28459E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28459E is #D7BA61. Grayscale: #464646. Windows color (decimal): -14137954 or 10372392. OLE color: 10372392.
HSL color Cylindrical-coordinate representation of color #28459E: hue angle of 225.25º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28459E is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 69 | 158 | - |
| CMYK | 0.75 | 0.56 | 0 | 0.38 |
| HSL | 225.25º | 0.6% | 0.39% | - |
| HSV(B) | 225.25º | 0.75% | 0.62% | - |
| XYZ | 9.17 | 7.18 | 33.25 | - |
| YUV | 70.48 | 177.39 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 69 | 158 | 0.75 | 0.56 | 0 | 0.38 | 225.25 | 0.6 | 0.39 |
| Hex | 28 | 45 | 9E | 4B | 38 | 0 | 26 | E1 | 3C | 27 |
| Octal | 50 | 105 | 236 | 113 | 70 | 0 | 46 | 341 | 74 | 47 |
| Binary | 101000 | 1000101 | 10011110 | 1001011 | 111000 | 0 | 100110 | 11100001 | 111100 | 100111 |
Color Harmonies of #28459E
Complementary color
Monochromatic Colors of #28459E
Black with #28459E
Text Example
Text Example
White with #28459E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28459E; }
p { color: rgb(40,69,158); }
H1.HeaderClassName
{
color: #28459E;
}
.AnyTagClassName
{
color: #28459E;
}
</style>
background-color css
<style>
a { background-color: #28459E; }
a { background-color: rgb(40,69,158); }
div.DivClassName
{
background-color: #28459E;
}
.BgClassName
{
background-color: #28459E;
}
</style>
border-color css
<style>
span { border-color: #28459E; }
span { border-color: rgb(40,69,158); }
td.TdClassName
{
border-color: #28459E;
}
.TagClassName
{
border-color: #28459E;
}
</style>