Shades of Tory Blue #28488F
Tints of Tory Blue #28488F
RGB
CMYK
RGB Variations
Color information
#28488F (or 0x28488F) is known color: Tory Blue. HEX triplet: 28, 48 and 8F. RGB value is (40,72,143). Sum of RGB (Red+Green+Blue) = 40+72+143=255 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.69% from 255); Green value is 72 (28.52% from 255 or 28.24% from 255); Blue value is 143 (56.25% from 255 or 56.08% from 255); Max value from RGB is 143 - color contains mainly: blue. Hex color #28488F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28488F is #D7B770. Grayscale: #464646. Windows color (decimal): -14137201 or 9390120. OLE color: 9390120.
HSL color Cylindrical-coordinate representation of color #28488F: hue angle of 221.36º 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 #28488F is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 72 | 143 | - |
| CMYK | 0.72 | 0.50 | 0 | 0.44 |
| HSL | 221.36º | 0.56% | 0.36% | - |
| HSV(B) | 221.36º | 0.72% | 0.56% | - |
| XYZ | 8.15 | 7.07 | 26.92 | - |
| YUV | 70.53 | 168.9 | 106.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 72 | 143 | 0.72 | 0.50 | 0 | 0.44 | 221.36 | 0.56 | 0.36 |
| Hex | 28 | 48 | 8F | 48 | 32 | 0 | 2C | DD | 38 | 24 |
| Octal | 50 | 110 | 217 | 110 | 62 | 0 | 54 | 335 | 70 | 44 |
| Binary | 101000 | 1001000 | 10001111 | 1001000 | 110010 | 0 | 101100 | 11011101 | 111000 | 100100 |
Color Harmonies of #28488F
Complementary color
Monochromatic Colors of #28488F
Black with #28488F
Text Example
Text Example
White with #28488F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28488F; }
p { color: rgb(40,72,143); }
H1.HeaderClassName
{
color: #28488F;
}
.AnyTagClassName
{
color: #28488F;
}
</style>
background-color css
<style>
a { background-color: #28488F; }
a { background-color: rgb(40,72,143); }
div.DivClassName
{
background-color: #28488F;
}
.BgClassName
{
background-color: #28488F;
}
</style>
border-color css
<style>
span { border-color: #28488F; }
span { border-color: rgb(40,72,143); }
td.TdClassName
{
border-color: #28488F;
}
.TagClassName
{
border-color: #28488F;
}
</style>