Shades of Tory Blue #26469E
Tints of Tory Blue #26469E
RGB
CMYK
RGB Variations
Color information
#26469E (or 0x26469E) is known color: Tory Blue. HEX triplet: 26, 46 and 9E. RGB value is (38,70,158). Sum of RGB (Red+Green+Blue) = 38+70+158=266 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.29% from 266); Green value is 70 (27.73% from 255 or 26.32% from 266); Blue value is 158 (62.11% from 255 or 59.40% from 266); Max value from RGB is 158 - color contains mainly: blue. Hex color #26469E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26469E is #D9B961. Grayscale: #464646. Windows color (decimal): -14268770 or 10372646. OLE color: 10372646.
HSL color Cylindrical-coordinate representation of color #26469E: hue angle of 224º 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 #26469E is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 70 | 158 | - |
| CMYK | 0.76 | 0.56 | 0 | 0.38 |
| HSL | 224º | 0.61% | 0.38% | - |
| HSV(B) | 224º | 0.76% | 0.62% | - |
| XYZ | 9.16 | 7.26 | 33.27 | - |
| YUV | 70.46 | 177.4 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 70 | 158 | 0.76 | 0.56 | 0 | 0.38 | 224 | 0.61 | 0.38 |
| Hex | 26 | 46 | 9E | 4C | 38 | 0 | 26 | E0 | 3D | 26 |
| Octal | 46 | 106 | 236 | 114 | 70 | 0 | 46 | 340 | 75 | 46 |
| Binary | 100110 | 1000110 | 10011110 | 1001100 | 111000 | 0 | 100110 | 11100000 | 111101 | 100110 |
Color Harmonies of #26469E
Complementary color
Monochromatic Colors of #26469E
Black with #26469E
Text Example
Text Example
White with #26469E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26469E; }
p { color: rgb(38,70,158); }
H1.HeaderClassName
{
color: #26469E;
}
.AnyTagClassName
{
color: #26469E;
}
</style>
background-color css
<style>
a { background-color: #26469E; }
a { background-color: rgb(38,70,158); }
div.DivClassName
{
background-color: #26469E;
}
.BgClassName
{
background-color: #26469E;
}
</style>
border-color css
<style>
span { border-color: #26469E; }
span { border-color: rgb(38,70,158); }
td.TdClassName
{
border-color: #26469E;
}
.TagClassName
{
border-color: #26469E;
}
</style>