Shades of Tory Blue #28448B
Tints of Tory Blue #28448B
RGB
CMYK
RGB Variations
Color information
#28448B (or 0x28448B) is known color: Tory Blue. HEX triplet: 28, 44 and 8B. RGB value is (40,68,139). Sum of RGB (Red+Green+Blue) = 40+68+139=247 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.19% from 247); Green value is 68 (26.95% from 255 or 27.53% from 247); Blue value is 139 (54.69% from 255 or 56.28% from 247); Max value from RGB is 139 - color contains mainly: blue. Hex color #28448B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28448B is #D7BB74. Grayscale: #434343. Windows color (decimal): -14138229 or 9126952. OLE color: 9126952.
HSL color Cylindrical-coordinate representation of color #28448B: hue angle of 223.03º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #28448B is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 68 | 139 | - |
| CMYK | 0.71 | 0.51 | 0 | 0.45 |
| HSL | 223.03º | 0.55% | 0.35% | - |
| HSV(B) | 223.03º | 0.71% | 0.55% | - |
| XYZ | 7.6 | 6.45 | 25.27 | - |
| YUV | 67.72 | 168.22 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 68 | 139 | 0.71 | 0.51 | 0 | 0.45 | 223.03 | 0.55 | 0.35 |
| Hex | 28 | 44 | 8B | 47 | 33 | 0 | 2D | DF | 37 | 23 |
| Octal | 50 | 104 | 213 | 107 | 63 | 0 | 55 | 337 | 67 | 43 |
| Binary | 101000 | 1000100 | 10001011 | 1000111 | 110011 | 0 | 101101 | 11011111 | 110111 | 100011 |
Color Harmonies of #28448B
Complementary color
Monochromatic Colors of #28448B
Black with #28448B
Text Example
Text Example
White with #28448B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28448B; }
p { color: rgb(40,68,139); }
H1.HeaderClassName
{
color: #28448B;
}
.AnyTagClassName
{
color: #28448B;
}
</style>
background-color css
<style>
a { background-color: #28448B; }
a { background-color: rgb(40,68,139); }
div.DivClassName
{
background-color: #28448B;
}
.BgClassName
{
background-color: #28448B;
}
</style>
border-color css
<style>
span { border-color: #28448B; }
span { border-color: rgb(40,68,139); }
td.TdClassName
{
border-color: #28448B;
}
.TagClassName
{
border-color: #28448B;
}
</style>