Shades of Tory Blue #284993
Tints of Tory Blue #284993
RGB
CMYK
RGB Variations
Color information
#284993 (or 0x284993) is known color: Tory Blue. HEX triplet: 28, 49 and 93. RGB value is (40,73,147). Sum of RGB (Red+Green+Blue) = 40+73+147=260 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.38% from 260); Green value is 73 (28.91% from 255 or 28.08% from 260); Blue value is 147 (57.81% from 255 or 56.54% from 260); Max value from RGB is 147 - color contains mainly: blue. Hex color #284993 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284993 is #D7B66C. Grayscale: #474747. Windows color (decimal): -14136941 or 9652520. OLE color: 9652520.
HSL color Cylindrical-coordinate representation of color #284993: hue angle of 221.5º 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 #284993 is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 73 | 147 | - |
| CMYK | 0.73 | 0.50 | 0 | 0.42 |
| HSL | 221.5º | 0.57% | 0.37% | - |
| HSV(B) | 221.5º | 0.73% | 0.58% | - |
| XYZ | 8.52 | 7.32 | 28.57 | - |
| YUV | 71.57 | 170.57 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 73 | 147 | 0.73 | 0.50 | 0 | 0.42 | 221.5 | 0.57 | 0.37 |
| Hex | 28 | 49 | 93 | 49 | 32 | 0 | 2A | DD | 39 | 25 |
| Octal | 50 | 111 | 223 | 111 | 62 | 0 | 52 | 335 | 71 | 45 |
| Binary | 101000 | 1001001 | 10010011 | 1001001 | 110010 | 0 | 101010 | 11011101 | 111001 | 100101 |
Color Harmonies of #284993
Complementary color
Monochromatic Colors of #284993
Black with #284993
Text Example
Text Example
White with #284993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284993; }
p { color: rgb(40,73,147); }
H1.HeaderClassName
{
color: #284993;
}
.AnyTagClassName
{
color: #284993;
}
</style>
background-color css
<style>
a { background-color: #284993; }
a { background-color: rgb(40,73,147); }
div.DivClassName
{
background-color: #284993;
}
.BgClassName
{
background-color: #284993;
}
</style>
border-color css
<style>
span { border-color: #284993; }
span { border-color: rgb(40,73,147); }
td.TdClassName
{
border-color: #284993;
}
.TagClassName
{
border-color: #284993;
}
</style>