Shades of Tory Blue #26408D
Tints of Tory Blue #26408D
RGB
CMYK
RGB Variations
Color information
#26408D (or 0x26408D) is known color: Tory Blue. HEX triplet: 26, 40 and 8D. RGB value is (38,64,141). Sum of RGB (Red+Green+Blue) = 38+64+141=243 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.64% from 243); Green value is 64 (25.39% from 255 or 26.34% from 243); Blue value is 141 (55.47% from 255 or 58.02% from 243); Max value from RGB is 141 - color contains mainly: blue. Hex color #26408D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26408D is #D9BF72. Grayscale: #404040. Windows color (decimal): -14270323 or 9256998. OLE color: 9256998.
HSL color Cylindrical-coordinate representation of color #26408D: hue angle of 224.85º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #26408D is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 38 | 64 | 141 | - |
| CMYK | 0.73 | 0.55 | 0 | 0.45 |
| HSL | 224.85º | 0.58% | 0.35% | - |
| HSV(B) | 224.85º | 0.73% | 0.55% | - |
| XYZ | 7.44 | 6 | 25.97 | - |
| YUV | 65 | 170.89 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 64 | 141 | 0.73 | 0.55 | 0 | 0.45 | 224.85 | 0.58 | 0.35 |
| Hex | 26 | 40 | 8D | 49 | 37 | 0 | 2D | E1 | 3A | 23 |
| Octal | 46 | 100 | 215 | 111 | 67 | 0 | 55 | 341 | 72 | 43 |
| Binary | 100110 | 1000000 | 10001101 | 1001001 | 110111 | 0 | 101101 | 11100001 | 111010 | 100011 |
Color Harmonies of #26408D
Complementary color
Monochromatic Colors of #26408D
Black with #26408D
Text Example
Text Example
White with #26408D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26408D; }
p { color: rgb(38,64,141); }
H1.HeaderClassName
{
color: #26408D;
}
.AnyTagClassName
{
color: #26408D;
}
</style>
background-color css
<style>
a { background-color: #26408D; }
a { background-color: rgb(38,64,141); }
div.DivClassName
{
background-color: #26408D;
}
.BgClassName
{
background-color: #26408D;
}
</style>
border-color css
<style>
span { border-color: #26408D; }
span { border-color: rgb(38,64,141); }
td.TdClassName
{
border-color: #26408D;
}
.TagClassName
{
border-color: #26408D;
}
</style>