Shades of Tory Blue #284C96
Tints of Tory Blue #284C96
RGB
CMYK
RGB Variations
Color information
#284C96 (or 0x284C96) is known color: Tory Blue. HEX triplet: 28, 4C and 96. RGB value is (40,76,150). Sum of RGB (Red+Green+Blue) = 40+76+150=266 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.04% from 266); Green value is 76 (30.08% from 255 or 28.57% from 266); Blue value is 150 (58.98% from 255 or 56.39% from 266); Max value from RGB is 150 - color contains mainly: blue. Hex color #284C96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284C96 is #D7B369. Grayscale: #494949. Windows color (decimal): -14136170 or 9849896. OLE color: 9849896.
HSL color Cylindrical-coordinate representation of color #284C96: hue angle of 220.36º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #284C96 is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 40 | 76 | 150 | - |
| CMYK | 0.73 | 0.49 | 0 | 0.41 |
| HSL | 220.36º | 0.58% | 0.37% | - |
| HSV(B) | 220.36º | 0.73% | 0.59% | - |
| XYZ | 8.96 | 7.82 | 29.89 | - |
| YUV | 73.67 | 171.07 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 76 | 150 | 0.73 | 0.49 | 0 | 0.41 | 220.36 | 0.58 | 0.37 |
| Hex | 28 | 4C | 96 | 49 | 31 | 0 | 29 | DC | 3A | 25 |
| Octal | 50 | 114 | 226 | 111 | 61 | 0 | 51 | 334 | 72 | 45 |
| Binary | 101000 | 1001100 | 10010110 | 1001001 | 110001 | 0 | 101001 | 11011100 | 111010 | 100101 |
Color Harmonies of #284C96
Complementary color
Monochromatic Colors of #284C96
Black with #284C96
Text Example
Text Example
White with #284C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284C96; }
p { color: rgb(40,76,150); }
H1.HeaderClassName
{
color: #284C96;
}
.AnyTagClassName
{
color: #284C96;
}
</style>
background-color css
<style>
a { background-color: #284C96; }
a { background-color: rgb(40,76,150); }
div.DivClassName
{
background-color: #284C96;
}
.BgClassName
{
background-color: #284C96;
}
</style>
border-color css
<style>
span { border-color: #284C96; }
span { border-color: rgb(40,76,150); }
td.TdClassName
{
border-color: #284C96;
}
.TagClassName
{
border-color: #284C96;
}
</style>