Shades of Tory Blue #284289
Tints of Tory Blue #284289
RGB
CMYK
RGB Variations
Color information
#284289 (or 0x284289) is known color: Tory Blue. HEX triplet: 28, 42 and 89. RGB value is (40,66,137). Sum of RGB (Red+Green+Blue) = 40+66+137=243 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.46% from 243); Green value is 66 (26.17% from 255 or 27.16% from 243); Blue value is 137 (53.91% from 255 or 56.38% from 243); Max value from RGB is 137 - color contains mainly: blue. Hex color #284289 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284289 is #D7BD76. Grayscale: #424242. Windows color (decimal): -14138743 or 8995368. OLE color: 8995368.
HSL color Cylindrical-coordinate representation of color #284289: hue angle of 223.92º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #284289 is Cyan = 0.71, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 40 | 66 | 137 | - |
| CMYK | 0.71 | 0.52 | 0 | 0.46 |
| HSL | 223.92º | 0.55% | 0.35% | - |
| HSV(B) | 223.92º | 0.71% | 0.54% | - |
| XYZ | 7.34 | 6.15 | 24.47 | - |
| YUV | 66.32 | 167.89 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 66 | 137 | 0.71 | 0.52 | 0 | 0.46 | 223.92 | 0.55 | 0.35 |
| Hex | 28 | 42 | 89 | 47 | 34 | 0 | 2E | E0 | 37 | 23 |
| Octal | 50 | 102 | 211 | 107 | 64 | 0 | 56 | 340 | 67 | 43 |
| Binary | 101000 | 1000010 | 10001001 | 1000111 | 110100 | 0 | 101110 | 11100000 | 110111 | 100011 |
Color Harmonies of #284289
Complementary color
Monochromatic Colors of #284289
Black with #284289
Text Example
Text Example
White with #284289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284289; }
p { color: rgb(40,66,137); }
H1.HeaderClassName
{
color: #284289;
}
.AnyTagClassName
{
color: #284289;
}
</style>
background-color css
<style>
a { background-color: #284289; }
a { background-color: rgb(40,66,137); }
div.DivClassName
{
background-color: #284289;
}
.BgClassName
{
background-color: #284289;
}
</style>
border-color css
<style>
span { border-color: #284289; }
span { border-color: rgb(40,66,137); }
td.TdClassName
{
border-color: #284289;
}
.TagClassName
{
border-color: #284289;
}
</style>