Shades of Tory Blue #28458D
Tints of Tory Blue #28458D
RGB
CMYK
RGB Variations
Color information
#28458D (or 0x28458D) is known color: Tory Blue. HEX triplet: 28, 45 and 8D. RGB value is (40,69,141). Sum of RGB (Red+Green+Blue) = 40+69+141=250 (33% of max value = 765). Red value is 40 (16.02% from 255 or 16% from 250); Green value is 69 (27.34% from 255 or 27.6% from 250); Blue value is 141 (55.47% from 255 or 56.4% from 250); Max value from RGB is 141 - color contains mainly: blue. Hex color #28458D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28458D is #D7BA72. Grayscale: #444444. Windows color (decimal): -14137971 or 9258280. OLE color: 9258280.
HSL color Cylindrical-coordinate representation of color #28458D: hue angle of 222.77º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #28458D is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 69 | 141 | - |
| CMYK | 0.72 | 0.51 | 0 | 0.45 |
| HSL | 222.77º | 0.56% | 0.35% | - |
| HSV(B) | 222.77º | 0.72% | 0.55% | - |
| XYZ | 7.81 | 6.63 | 26.07 | - |
| YUV | 68.54 | 168.89 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 69 | 141 | 0.72 | 0.51 | 0 | 0.45 | 222.77 | 0.56 | 0.35 |
| Hex | 28 | 45 | 8D | 48 | 33 | 0 | 2D | DF | 38 | 23 |
| Octal | 50 | 105 | 215 | 110 | 63 | 0 | 55 | 337 | 70 | 43 |
| Binary | 101000 | 1000101 | 10001101 | 1001000 | 110011 | 0 | 101101 | 11011111 | 111000 | 100011 |
Color Harmonies of #28458D
Complementary color
Monochromatic Colors of #28458D
Black with #28458D
Text Example
Text Example
White with #28458D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28458D; }
p { color: rgb(40,69,141); }
H1.HeaderClassName
{
color: #28458D;
}
.AnyTagClassName
{
color: #28458D;
}
</style>
background-color css
<style>
a { background-color: #28458D; }
a { background-color: rgb(40,69,141); }
div.DivClassName
{
background-color: #28458D;
}
.BgClassName
{
background-color: #28458D;
}
</style>
border-color css
<style>
span { border-color: #28458D; }
span { border-color: rgb(40,69,141); }
td.TdClassName
{
border-color: #28458D;
}
.TagClassName
{
border-color: #28458D;
}
</style>