Shades of Tory Blue #28428D
Tints of Tory Blue #28428D
RGB
CMYK
RGB Variations
Color information
#28428D (or 0x28428D) is known color: Tory Blue. HEX triplet: 28, 42 and 8D. RGB value is (40,66,141). Sum of RGB (Red+Green+Blue) = 40+66+141=247 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.19% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 141 (55.47% from 255 or 57.09% from 247); Max value from RGB is 141 - color contains mainly: blue. Hex color #28428D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28428D is #D7BD72. Grayscale: #424242. Windows color (decimal): -14138739 or 9257512. OLE color: 9257512.
HSL color Cylindrical-coordinate representation of color #28428D: hue angle of 224.55º 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 #28428D is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 66 | 141 | - |
| CMYK | 0.72 | 0.53 | 0 | 0.45 |
| HSL | 224.55º | 0.56% | 0.35% | - |
| HSV(B) | 224.55º | 0.72% | 0.55% | - |
| XYZ | 7.63 | 6.27 | 26.01 | - |
| YUV | 66.78 | 169.89 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 66 | 141 | 0.72 | 0.53 | 0 | 0.45 | 224.55 | 0.56 | 0.35 |
| Hex | 28 | 42 | 8D | 48 | 35 | 0 | 2D | E1 | 38 | 23 |
| Octal | 50 | 102 | 215 | 110 | 65 | 0 | 55 | 341 | 70 | 43 |
| Binary | 101000 | 1000010 | 10001101 | 1001000 | 110101 | 0 | 101101 | 11100001 | 111000 | 100011 |
Color Harmonies of #28428D
Complementary color
Monochromatic Colors of #28428D
Black with #28428D
Text Example
Text Example
White with #28428D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28428D; }
p { color: rgb(40,66,141); }
H1.HeaderClassName
{
color: #28428D;
}
.AnyTagClassName
{
color: #28428D;
}
</style>
background-color css
<style>
a { background-color: #28428D; }
a { background-color: rgb(40,66,141); }
div.DivClassName
{
background-color: #28428D;
}
.BgClassName
{
background-color: #28428D;
}
</style>
border-color css
<style>
span { border-color: #28428D; }
span { border-color: rgb(40,66,141); }
td.TdClassName
{
border-color: #28428D;
}
.TagClassName
{
border-color: #28428D;
}
</style>