Shades of Tory Blue #284593
Tints of Tory Blue #284593
RGB
CMYK
RGB Variations
Color information
#284593 (or 0x284593) is known color: Tory Blue. HEX triplet: 28, 45 and 93. RGB value is (40,69,147). Sum of RGB (Red+Green+Blue) = 40+69+147=256 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.62% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 147 (57.81% from 255 or 57.42% from 256); Max value from RGB is 147 - color contains mainly: blue. Hex color #284593 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284593 is #D7BA6C. Grayscale: #444444. Windows color (decimal): -14137965 or 9651496. OLE color: 9651496.
HSL color Cylindrical-coordinate representation of color #284593: hue angle of 223.74º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #284593 is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 69 | 147 | - |
| CMYK | 0.73 | 0.53 | 0 | 0.42 |
| HSL | 223.74º | 0.57% | 0.37% | - |
| HSV(B) | 223.74º | 0.73% | 0.58% | - |
| XYZ | 8.27 | 6.81 | 28.48 | - |
| YUV | 69.22 | 171.89 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 69 | 147 | 0.73 | 0.53 | 0 | 0.42 | 223.74 | 0.57 | 0.37 |
| Hex | 28 | 45 | 93 | 49 | 35 | 0 | 2A | E0 | 39 | 25 |
| Octal | 50 | 105 | 223 | 111 | 65 | 0 | 52 | 340 | 71 | 45 |
| Binary | 101000 | 1000101 | 10010011 | 1001001 | 110101 | 0 | 101010 | 11100000 | 111001 | 100101 |
Color Harmonies of #284593
Complementary color
Monochromatic Colors of #284593
Black with #284593
Text Example
Text Example
White with #284593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284593; }
p { color: rgb(40,69,147); }
H1.HeaderClassName
{
color: #284593;
}
.AnyTagClassName
{
color: #284593;
}
</style>
background-color css
<style>
a { background-color: #284593; }
a { background-color: rgb(40,69,147); }
div.DivClassName
{
background-color: #284593;
}
.BgClassName
{
background-color: #284593;
}
</style>
border-color css
<style>
span { border-color: #284593; }
span { border-color: rgb(40,69,147); }
td.TdClassName
{
border-color: #284593;
}
.TagClassName
{
border-color: #284593;
}
</style>