Shades of Tory Blue #26428B
Tints of Tory Blue #26428B
RGB
CMYK
RGB Variations
Color information
#26428B (or 0x26428B) is known color: Tory Blue. HEX triplet: 26, 42 and 8B. RGB value is (38,66,139). Sum of RGB (Red+Green+Blue) = 38+66+139=243 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.64% from 243); Green value is 66 (26.17% from 255 or 27.16% from 243); Blue value is 139 (54.69% from 255 or 57.20% from 243); Max value from RGB is 139 - color contains mainly: blue. Hex color #26428B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26428B is #D9BD74. Grayscale: #414141. Windows color (decimal): -14269813 or 9126438. OLE color: 9126438.
HSL color Cylindrical-coordinate representation of color #26428B: hue angle of 223.37º degrees, saturation: 0.57, 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 #26428B is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 38 | 66 | 139 | - |
| CMYK | 0.73 | 0.53 | 0 | 0.45 |
| HSL | 223.37º | 0.57% | 0.35% | - |
| HSV(B) | 223.37º | 0.73% | 0.55% | - |
| XYZ | 7.41 | 6.17 | 25.23 | - |
| YUV | 65.95 | 169.22 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 66 | 139 | 0.73 | 0.53 | 0 | 0.45 | 223.37 | 0.57 | 0.35 |
| Hex | 26 | 42 | 8B | 49 | 35 | 0 | 2D | DF | 39 | 23 |
| Octal | 46 | 102 | 213 | 111 | 65 | 0 | 55 | 337 | 71 | 43 |
| Binary | 100110 | 1000010 | 10001011 | 1001001 | 110101 | 0 | 101101 | 11011111 | 111001 | 100011 |
Color Harmonies of #26428B
Complementary color
Monochromatic Colors of #26428B
Black with #26428B
Text Example
Text Example
White with #26428B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26428B; }
p { color: rgb(38,66,139); }
H1.HeaderClassName
{
color: #26428B;
}
.AnyTagClassName
{
color: #26428B;
}
</style>
background-color css
<style>
a { background-color: #26428B; }
a { background-color: rgb(38,66,139); }
div.DivClassName
{
background-color: #26428B;
}
.BgClassName
{
background-color: #26428B;
}
</style>
border-color css
<style>
span { border-color: #26428B; }
span { border-color: rgb(38,66,139); }
td.TdClassName
{
border-color: #26428B;
}
.TagClassName
{
border-color: #26428B;
}
</style>