Shades of Tory Blue #264391
Tints of Tory Blue #264391
RGB
CMYK
RGB Variations
Color information
#264391 (or 0x264391) is known color: Tory Blue. HEX triplet: 26, 43 and 91. RGB value is (38,67,145). Sum of RGB (Red+Green+Blue) = 38+67+145=250 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.2% from 250); Green value is 67 (26.56% from 255 or 26.8% from 250); Blue value is 145 (57.03% from 255 or 58% from 250); Max value from RGB is 145 - color contains mainly: blue. Hex color #264391 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264391 is #D9BC6E. Grayscale: #424242. Windows color (decimal): -14269551 or 9519910. OLE color: 9519910.
HSL color Cylindrical-coordinate representation of color #264391: hue angle of 223.74º 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 #264391 is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 38 | 67 | 145 | - |
| CMYK | 0.74 | 0.54 | 0 | 0.43 |
| HSL | 223.74º | 0.58% | 0.36% | - |
| HSV(B) | 223.74º | 0.74% | 0.57% | - |
| XYZ | 7.92 | 6.47 | 27.62 | - |
| YUV | 67.22 | 171.89 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 67 | 145 | 0.74 | 0.54 | 0 | 0.43 | 223.74 | 0.58 | 0.36 |
| Hex | 26 | 43 | 91 | 4A | 36 | 0 | 2B | E0 | 3A | 24 |
| Octal | 46 | 103 | 221 | 112 | 66 | 0 | 53 | 340 | 72 | 44 |
| Binary | 100110 | 1000011 | 10010001 | 1001010 | 110110 | 0 | 101011 | 11100000 | 111010 | 100100 |
Color Harmonies of #264391
Complementary color
Monochromatic Colors of #264391
Black with #264391
Text Example
Text Example
White with #264391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264391; }
p { color: rgb(38,67,145); }
H1.HeaderClassName
{
color: #264391;
}
.AnyTagClassName
{
color: #264391;
}
</style>
background-color css
<style>
a { background-color: #264391; }
a { background-color: rgb(38,67,145); }
div.DivClassName
{
background-color: #264391;
}
.BgClassName
{
background-color: #264391;
}
</style>
border-color css
<style>
span { border-color: #264391; }
span { border-color: rgb(38,67,145); }
td.TdClassName
{
border-color: #264391;
}
.TagClassName
{
border-color: #264391;
}
</style>