Shades of Tory Blue #264698
Tints of Tory Blue #264698
RGB
CMYK
RGB Variations
Color information
#264698 (or 0x264698) is known color: Tory Blue. HEX triplet: 26, 46 and 98. RGB value is (38,70,152). Sum of RGB (Red+Green+Blue) = 38+70+152=260 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.62% from 260); Green value is 70 (27.73% from 255 or 26.92% from 260); Blue value is 152 (59.77% from 255 or 58.46% from 260); Max value from RGB is 152 - color contains mainly: blue. Hex color #264698 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264698 is #D9B967. Grayscale: #454545. Windows color (decimal): -14268776 or 9979430. OLE color: 9979430.
HSL color Cylindrical-coordinate representation of color #264698: hue angle of 223.16º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #264698 is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 38 | 70 | 152 | - |
| CMYK | 0.75 | 0.54 | 0 | 0.40 |
| HSL | 223.16º | 0.6% | 0.37% | - |
| HSV(B) | 223.16º | 0.75% | 0.6% | - |
| XYZ | 8.66 | 7.06 | 30.61 | - |
| YUV | 69.78 | 174.4 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 70 | 152 | 0.75 | 0.54 | 0 | 0.40 | 223.16 | 0.6 | 0.37 |
| Hex | 26 | 46 | 98 | 4B | 36 | 0 | 28 | DF | 3C | 25 |
| Octal | 46 | 106 | 230 | 113 | 66 | 0 | 50 | 337 | 74 | 45 |
| Binary | 100110 | 1000110 | 10011000 | 1001011 | 110110 | 0 | 101000 | 11011111 | 111100 | 100101 |
Color Harmonies of #264698
Complementary color
Monochromatic Colors of #264698
Black with #264698
Text Example
Text Example
White with #264698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264698; }
p { color: rgb(38,70,152); }
H1.HeaderClassName
{
color: #264698;
}
.AnyTagClassName
{
color: #264698;
}
</style>
background-color css
<style>
a { background-color: #264698; }
a { background-color: rgb(38,70,152); }
div.DivClassName
{
background-color: #264698;
}
.BgClassName
{
background-color: #264698;
}
</style>
border-color css
<style>
span { border-color: #264698; }
span { border-color: rgb(38,70,152); }
td.TdClassName
{
border-color: #264698;
}
.TagClassName
{
border-color: #264698;
}
</style>