Shades of Tory Blue #284499
Tints of Tory Blue #284499
RGB
CMYK
RGB Variations
Color information
#284499 (or 0x284499) is known color: Tory Blue. HEX triplet: 28, 44 and 99. RGB value is (40,68,153). Sum of RGB (Red+Green+Blue) = 40+68+153=261 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.33% from 261); Green value is 68 (26.95% from 255 or 26.05% from 261); Blue value is 153 (60.16% from 255 or 58.62% from 261); Max value from RGB is 153 - color contains mainly: blue. Hex color #284499 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284499 is #D7BB66. Grayscale: #444444. Windows color (decimal): -14138215 or 10044456. OLE color: 10044456.
HSL color Cylindrical-coordinate representation of color #284499: hue angle of 225.13º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #284499 is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 40 | 68 | 153 | - |
| CMYK | 0.74 | 0.56 | 0 | 0.4 |
| HSL | 225.13º | 0.59% | 0.38% | - |
| HSV(B) | 225.13º | 0.74% | 0.6% | - |
| XYZ | 8.69 | 6.89 | 31.01 | - |
| YUV | 69.32 | 175.22 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 68 | 153 | 0.74 | 0.56 | 0 | 0.4 | 225.13 | 0.59 | 0.38 |
| Hex | 28 | 44 | 99 | 4A | 38 | 0 | 28 | E1 | 3B | 26 |
| Octal | 50 | 104 | 231 | 112 | 70 | 0 | 50 | 341 | 73 | 46 |
| Binary | 101000 | 1000100 | 10011001 | 1001010 | 111000 | 0 | 101000 | 11100001 | 111011 | 100110 |
Color Harmonies of #284499
Complementary color
Monochromatic Colors of #284499
Black with #284499
Text Example
Text Example
White with #284499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284499; }
p { color: rgb(40,68,153); }
H1.HeaderClassName
{
color: #284499;
}
.AnyTagClassName
{
color: #284499;
}
</style>
background-color css
<style>
a { background-color: #284499; }
a { background-color: rgb(40,68,153); }
div.DivClassName
{
background-color: #284499;
}
.BgClassName
{
background-color: #284499;
}
</style>
border-color css
<style>
span { border-color: #284499; }
span { border-color: rgb(40,68,153); }
td.TdClassName
{
border-color: #284499;
}
.TagClassName
{
border-color: #284499;
}
</style>