Shades of Tory Blue #26428A
Tints of Tory Blue #26428A
RGB
CMYK
RGB Variations
Color information
#26428A (or 0x26428A) is known color: Tory Blue. HEX triplet: 26, 42 and 8A. RGB value is (38,66,138). Sum of RGB (Red+Green+Blue) = 38+66+138=242 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.70% from 242); Green value is 66 (26.17% from 255 or 27.27% from 242); Blue value is 138 (54.30% from 255 or 57.02% from 242); Max value from RGB is 138 - color contains mainly: blue. Hex color #26428A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26428A is #D9BD75. Grayscale: #414141. Windows color (decimal): -14269814 or 9060902. OLE color: 9060902.
HSL color Cylindrical-coordinate representation of color #26428A: hue angle of 223.2º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #26428A is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 38 | 66 | 138 | - |
| CMYK | 0.72 | 0.52 | 0 | 0.46 |
| HSL | 223.2º | 0.57% | 0.35% | - |
| HSV(B) | 223.2º | 0.72% | 0.54% | - |
| XYZ | 7.33 | 6.14 | 24.84 | - |
| YUV | 65.84 | 168.72 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 66 | 138 | 0.72 | 0.52 | 0 | 0.46 | 223.2 | 0.57 | 0.35 |
| Hex | 26 | 42 | 8A | 48 | 34 | 0 | 2E | DF | 39 | 23 |
| Octal | 46 | 102 | 212 | 110 | 64 | 0 | 56 | 337 | 71 | 43 |
| Binary | 100110 | 1000010 | 10001010 | 1001000 | 110100 | 0 | 101110 | 11011111 | 111001 | 100011 |
Color Harmonies of #26428A
Complementary color
Monochromatic Colors of #26428A
Black with #26428A
Text Example
Text Example
White with #26428A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26428A; }
p { color: rgb(38,66,138); }
H1.HeaderClassName
{
color: #26428A;
}
.AnyTagClassName
{
color: #26428A;
}
</style>
background-color css
<style>
a { background-color: #26428A; }
a { background-color: rgb(38,66,138); }
div.DivClassName
{
background-color: #26428A;
}
.BgClassName
{
background-color: #26428A;
}
</style>
border-color css
<style>
span { border-color: #26428A; }
span { border-color: rgb(38,66,138); }
td.TdClassName
{
border-color: #26428A;
}
.TagClassName
{
border-color: #26428A;
}
</style>