Shades of Tory Blue #28448F
Tints of Tory Blue #28448F
RGB
CMYK
RGB Variations
Color information
#28448F (or 0x28448F) is known color: Tory Blue. HEX triplet: 28, 44 and 8F. RGB value is (40,68,143). Sum of RGB (Red+Green+Blue) = 40+68+143=251 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.94% from 251); Green value is 68 (26.95% from 255 or 27.09% from 251); Blue value is 143 (56.25% from 255 or 56.97% from 251); Max value from RGB is 143 - color contains mainly: blue. Hex color #28448F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28448F is #D7BB70. Grayscale: #434343. Windows color (decimal): -14138225 or 9389096. OLE color: 9389096.
HSL color Cylindrical-coordinate representation of color #28448F: hue angle of 223.69º 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 #28448F is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 68 | 143 | - |
| CMYK | 0.72 | 0.52 | 0 | 0.44 |
| HSL | 223.69º | 0.56% | 0.36% | - |
| HSV(B) | 223.69º | 0.72% | 0.56% | - |
| XYZ | 7.9 | 6.57 | 26.84 | - |
| YUV | 68.18 | 170.22 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 68 | 143 | 0.72 | 0.52 | 0 | 0.44 | 223.69 | 0.56 | 0.36 |
| Hex | 28 | 44 | 8F | 48 | 34 | 0 | 2C | E0 | 38 | 24 |
| Octal | 50 | 104 | 217 | 110 | 64 | 0 | 54 | 340 | 70 | 44 |
| Binary | 101000 | 1000100 | 10001111 | 1001000 | 110100 | 0 | 101100 | 11100000 | 111000 | 100100 |
Color Harmonies of #28448F
Complementary color
Monochromatic Colors of #28448F
Black with #28448F
Text Example
Text Example
White with #28448F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28448F; }
p { color: rgb(40,68,143); }
H1.HeaderClassName
{
color: #28448F;
}
.AnyTagClassName
{
color: #28448F;
}
</style>
background-color css
<style>
a { background-color: #28448F; }
a { background-color: rgb(40,68,143); }
div.DivClassName
{
background-color: #28448F;
}
.BgClassName
{
background-color: #28448F;
}
</style>
border-color css
<style>
span { border-color: #28448F; }
span { border-color: rgb(40,68,143); }
td.TdClassName
{
border-color: #28448F;
}
.TagClassName
{
border-color: #28448F;
}
</style>