Shades of Tory Blue #284191
Tints of Tory Blue #284191
RGB
CMYK
RGB Variations
Color information
#284191 (or 0x284191) is known color: Tory Blue. HEX triplet: 28, 41 and 91. RGB value is (40,65,145). Sum of RGB (Red+Green+Blue) = 40+65+145=250 (33% of max value = 765). Red value is 40 (16.02% from 255 or 16% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 145 (57.03% from 255 or 58% from 250); Max value from RGB is 145 - color contains mainly: blue. Hex color #284191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284191 is #D7BE6E. Grayscale: #424242. Windows color (decimal): -14138991 or 9519400. OLE color: 9519400.
HSL color Cylindrical-coordinate representation of color #284191: hue angle of 225.71º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #284191 is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 40 | 65 | 145 | - |
| CMYK | 0.72 | 0.55 | 0 | 0.43 |
| HSL | 225.71º | 0.57% | 0.36% | - |
| HSV(B) | 225.71º | 0.72% | 0.57% | - |
| XYZ | 7.88 | 6.28 | 27.58 | - |
| YUV | 66.65 | 172.22 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 65 | 145 | 0.72 | 0.55 | 0 | 0.43 | 225.71 | 0.57 | 0.36 |
| Hex | 28 | 41 | 91 | 48 | 37 | 0 | 2B | E2 | 39 | 24 |
| Octal | 50 | 101 | 221 | 110 | 67 | 0 | 53 | 342 | 71 | 44 |
| Binary | 101000 | 1000001 | 10010001 | 1001000 | 110111 | 0 | 101011 | 11100010 | 111001 | 100100 |
Color Harmonies of #284191
Complementary color
Monochromatic Colors of #284191
Black with #284191
Text Example
Text Example
White with #284191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284191; }
p { color: rgb(40,65,145); }
H1.HeaderClassName
{
color: #284191;
}
.AnyTagClassName
{
color: #284191;
}
</style>
background-color css
<style>
a { background-color: #284191; }
a { background-color: rgb(40,65,145); }
div.DivClassName
{
background-color: #284191;
}
.BgClassName
{
background-color: #284191;
}
</style>
border-color css
<style>
span { border-color: #284191; }
span { border-color: rgb(40,65,145); }
td.TdClassName
{
border-color: #284191;
}
.TagClassName
{
border-color: #284191;
}
</style>