Shades of Tory Blue #284193
Tints of Tory Blue #284193
RGB
CMYK
RGB Variations
Color information
#284193 (or 0x284193) is known color: Tory Blue. HEX triplet: 28, 41 and 93. RGB value is (40,65,147). Sum of RGB (Red+Green+Blue) = 40+65+147=252 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.87% from 252); Green value is 65 (25.78% from 255 or 25.79% from 252); Blue value is 147 (57.81% from 255 or 58.33% from 252); Max value from RGB is 147 - color contains mainly: blue. Hex color #284193 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284193 is #D7BE6C. Grayscale: #424242. Windows color (decimal): -14138989 or 9650472. OLE color: 9650472.
HSL color Cylindrical-coordinate representation of color #284193: hue angle of 225.98º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #284193 is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 65 | 147 | - |
| CMYK | 0.73 | 0.56 | 0 | 0.42 |
| HSL | 225.98º | 0.57% | 0.37% | - |
| HSV(B) | 225.98º | 0.73% | 0.58% | - |
| XYZ | 8.03 | 6.34 | 28.4 | - |
| YUV | 66.87 | 173.22 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 65 | 147 | 0.73 | 0.56 | 0 | 0.42 | 225.98 | 0.57 | 0.37 |
| Hex | 28 | 41 | 93 | 49 | 38 | 0 | 2A | E2 | 39 | 25 |
| Octal | 50 | 101 | 223 | 111 | 70 | 0 | 52 | 342 | 71 | 45 |
| Binary | 101000 | 1000001 | 10010011 | 1001001 | 111000 | 0 | 101010 | 11100010 | 111001 | 100101 |
Color Harmonies of #284193
Complementary color
Monochromatic Colors of #284193
Black with #284193
Text Example
Text Example
White with #284193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284193; }
p { color: rgb(40,65,147); }
H1.HeaderClassName
{
color: #284193;
}
.AnyTagClassName
{
color: #284193;
}
</style>
background-color css
<style>
a { background-color: #284193; }
a { background-color: rgb(40,65,147); }
div.DivClassName
{
background-color: #284193;
}
.BgClassName
{
background-color: #284193;
}
</style>
border-color css
<style>
span { border-color: #284193; }
span { border-color: rgb(40,65,147); }
td.TdClassName
{
border-color: #284193;
}
.TagClassName
{
border-color: #284193;
}
</style>