Shades of Tory Blue #264191
Tints of Tory Blue #264191
RGB
CMYK
RGB Variations
Color information
#264191 (or 0x264191) is known color: Tory Blue. HEX triplet: 26, 41 and 91. RGB value is (38,65,145). Sum of RGB (Red+Green+Blue) = 38+65+145=248 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.32% from 248); Green value is 65 (25.78% from 255 or 26.21% from 248); Blue value is 145 (57.03% from 255 or 58.47% from 248); Max value from RGB is 145 - color contains mainly: blue. Hex color #264191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264191 is #D9BE6E. Grayscale: #414141. Windows color (decimal): -14270063 or 9519398. OLE color: 9519398.
HSL color Cylindrical-coordinate representation of color #264191: hue angle of 224.86º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #264191 is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 38 | 65 | 145 | - |
| CMYK | 0.74 | 0.55 | 0 | 0.43 |
| HSL | 224.86º | 0.58% | 0.36% | - |
| HSV(B) | 224.86º | 0.74% | 0.57% | - |
| XYZ | 7.8 | 6.24 | 27.58 | - |
| YUV | 66.05 | 172.55 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 65 | 145 | 0.74 | 0.55 | 0 | 0.43 | 224.86 | 0.58 | 0.36 |
| Hex | 26 | 41 | 91 | 4A | 37 | 0 | 2B | E1 | 3A | 24 |
| Octal | 46 | 101 | 221 | 112 | 67 | 0 | 53 | 341 | 72 | 44 |
| Binary | 100110 | 1000001 | 10010001 | 1001010 | 110111 | 0 | 101011 | 11100001 | 111010 | 100100 |
Color Harmonies of #264191
Complementary color
Monochromatic Colors of #264191
Black with #264191
Text Example
Text Example
White with #264191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264191; }
p { color: rgb(38,65,145); }
H1.HeaderClassName
{
color: #264191;
}
.AnyTagClassName
{
color: #264191;
}
</style>
background-color css
<style>
a { background-color: #264191; }
a { background-color: rgb(38,65,145); }
div.DivClassName
{
background-color: #264191;
}
.BgClassName
{
background-color: #264191;
}
</style>
border-color css
<style>
span { border-color: #264191; }
span { border-color: rgb(38,65,145); }
td.TdClassName
{
border-color: #264191;
}
.TagClassName
{
border-color: #264191;
}
</style>