Shades of Tory Blue #28459D
Tints of Tory Blue #28459D
RGB
CMYK
RGB Variations
Color information
#28459D (or 0x28459D) is known color: Tory Blue. HEX triplet: 28, 45 and 9D. RGB value is (40,69,157). Sum of RGB (Red+Green+Blue) = 40+69+157=266 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.04% from 266); Green value is 69 (27.34% from 255 or 25.94% from 266); Blue value is 157 (61.72% from 255 or 59.02% from 266); Max value from RGB is 157 - color contains mainly: blue. Hex color #28459D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28459D is #D7BA62. Grayscale: #454545. Windows color (decimal): -14137955 or 10306856. OLE color: 10306856.
HSL color Cylindrical-coordinate representation of color #28459D: hue angle of 225.13º degrees, saturation: 0.59, 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 #28459D is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 69 | 157 | - |
| CMYK | 0.75 | 0.56 | 0 | 0.38 |
| HSL | 225.13º | 0.59% | 0.39% | - |
| HSV(B) | 225.13º | 0.75% | 0.62% | - |
| XYZ | 9.09 | 7.14 | 32.8 | - |
| YUV | 70.36 | 176.89 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 69 | 157 | 0.75 | 0.56 | 0 | 0.38 | 225.13 | 0.59 | 0.39 |
| Hex | 28 | 45 | 9D | 4B | 38 | 0 | 26 | E1 | 3B | 27 |
| Octal | 50 | 105 | 235 | 113 | 70 | 0 | 46 | 341 | 73 | 47 |
| Binary | 101000 | 1000101 | 10011101 | 1001011 | 111000 | 0 | 100110 | 11100001 | 111011 | 100111 |
Color Harmonies of #28459D
Complementary color
Monochromatic Colors of #28459D
Black with #28459D
Text Example
Text Example
White with #28459D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28459D; }
p { color: rgb(40,69,157); }
H1.HeaderClassName
{
color: #28459D;
}
.AnyTagClassName
{
color: #28459D;
}
</style>
background-color css
<style>
a { background-color: #28459D; }
a { background-color: rgb(40,69,157); }
div.DivClassName
{
background-color: #28459D;
}
.BgClassName
{
background-color: #28459D;
}
</style>
border-color css
<style>
span { border-color: #28459D; }
span { border-color: rgb(40,69,157); }
td.TdClassName
{
border-color: #28459D;
}
.TagClassName
{
border-color: #28459D;
}
</style>