Shades of Tory Blue #26469D
Tints of Tory Blue #26469D
RGB
CMYK
RGB Variations
Color information
#26469D (or 0x26469D) is known color: Tory Blue. HEX triplet: 26, 46 and 9D. RGB value is (38,70,157). Sum of RGB (Red+Green+Blue) = 38+70+157=265 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.34% from 265); Green value is 70 (27.73% from 255 or 26.42% from 265); Blue value is 157 (61.72% from 255 or 59.25% from 265); Max value from RGB is 157 - color contains mainly: blue. Hex color #26469D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26469D is #D9B962. Grayscale: #454545. Windows color (decimal): -14268771 or 10307110. OLE color: 10307110.
HSL color Cylindrical-coordinate representation of color #26469D: hue angle of 223.87º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #26469D is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 70 | 157 | - |
| CMYK | 0.76 | 0.55 | 0 | 0.38 |
| HSL | 223.87º | 0.61% | 0.38% | - |
| HSV(B) | 223.87º | 0.76% | 0.62% | - |
| XYZ | 9.08 | 7.23 | 32.81 | - |
| YUV | 70.35 | 176.9 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 70 | 157 | 0.76 | 0.55 | 0 | 0.38 | 223.87 | 0.61 | 0.38 |
| Hex | 26 | 46 | 9D | 4C | 37 | 0 | 26 | E0 | 3D | 26 |
| Octal | 46 | 106 | 235 | 114 | 67 | 0 | 46 | 340 | 75 | 46 |
| Binary | 100110 | 1000110 | 10011101 | 1001100 | 110111 | 0 | 100110 | 11100000 | 111101 | 100110 |
Color Harmonies of #26469D
Complementary color
Monochromatic Colors of #26469D
Black with #26469D
Text Example
Text Example
White with #26469D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26469D; }
p { color: rgb(38,70,157); }
H1.HeaderClassName
{
color: #26469D;
}
.AnyTagClassName
{
color: #26469D;
}
</style>
background-color css
<style>
a { background-color: #26469D; }
a { background-color: rgb(38,70,157); }
div.DivClassName
{
background-color: #26469D;
}
.BgClassName
{
background-color: #26469D;
}
</style>
border-color css
<style>
span { border-color: #26469D; }
span { border-color: rgb(38,70,157); }
td.TdClassName
{
border-color: #26469D;
}
.TagClassName
{
border-color: #26469D;
}
</style>