Shades of Tory Blue #28489E
Tints of Tory Blue #28489E
RGB
CMYK
RGB Variations
Color information
#28489E (or 0x28489E) is known color: Tory Blue. HEX triplet: 28, 48 and 9E. RGB value is (40,72,158). Sum of RGB (Red+Green+Blue) = 40+72+158=270 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.81% from 270); Green value is 72 (28.52% from 255 or 26.67% from 270); Blue value is 158 (62.11% from 255 or 58.52% from 270); Max value from RGB is 158 - color contains mainly: blue. Hex color #28489E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28489E is #D7B761. Grayscale: #474747. Windows color (decimal): -14137186 or 10373160. OLE color: 10373160.
HSL color Cylindrical-coordinate representation of color #28489E: hue angle of 223.73º 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 #28489E is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 72 | 158 | - |
| CMYK | 0.75 | 0.54 | 0 | 0.38 |
| HSL | 223.73º | 0.6% | 0.39% | - |
| HSV(B) | 223.73º | 0.75% | 0.62% | - |
| XYZ | 9.36 | 7.55 | 33.31 | - |
| YUV | 72.24 | 176.4 | 105.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 72 | 158 | 0.75 | 0.54 | 0 | 0.38 | 223.73 | 0.6 | 0.39 |
| Hex | 28 | 48 | 9E | 4B | 36 | 0 | 26 | E0 | 3C | 27 |
| Octal | 50 | 110 | 236 | 113 | 66 | 0 | 46 | 340 | 74 | 47 |
| Binary | 101000 | 1001000 | 10011110 | 1001011 | 110110 | 0 | 100110 | 11100000 | 111100 | 100111 |
Color Harmonies of #28489E
Complementary color
Monochromatic Colors of #28489E
Black with #28489E
Text Example
Text Example
White with #28489E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28489E; }
p { color: rgb(40,72,158); }
H1.HeaderClassName
{
color: #28489E;
}
.AnyTagClassName
{
color: #28489E;
}
</style>
background-color css
<style>
a { background-color: #28489E; }
a { background-color: rgb(40,72,158); }
div.DivClassName
{
background-color: #28489E;
}
.BgClassName
{
background-color: #28489E;
}
</style>
border-color css
<style>
span { border-color: #28489E; }
span { border-color: rgb(40,72,158); }
td.TdClassName
{
border-color: #28489E;
}
.TagClassName
{
border-color: #28489E;
}
</style>