Shades of Tory Blue #28489D
Tints of Tory Blue #28489D
RGB
CMYK
RGB Variations
Color information
#28489D (or 0x28489D) is known color: Tory Blue. HEX triplet: 28, 48 and 9D. RGB value is (40,72,157). Sum of RGB (Red+Green+Blue) = 40+72+157=269 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.87% from 269); Green value is 72 (28.52% from 255 or 26.77% from 269); Blue value is 157 (61.72% from 255 or 58.36% from 269); Max value from RGB is 157 - color contains mainly: blue. Hex color #28489D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28489D is #D7B762. Grayscale: #474747. Windows color (decimal): -14137187 or 10307624. OLE color: 10307624.
HSL color Cylindrical-coordinate representation of color #28489D: hue angle of 223.59º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28489D is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 72 | 157 | - |
| CMYK | 0.75 | 0.54 | 0 | 0.38 |
| HSL | 223.59º | 0.59% | 0.39% | - |
| HSV(B) | 223.59º | 0.75% | 0.62% | - |
| XYZ | 9.28 | 7.52 | 32.86 | - |
| YUV | 72.12 | 175.9 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 72 | 157 | 0.75 | 0.54 | 0 | 0.38 | 223.59 | 0.59 | 0.39 |
| Hex | 28 | 48 | 9D | 4B | 36 | 0 | 26 | E0 | 3B | 27 |
| Octal | 50 | 110 | 235 | 113 | 66 | 0 | 46 | 340 | 73 | 47 |
| Binary | 101000 | 1001000 | 10011101 | 1001011 | 110110 | 0 | 100110 | 11100000 | 111011 | 100111 |
Color Harmonies of #28489D
Complementary color
Monochromatic Colors of #28489D
Black with #28489D
Text Example
Text Example
White with #28489D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28489D; }
p { color: rgb(40,72,157); }
H1.HeaderClassName
{
color: #28489D;
}
.AnyTagClassName
{
color: #28489D;
}
</style>
background-color css
<style>
a { background-color: #28489D; }
a { background-color: rgb(40,72,157); }
div.DivClassName
{
background-color: #28489D;
}
.BgClassName
{
background-color: #28489D;
}
</style>
border-color css
<style>
span { border-color: #28489D; }
span { border-color: rgb(40,72,157); }
td.TdClassName
{
border-color: #28489D;
}
.TagClassName
{
border-color: #28489D;
}
</style>