Shades of Tory Blue #28498E
Tints of Tory Blue #28498E
RGB
CMYK
RGB Variations
Color information
#28498E (or 0x28498E) is known color: Tory Blue. HEX triplet: 28, 49 and 8E. RGB value is (40,73,142). Sum of RGB (Red+Green+Blue) = 40+73+142=255 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.69% from 255); Green value is 73 (28.91% from 255 or 28.63% from 255); Blue value is 142 (55.86% from 255 or 55.69% from 255); Max value from RGB is 142 - color contains mainly: blue. Hex color #28498E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28498E is #D7B671. Grayscale: #464646. Windows color (decimal): -14136946 or 9324840. OLE color: 9324840.
HSL color Cylindrical-coordinate representation of color #28498E: hue angle of 220.59º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #28498E is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 73 | 142 | - |
| CMYK | 0.72 | 0.49 | 0 | 0.44 |
| HSL | 220.59º | 0.56% | 0.36% | - |
| HSV(B) | 220.59º | 0.72% | 0.56% | - |
| XYZ | 8.14 | 7.17 | 26.55 | - |
| YUV | 71 | 168.07 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 73 | 142 | 0.72 | 0.49 | 0 | 0.44 | 220.59 | 0.56 | 0.36 |
| Hex | 28 | 49 | 8E | 48 | 31 | 0 | 2C | DD | 38 | 24 |
| Octal | 50 | 111 | 216 | 110 | 61 | 0 | 54 | 335 | 70 | 44 |
| Binary | 101000 | 1001001 | 10001110 | 1001000 | 110001 | 0 | 101100 | 11011101 | 111000 | 100100 |
Color Harmonies of #28498E
Complementary color
Monochromatic Colors of #28498E
Black with #28498E
Text Example
Text Example
White with #28498E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28498E; }
p { color: rgb(40,73,142); }
H1.HeaderClassName
{
color: #28498E;
}
.AnyTagClassName
{
color: #28498E;
}
</style>
background-color css
<style>
a { background-color: #28498E; }
a { background-color: rgb(40,73,142); }
div.DivClassName
{
background-color: #28498E;
}
.BgClassName
{
background-color: #28498E;
}
</style>
border-color css
<style>
span { border-color: #28498E; }
span { border-color: rgb(40,73,142); }
td.TdClassName
{
border-color: #28498E;
}
.TagClassName
{
border-color: #28498E;
}
</style>