Shades of Tory Blue #284C99
Tints of Tory Blue #284C99
RGB
CMYK
RGB Variations
Color information
#284C99 (or 0x284C99) is known color: Tory Blue. HEX triplet: 28, 4C and 99. RGB value is (40,76,153). Sum of RGB (Red+Green+Blue) = 40+76+153=269 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.87% from 269); Green value is 76 (30.08% from 255 or 28.25% from 269); Blue value is 153 (60.16% from 255 or 56.88% from 269); Max value from RGB is 153 - color contains mainly: blue. Hex color #284C99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284C99 is #D7B366. Grayscale: #494949. Windows color (decimal): -14136167 or 10046504. OLE color: 10046504.
HSL color Cylindrical-coordinate representation of color #284C99: hue angle of 220.88º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #284C99 is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 40 | 76 | 153 | - |
| CMYK | 0.74 | 0.50 | 0 | 0.4 |
| HSL | 220.89º | 0.59% | 0.38% | - |
| HSV(B) | 220.89º | 0.74% | 0.6% | - |
| XYZ | 9.21 | 7.92 | 31.18 | - |
| YUV | 74.01 | 172.57 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 76 | 153 | 0.74 | 0.50 | 0 | 0.4 | 220.89 | 0.59 | 0.38 |
| Hex | 28 | 4C | 99 | 4A | 32 | 0 | 28 | DD | 3B | 26 |
| Octal | 50 | 114 | 231 | 112 | 62 | 0 | 50 | 335 | 73 | 46 |
| Binary | 101000 | 1001100 | 10011001 | 1001010 | 110010 | 0 | 101000 | 11011101 | 111011 | 100110 |
Color Harmonies of #284C99
Complementary color
Monochromatic Colors of #284C99
Black with #284C99
Text Example
Text Example
White with #284C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284C99; }
p { color: rgb(40,76,153); }
H1.HeaderClassName
{
color: #284C99;
}
.AnyTagClassName
{
color: #284C99;
}
</style>
background-color css
<style>
a { background-color: #284C99; }
a { background-color: rgb(40,76,153); }
div.DivClassName
{
background-color: #284C99;
}
.BgClassName
{
background-color: #284C99;
}
</style>
border-color css
<style>
span { border-color: #284C99; }
span { border-color: rgb(40,76,153); }
td.TdClassName
{
border-color: #284C99;
}
.TagClassName
{
border-color: #284C99;
}
</style>