Shades of Tory Blue #284197
Tints of Tory Blue #284197
RGB
CMYK
RGB Variations
Color information
#284197 (or 0x284197) is known color: Tory Blue. HEX triplet: 28, 41 and 97. RGB value is (40,65,151). Sum of RGB (Red+Green+Blue) = 40+65+151=256 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.62% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 151 (59.38% from 255 or 58.98% from 256); Max value from RGB is 151 - color contains mainly: blue. Hex color #284197 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284197 is #D7BE68. Grayscale: #424242. Windows color (decimal): -14138985 or 9912616. OLE color: 9912616.
HSL color Cylindrical-coordinate representation of color #284197: hue angle of 226.49º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #284197 is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 40 | 65 | 151 | - |
| CMYK | 0.74 | 0.57 | 0 | 0.41 |
| HSL | 226.49º | 0.58% | 0.37% | - |
| HSV(B) | 226.49º | 0.74% | 0.59% | - |
| XYZ | 8.35 | 6.47 | 30.09 | - |
| YUV | 67.33 | 175.22 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 65 | 151 | 0.74 | 0.57 | 0 | 0.41 | 226.49 | 0.58 | 0.37 |
| Hex | 28 | 41 | 97 | 4A | 39 | 0 | 29 | E2 | 3A | 25 |
| Octal | 50 | 101 | 227 | 112 | 71 | 0 | 51 | 342 | 72 | 45 |
| Binary | 101000 | 1000001 | 10010111 | 1001010 | 111001 | 0 | 101001 | 11100010 | 111010 | 100101 |
Color Harmonies of #284197
Complementary color
Monochromatic Colors of #284197
Black with #284197
Text Example
Text Example
White with #284197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284197; }
p { color: rgb(40,65,151); }
H1.HeaderClassName
{
color: #284197;
}
.AnyTagClassName
{
color: #284197;
}
</style>
background-color css
<style>
a { background-color: #284197; }
a { background-color: rgb(40,65,151); }
div.DivClassName
{
background-color: #284197;
}
.BgClassName
{
background-color: #284197;
}
</style>
border-color css
<style>
span { border-color: #284197; }
span { border-color: rgb(40,65,151); }
td.TdClassName
{
border-color: #284197;
}
.TagClassName
{
border-color: #284197;
}
</style>