Shades of Tory Blue #264493
Tints of Tory Blue #264493
RGB
CMYK
RGB Variations
Color information
#264493 (or 0x264493) is known color: Tory Blue. HEX triplet: 26, 44 and 93. RGB value is (38,68,147). Sum of RGB (Red+Green+Blue) = 38+68+147=253 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.02% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 147 (57.81% from 255 or 58.10% from 253); Max value from RGB is 147 - color contains mainly: blue. Hex color #264493 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264493 is #D9BB6C. Grayscale: #434343. Windows color (decimal): -14269293 or 9651238. OLE color: 9651238.
HSL color Cylindrical-coordinate representation of color #264493: hue angle of 223.49º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #264493 is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 68 | 147 | - |
| CMYK | 0.74 | 0.54 | 0 | 0.42 |
| HSL | 223.49º | 0.59% | 0.36% | - |
| HSV(B) | 223.49º | 0.74% | 0.58% | - |
| XYZ | 8.13 | 6.65 | 28.46 | - |
| YUV | 68.04 | 172.56 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 68 | 147 | 0.74 | 0.54 | 0 | 0.42 | 223.49 | 0.59 | 0.36 |
| Hex | 26 | 44 | 93 | 4A | 36 | 0 | 2A | DF | 3B | 24 |
| Octal | 46 | 104 | 223 | 112 | 66 | 0 | 52 | 337 | 73 | 44 |
| Binary | 100110 | 1000100 | 10010011 | 1001010 | 110110 | 0 | 101010 | 11011111 | 111011 | 100100 |
Color Harmonies of #264493
Complementary color
Monochromatic Colors of #264493
Black with #264493
Text Example
Text Example
White with #264493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264493; }
p { color: rgb(38,68,147); }
H1.HeaderClassName
{
color: #264493;
}
.AnyTagClassName
{
color: #264493;
}
</style>
background-color css
<style>
a { background-color: #264493; }
a { background-color: rgb(38,68,147); }
div.DivClassName
{
background-color: #264493;
}
.BgClassName
{
background-color: #264493;
}
</style>
border-color css
<style>
span { border-color: #264493; }
span { border-color: rgb(38,68,147); }
td.TdClassName
{
border-color: #264493;
}
.TagClassName
{
border-color: #264493;
}
</style>