Shades of Tory Blue #264696
Tints of Tory Blue #264696
RGB
CMYK
RGB Variations
Color information
#264696 (or 0x264696) is known color: Tory Blue. HEX triplet: 26, 46 and 96. RGB value is (38,70,150). Sum of RGB (Red+Green+Blue) = 38+70+150=258 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.73% from 258); Green value is 70 (27.73% from 255 or 27.13% from 258); Blue value is 150 (58.98% from 255 or 58.14% from 258); Max value from RGB is 150 - color contains mainly: blue. Hex color #264696 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264696 is #D9B969. Grayscale: #454545. Windows color (decimal): -14268778 or 9848358. OLE color: 9848358.
HSL color Cylindrical-coordinate representation of color #264696: hue angle of 222.86º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #264696 is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 38 | 70 | 150 | - |
| CMYK | 0.75 | 0.53 | 0 | 0.41 |
| HSL | 222.86º | 0.6% | 0.37% | - |
| HSV(B) | 222.86º | 0.75% | 0.59% | - |
| XYZ | 8.49 | 6.99 | 29.76 | - |
| YUV | 69.55 | 173.4 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 70 | 150 | 0.75 | 0.53 | 0 | 0.41 | 222.86 | 0.6 | 0.37 |
| Hex | 26 | 46 | 96 | 4B | 35 | 0 | 29 | DF | 3C | 25 |
| Octal | 46 | 106 | 226 | 113 | 65 | 0 | 51 | 337 | 74 | 45 |
| Binary | 100110 | 1000110 | 10010110 | 1001011 | 110101 | 0 | 101001 | 11011111 | 111100 | 100101 |
Color Harmonies of #264696
Complementary color
Monochromatic Colors of #264696
Black with #264696
Text Example
Text Example
White with #264696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264696; }
p { color: rgb(38,70,150); }
H1.HeaderClassName
{
color: #264696;
}
.AnyTagClassName
{
color: #264696;
}
</style>
background-color css
<style>
a { background-color: #264696; }
a { background-color: rgb(38,70,150); }
div.DivClassName
{
background-color: #264696;
}
.BgClassName
{
background-color: #264696;
}
</style>
border-color css
<style>
span { border-color: #264696; }
span { border-color: rgb(38,70,150); }
td.TdClassName
{
border-color: #264696;
}
.TagClassName
{
border-color: #264696;
}
</style>