Shades of Tory Blue #28488D
Tints of Tory Blue #28488D
RGB
CMYK
RGB Variations
Color information
#28488D (or 0x28488D) is known color: Tory Blue. HEX triplet: 28, 48 and 8D. RGB value is (40,72,141). Sum of RGB (Red+Green+Blue) = 40+72+141=253 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.81% from 253); Green value is 72 (28.52% from 255 or 28.46% from 253); Blue value is 141 (55.47% from 255 or 55.73% from 253); Max value from RGB is 141 - color contains mainly: blue. Hex color #28488D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28488D is #D7B772. Grayscale: #454545. Windows color (decimal): -14137203 or 9259048. OLE color: 9259048.
HSL color Cylindrical-coordinate representation of color #28488D: hue angle of 220.99º 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 #28488D is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 72 | 141 | - |
| CMYK | 0.72 | 0.49 | 0 | 0.45 |
| HSL | 220.99º | 0.56% | 0.35% | - |
| HSV(B) | 220.99º | 0.72% | 0.55% | - |
| XYZ | 8 | 7.01 | 26.13 | - |
| YUV | 70.3 | 167.9 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 72 | 141 | 0.72 | 0.49 | 0 | 0.45 | 220.99 | 0.56 | 0.35 |
| Hex | 28 | 48 | 8D | 48 | 31 | 0 | 2D | DD | 38 | 23 |
| Octal | 50 | 110 | 215 | 110 | 61 | 0 | 55 | 335 | 70 | 43 |
| Binary | 101000 | 1001000 | 10001101 | 1001000 | 110001 | 0 | 101101 | 11011101 | 111000 | 100011 |
Color Harmonies of #28488D
Complementary color
Monochromatic Colors of #28488D
Black with #28488D
Text Example
Text Example
White with #28488D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28488D; }
p { color: rgb(40,72,141); }
H1.HeaderClassName
{
color: #28488D;
}
.AnyTagClassName
{
color: #28488D;
}
</style>
background-color css
<style>
a { background-color: #28488D; }
a { background-color: rgb(40,72,141); }
div.DivClassName
{
background-color: #28488D;
}
.BgClassName
{
background-color: #28488D;
}
</style>
border-color css
<style>
span { border-color: #28488D; }
span { border-color: rgb(40,72,141); }
td.TdClassName
{
border-color: #28488D;
}
.TagClassName
{
border-color: #28488D;
}
</style>