Shades of Tory Blue #28459F
Tints of Tory Blue #28459F
RGB
CMYK
RGB Variations
Color information
#28459F (or 0x28459F) is known color: Tory Blue. HEX triplet: 28, 45 and 9F. RGB value is (40,69,159). Sum of RGB (Red+Green+Blue) = 40+69+159=268 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.93% from 268); Green value is 69 (27.34% from 255 or 25.75% from 268); Blue value is 159 (62.5% from 255 or 59.33% from 268); Max value from RGB is 159 - color contains mainly: blue. Hex color #28459F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28459F is #D7BA60. Grayscale: #464646. Windows color (decimal): -14137953 or 10437928. OLE color: 10437928.
HSL color Cylindrical-coordinate representation of color #28459F: hue angle of 225.38º degrees, saturation: 0.6, 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 #28459F is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 69 | 159 | - |
| CMYK | 0.75 | 0.57 | 0 | 0.38 |
| HSL | 225.38º | 0.6% | 0.39% | - |
| HSV(B) | 225.38º | 0.75% | 0.62% | - |
| XYZ | 9.26 | 7.21 | 33.7 | - |
| YUV | 70.59 | 177.89 | 106.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 69 | 159 | 0.75 | 0.57 | 0 | 0.38 | 225.38 | 0.6 | 0.39 |
| Hex | 28 | 45 | 9F | 4B | 39 | 0 | 26 | E1 | 3C | 27 |
| Octal | 50 | 105 | 237 | 113 | 71 | 0 | 46 | 341 | 74 | 47 |
| Binary | 101000 | 1000101 | 10011111 | 1001011 | 111001 | 0 | 100110 | 11100001 | 111100 | 100111 |
Color Harmonies of #28459F
Complementary color
Monochromatic Colors of #28459F
Black with #28459F
Text Example
Text Example
White with #28459F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28459F; }
p { color: rgb(40,69,159); }
H1.HeaderClassName
{
color: #28459F;
}
.AnyTagClassName
{
color: #28459F;
}
</style>
background-color css
<style>
a { background-color: #28459F; }
a { background-color: rgb(40,69,159); }
div.DivClassName
{
background-color: #28459F;
}
.BgClassName
{
background-color: #28459F;
}
</style>
border-color css
<style>
span { border-color: #28459F; }
span { border-color: rgb(40,69,159); }
td.TdClassName
{
border-color: #28459F;
}
.TagClassName
{
border-color: #28459F;
}
</style>