Shades of Tory Blue #26499E
Tints of Tory Blue #26499E
RGB
CMYK
RGB Variations
Color information
#26499E (or 0x26499E) is known color: Tory Blue. HEX triplet: 26, 49 and 9E. RGB value is (38,73,158). Sum of RGB (Red+Green+Blue) = 38+73+158=269 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.13% from 269); Green value is 73 (28.91% from 255 or 27.14% from 269); Blue value is 158 (62.11% from 255 or 58.74% from 269); Max value from RGB is 158 - color contains mainly: blue. Hex color #26499E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26499E is #D9B661. Grayscale: #474747. Windows color (decimal): -14268002 or 10373414. OLE color: 10373414.
HSL color Cylindrical-coordinate representation of color #26499E: hue angle of 222.5º 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 #26499E is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 73 | 158 | - |
| CMYK | 0.76 | 0.54 | 0 | 0.38 |
| HSL | 222.5º | 0.61% | 0.38% | - |
| HSV(B) | 222.5º | 0.76% | 0.62% | - |
| XYZ | 9.35 | 7.65 | 33.33 | - |
| YUV | 72.23 | 176.4 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 73 | 158 | 0.76 | 0.54 | 0 | 0.38 | 222.5 | 0.61 | 0.38 |
| Hex | 26 | 49 | 9E | 4C | 36 | 0 | 26 | DE | 3D | 26 |
| Octal | 46 | 111 | 236 | 114 | 66 | 0 | 46 | 336 | 75 | 46 |
| Binary | 100110 | 1001001 | 10011110 | 1001100 | 110110 | 0 | 100110 | 11011110 | 111101 | 100110 |
Color Harmonies of #26499E
Complementary color
Monochromatic Colors of #26499E
Black with #26499E
Text Example
Text Example
White with #26499E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26499E; }
p { color: rgb(38,73,158); }
H1.HeaderClassName
{
color: #26499E;
}
.AnyTagClassName
{
color: #26499E;
}
</style>
background-color css
<style>
a { background-color: #26499E; }
a { background-color: rgb(38,73,158); }
div.DivClassName
{
background-color: #26499E;
}
.BgClassName
{
background-color: #26499E;
}
</style>
border-color css
<style>
span { border-color: #26499E; }
span { border-color: rgb(38,73,158); }
td.TdClassName
{
border-color: #26499E;
}
.TagClassName
{
border-color: #26499E;
}
</style>