Shades of Tory Blue #264393
Tints of Tory Blue #264393
RGB
CMYK
RGB Variations
Color information
#264393 (or 0x264393) is known color: Tory Blue. HEX triplet: 26, 43 and 93. RGB value is (38,67,147). Sum of RGB (Red+Green+Blue) = 38+67+147=252 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.08% from 252); Green value is 67 (26.56% from 255 or 26.59% from 252); Blue value is 147 (57.81% from 255 or 58.33% from 252); Max value from RGB is 147 - color contains mainly: blue. Hex color #264393 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264393 is #D9BC6C. Grayscale: #434343. Windows color (decimal): -14269549 or 9650982. OLE color: 9650982.
HSL color Cylindrical-coordinate representation of color #264393: hue angle of 224.04º 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 #264393 is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 67 | 147 | - |
| CMYK | 0.74 | 0.54 | 0 | 0.42 |
| HSL | 224.04º | 0.59% | 0.36% | - |
| HSV(B) | 224.04º | 0.74% | 0.58% | - |
| XYZ | 8.07 | 6.53 | 28.44 | - |
| YUV | 67.45 | 172.89 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 67 | 147 | 0.74 | 0.54 | 0 | 0.42 | 224.04 | 0.59 | 0.36 |
| Hex | 26 | 43 | 93 | 4A | 36 | 0 | 2A | E0 | 3B | 24 |
| Octal | 46 | 103 | 223 | 112 | 66 | 0 | 52 | 340 | 73 | 44 |
| Binary | 100110 | 1000011 | 10010011 | 1001010 | 110110 | 0 | 101010 | 11100000 | 111011 | 100100 |
Color Harmonies of #264393
Complementary color
Monochromatic Colors of #264393
Black with #264393
Text Example
Text Example
White with #264393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264393; }
p { color: rgb(38,67,147); }
H1.HeaderClassName
{
color: #264393;
}
.AnyTagClassName
{
color: #264393;
}
</style>
background-color css
<style>
a { background-color: #264393; }
a { background-color: rgb(38,67,147); }
div.DivClassName
{
background-color: #264393;
}
.BgClassName
{
background-color: #264393;
}
</style>
border-color css
<style>
span { border-color: #264393; }
span { border-color: rgb(38,67,147); }
td.TdClassName
{
border-color: #264393;
}
.TagClassName
{
border-color: #264393;
}
</style>