Shades of Tory Blue #284194
Tints of Tory Blue #284194
RGB
CMYK
RGB Variations
Color information
#284194 (or 0x284194) is known color: Tory Blue. HEX triplet: 28, 41 and 94. RGB value is (40,65,148). Sum of RGB (Red+Green+Blue) = 40+65+148=253 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.81% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 148 (58.20% from 255 or 58.50% from 253); Max value from RGB is 148 - color contains mainly: blue. Hex color #284194 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284194 is #D7BE6B. Grayscale: #424242. Windows color (decimal): -14138988 or 9716008. OLE color: 9716008.
HSL color Cylindrical-coordinate representation of color #284194: hue angle of 226.11º 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 #284194 is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 65 | 148 | - |
| CMYK | 0.73 | 0.56 | 0 | 0.42 |
| HSL | 226.11º | 0.57% | 0.37% | - |
| HSV(B) | 226.11º | 0.73% | 0.58% | - |
| XYZ | 8.11 | 6.37 | 28.82 | - |
| YUV | 66.99 | 173.72 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 65 | 148 | 0.73 | 0.56 | 0 | 0.42 | 226.11 | 0.57 | 0.37 |
| Hex | 28 | 41 | 94 | 49 | 38 | 0 | 2A | E2 | 39 | 25 |
| Octal | 50 | 101 | 224 | 111 | 70 | 0 | 52 | 342 | 71 | 45 |
| Binary | 101000 | 1000001 | 10010100 | 1001001 | 111000 | 0 | 101010 | 11100010 | 111001 | 100101 |
Color Harmonies of #284194
Complementary color
Monochromatic Colors of #284194
Black with #284194
Text Example
Text Example
White with #284194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284194; }
p { color: rgb(40,65,148); }
H1.HeaderClassName
{
color: #284194;
}
.AnyTagClassName
{
color: #284194;
}
</style>
background-color css
<style>
a { background-color: #284194; }
a { background-color: rgb(40,65,148); }
div.DivClassName
{
background-color: #284194;
}
.BgClassName
{
background-color: #284194;
}
</style>
border-color css
<style>
span { border-color: #284194; }
span { border-color: rgb(40,65,148); }
td.TdClassName
{
border-color: #284194;
}
.TagClassName
{
border-color: #284194;
}
</style>