Shades of Tory Blue #28408B
Tints of Tory Blue #28408B
RGB
CMYK
RGB Variations
Color information
#28408B (or 0x28408B) is known color: Tory Blue. HEX triplet: 28, 40 and 8B. RGB value is (40,64,139). Sum of RGB (Red+Green+Blue) = 40+64+139=243 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.46% from 243); Green value is 64 (25.39% from 255 or 26.34% from 243); Blue value is 139 (54.69% from 255 or 57.20% from 243); Max value from RGB is 139 - color contains mainly: blue. Hex color #28408B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28408B is #D7BF74. Grayscale: #414141. Windows color (decimal): -14139253 or 9125928. OLE color: 9125928.
HSL color Cylindrical-coordinate representation of color #28408B: hue angle of 225.45º 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 #28408B is Cyan = 0.71, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 64 | 139 | - |
| CMYK | 0.71 | 0.54 | 0 | 0.45 |
| HSL | 225.45º | 0.55% | 0.35% | - |
| HSV(B) | 225.45º | 0.71% | 0.55% | - |
| XYZ | 7.37 | 5.98 | 25.19 | - |
| YUV | 65.37 | 169.55 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 64 | 139 | 0.71 | 0.54 | 0 | 0.45 | 225.45 | 0.55 | 0.35 |
| Hex | 28 | 40 | 8B | 47 | 36 | 0 | 2D | E1 | 37 | 23 |
| Octal | 50 | 100 | 213 | 107 | 66 | 0 | 55 | 341 | 67 | 43 |
| Binary | 101000 | 1000000 | 10001011 | 1000111 | 110110 | 0 | 101101 | 11100001 | 110111 | 100011 |
Color Harmonies of #28408B
Complementary color
Monochromatic Colors of #28408B
Black with #28408B
Text Example
Text Example
White with #28408B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28408B; }
p { color: rgb(40,64,139); }
H1.HeaderClassName
{
color: #28408B;
}
.AnyTagClassName
{
color: #28408B;
}
</style>
background-color css
<style>
a { background-color: #28408B; }
a { background-color: rgb(40,64,139); }
div.DivClassName
{
background-color: #28408B;
}
.BgClassName
{
background-color: #28408B;
}
</style>
border-color css
<style>
span { border-color: #28408B; }
span { border-color: rgb(40,64,139); }
td.TdClassName
{
border-color: #28408B;
}
.TagClassName
{
border-color: #28408B;
}
</style>