Shades of Tory Blue #284287
Tints of Tory Blue #284287
RGB
CMYK
RGB Variations
Color information
#284287 (or 0x284287) is known color: Tory Blue. HEX triplet: 28, 42 and 87. RGB value is (40,66,135). Sum of RGB (Red+Green+Blue) = 40+66+135=241 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.60% from 241); Green value is 66 (26.17% from 255 or 27.39% from 241); Blue value is 135 (53.12% from 255 or 56.02% from 241); Max value from RGB is 135 - color contains mainly: blue. Hex color #284287 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284287 is #D7BD78. Grayscale: #414141. Windows color (decimal): -14138745 or 8864296. OLE color: 8864296.
HSL color Cylindrical-coordinate representation of color #284287: hue angle of 223.58º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #284287 is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 66 | 135 | - |
| CMYK | 0.70 | 0.51 | 0 | 0.47 |
| HSL | 223.58º | 0.54% | 0.34% | - |
| HSV(B) | 223.58º | 0.7% | 0.53% | - |
| XYZ | 7.2 | 6.1 | 23.72 | - |
| YUV | 66.09 | 166.89 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 66 | 135 | 0.70 | 0.51 | 0 | 0.47 | 223.58 | 0.54 | 0.34 |
| Hex | 28 | 42 | 87 | 46 | 33 | 0 | 2F | E0 | 36 | 22 |
| Octal | 50 | 102 | 207 | 106 | 63 | 0 | 57 | 340 | 66 | 42 |
| Binary | 101000 | 1000010 | 10000111 | 1000110 | 110011 | 0 | 101111 | 11100000 | 110110 | 100010 |
Color Harmonies of #284287
Complementary color
Monochromatic Colors of #284287
Black with #284287
Text Example
Text Example
White with #284287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284287; }
p { color: rgb(40,66,135); }
H1.HeaderClassName
{
color: #284287;
}
.AnyTagClassName
{
color: #284287;
}
</style>
background-color css
<style>
a { background-color: #284287; }
a { background-color: rgb(40,66,135); }
div.DivClassName
{
background-color: #284287;
}
.BgClassName
{
background-color: #284287;
}
</style>
border-color css
<style>
span { border-color: #284287; }
span { border-color: rgb(40,66,135); }
td.TdClassName
{
border-color: #284287;
}
.TagClassName
{
border-color: #284287;
}
</style>