Shades of Tory Blue #284A99
Tints of Tory Blue #284A99
RGB
CMYK
RGB Variations
Color information
#284A99 (or 0x284A99) is known color: Tory Blue. HEX triplet: 28, 4A and 99. RGB value is (40,74,153). Sum of RGB (Red+Green+Blue) = 40+74+153=267 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.98% from 267); Green value is 74 (29.30% from 255 or 27.72% from 267); Blue value is 153 (60.16% from 255 or 57.30% from 267); Max value from RGB is 153 - color contains mainly: blue. Hex color #284A99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284A99 is #D7B566. Grayscale: #484848. Windows color (decimal): -14136679 or 10045992. OLE color: 10045992.
HSL color Cylindrical-coordinate representation of color #284A99: hue angle of 221.95º 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 #284A99 is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 40 | 74 | 153 | - |
| CMYK | 0.74 | 0.52 | 0 | 0.4 |
| HSL | 221.95º | 0.59% | 0.38% | - |
| HSV(B) | 221.95º | 0.74% | 0.6% | - |
| XYZ | 9.07 | 7.65 | 31.14 | - |
| YUV | 72.84 | 173.24 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 74 | 153 | 0.74 | 0.52 | 0 | 0.4 | 221.95 | 0.59 | 0.38 |
| Hex | 28 | 4A | 99 | 4A | 34 | 0 | 28 | DE | 3B | 26 |
| Octal | 50 | 112 | 231 | 112 | 64 | 0 | 50 | 336 | 73 | 46 |
| Binary | 101000 | 1001010 | 10011001 | 1001010 | 110100 | 0 | 101000 | 11011110 | 111011 | 100110 |
Color Harmonies of #284A99
Complementary color
Monochromatic Colors of #284A99
Black with #284A99
Text Example
Text Example
White with #284A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284A99; }
p { color: rgb(40,74,153); }
H1.HeaderClassName
{
color: #284A99;
}
.AnyTagClassName
{
color: #284A99;
}
</style>
background-color css
<style>
a { background-color: #284A99; }
a { background-color: rgb(40,74,153); }
div.DivClassName
{
background-color: #284A99;
}
.BgClassName
{
background-color: #284A99;
}
</style>
border-color css
<style>
span { border-color: #284A99; }
span { border-color: rgb(40,74,153); }
td.TdClassName
{
border-color: #284A99;
}
.TagClassName
{
border-color: #284A99;
}
</style>