Shades of Tory Blue #28459B
Tints of Tory Blue #28459B
RGB
CMYK
RGB Variations
Color information
#28459B (or 0x28459B) is known color: Tory Blue. HEX triplet: 28, 45 and 9B. RGB value is (40,69,155). Sum of RGB (Red+Green+Blue) = 40+69+155=264 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.15% from 264); Green value is 69 (27.34% from 255 or 26.14% from 264); Blue value is 155 (60.94% from 255 or 58.71% from 264); Max value from RGB is 155 - color contains mainly: blue. Hex color #28459B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28459B is #D7BA64. Grayscale: #454545. Windows color (decimal): -14137957 or 10175784. OLE color: 10175784.
HSL color Cylindrical-coordinate representation of color #28459B: hue angle of 224.87º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28459B is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 69 | 155 | - |
| CMYK | 0.74 | 0.55 | 0 | 0.39 |
| HSL | 224.87º | 0.59% | 0.38% | - |
| HSV(B) | 224.87º | 0.74% | 0.61% | - |
| XYZ | 8.92 | 7.07 | 31.91 | - |
| YUV | 70.13 | 175.89 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 69 | 155 | 0.74 | 0.55 | 0 | 0.39 | 224.87 | 0.59 | 0.38 |
| Hex | 28 | 45 | 9B | 4A | 37 | 0 | 27 | E1 | 3B | 26 |
| Octal | 50 | 105 | 233 | 112 | 67 | 0 | 47 | 341 | 73 | 46 |
| Binary | 101000 | 1000101 | 10011011 | 1001010 | 110111 | 0 | 100111 | 11100001 | 111011 | 100110 |
Color Harmonies of #28459B
Complementary color
Monochromatic Colors of #28459B
Black with #28459B
Text Example
Text Example
White with #28459B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28459B; }
p { color: rgb(40,69,155); }
H1.HeaderClassName
{
color: #28459B;
}
.AnyTagClassName
{
color: #28459B;
}
</style>
background-color css
<style>
a { background-color: #28459B; }
a { background-color: rgb(40,69,155); }
div.DivClassName
{
background-color: #28459B;
}
.BgClassName
{
background-color: #28459B;
}
</style>
border-color css
<style>
span { border-color: #28459B; }
span { border-color: rgb(40,69,155); }
td.TdClassName
{
border-color: #28459B;
}
.TagClassName
{
border-color: #28459B;
}
</style>