Shades of Tory Blue #28468F
Tints of Tory Blue #28468F
RGB
CMYK
RGB Variations
Color information
#28468F (or 0x28468F) is known color: Tory Blue. HEX triplet: 28, 46 and 8F. RGB value is (40,70,143). Sum of RGB (Red+Green+Blue) = 40+70+143=253 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.81% from 253); Green value is 70 (27.73% from 255 or 27.67% from 253); Blue value is 143 (56.25% from 255 or 56.52% from 253); Max value from RGB is 143 - color contains mainly: blue. Hex color #28468F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28468F is #D7B970. Grayscale: #454545. Windows color (decimal): -14137713 or 9389608. OLE color: 9389608.
HSL color Cylindrical-coordinate representation of color #28468F: hue angle of 222.52º 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 #28468F is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 70 | 143 | - |
| CMYK | 0.72 | 0.51 | 0 | 0.44 |
| HSL | 222.52º | 0.56% | 0.36% | - |
| HSV(B) | 222.52º | 0.72% | 0.56% | - |
| XYZ | 8.02 | 6.81 | 26.88 | - |
| YUV | 69.35 | 169.56 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 70 | 143 | 0.72 | 0.51 | 0 | 0.44 | 222.52 | 0.56 | 0.36 |
| Hex | 28 | 46 | 8F | 48 | 33 | 0 | 2C | DF | 38 | 24 |
| Octal | 50 | 106 | 217 | 110 | 63 | 0 | 54 | 337 | 70 | 44 |
| Binary | 101000 | 1000110 | 10001111 | 1001000 | 110011 | 0 | 101100 | 11011111 | 111000 | 100100 |
Color Harmonies of #28468F
Complementary color
Monochromatic Colors of #28468F
Black with #28468F
Text Example
Text Example
White with #28468F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28468F; }
p { color: rgb(40,70,143); }
H1.HeaderClassName
{
color: #28468F;
}
.AnyTagClassName
{
color: #28468F;
}
</style>
background-color css
<style>
a { background-color: #28468F; }
a { background-color: rgb(40,70,143); }
div.DivClassName
{
background-color: #28468F;
}
.BgClassName
{
background-color: #28468F;
}
</style>
border-color css
<style>
span { border-color: #28468F; }
span { border-color: rgb(40,70,143); }
td.TdClassName
{
border-color: #28468F;
}
.TagClassName
{
border-color: #28468F;
}
</style>