Shades of Tory Blue #284890
Tints of Tory Blue #284890
RGB
CMYK
RGB Variations
Color information
#284890 (or 0x284890) is known color: Tory Blue. HEX triplet: 28, 48 and 90. RGB value is (40,72,144). Sum of RGB (Red+Green+Blue) = 40+72+144=256 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.62% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 144 (56.64% from 255 or 56.25% from 256); Max value from RGB is 144 - color contains mainly: blue. Hex color #284890 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284890 is #D7B76F. Grayscale: #464646. Windows color (decimal): -14137200 or 9455656. OLE color: 9455656.
HSL color Cylindrical-coordinate representation of color #284890: hue angle of 221.54º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #284890 is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 72 | 144 | - |
| CMYK | 0.72 | 0.50 | 0 | 0.44 |
| HSL | 221.54º | 0.57% | 0.36% | - |
| HSV(B) | 221.54º | 0.72% | 0.56% | - |
| XYZ | 8.23 | 7.1 | 27.32 | - |
| YUV | 70.64 | 169.4 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 72 | 144 | 0.72 | 0.50 | 0 | 0.44 | 221.54 | 0.57 | 0.36 |
| Hex | 28 | 48 | 90 | 48 | 32 | 0 | 2C | DE | 39 | 24 |
| Octal | 50 | 110 | 220 | 110 | 62 | 0 | 54 | 336 | 71 | 44 |
| Binary | 101000 | 1001000 | 10010000 | 1001000 | 110010 | 0 | 101100 | 11011110 | 111001 | 100100 |
Color Harmonies of #284890
Complementary color
Monochromatic Colors of #284890
Black with #284890
Text Example
Text Example
White with #284890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284890; }
p { color: rgb(40,72,144); }
H1.HeaderClassName
{
color: #284890;
}
.AnyTagClassName
{
color: #284890;
}
</style>
background-color css
<style>
a { background-color: #284890; }
a { background-color: rgb(40,72,144); }
div.DivClassName
{
background-color: #284890;
}
.BgClassName
{
background-color: #284890;
}
</style>
border-color css
<style>
span { border-color: #284890; }
span { border-color: rgb(40,72,144); }
td.TdClassName
{
border-color: #284890;
}
.TagClassName
{
border-color: #284890;
}
</style>