Shades of Tory Blue #26469C
Tints of Tory Blue #26469C
RGB
CMYK
RGB Variations
Color information
#26469C (or 0x26469C) is known color: Tory Blue. HEX triplet: 26, 46 and 9C. RGB value is (38,70,156). Sum of RGB (Red+Green+Blue) = 38+70+156=264 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.39% from 264); Green value is 70 (27.73% from 255 or 26.52% from 264); Blue value is 156 (61.33% from 255 or 59.09% from 264); Max value from RGB is 156 - color contains mainly: blue. Hex color #26469C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26469C is #D9B963. Grayscale: #454545. Windows color (decimal): -14268772 or 10241574. OLE color: 10241574.
HSL color Cylindrical-coordinate representation of color #26469C: hue angle of 223.73º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #26469C is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 38 | 70 | 156 | - |
| CMYK | 0.76 | 0.55 | 0 | 0.39 |
| HSL | 223.73º | 0.61% | 0.38% | - |
| HSV(B) | 223.73º | 0.76% | 0.61% | - |
| XYZ | 8.99 | 7.19 | 32.37 | - |
| YUV | 70.24 | 176.4 | 105.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 70 | 156 | 0.76 | 0.55 | 0 | 0.39 | 223.73 | 0.61 | 0.38 |
| Hex | 26 | 46 | 9C | 4C | 37 | 0 | 27 | E0 | 3D | 26 |
| Octal | 46 | 106 | 234 | 114 | 67 | 0 | 47 | 340 | 75 | 46 |
| Binary | 100110 | 1000110 | 10011100 | 1001100 | 110111 | 0 | 100111 | 11100000 | 111101 | 100110 |
Color Harmonies of #26469C
Complementary color
Monochromatic Colors of #26469C
Black with #26469C
Text Example
Text Example
White with #26469C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26469C; }
p { color: rgb(38,70,156); }
H1.HeaderClassName
{
color: #26469C;
}
.AnyTagClassName
{
color: #26469C;
}
</style>
background-color css
<style>
a { background-color: #26469C; }
a { background-color: rgb(38,70,156); }
div.DivClassName
{
background-color: #26469C;
}
.BgClassName
{
background-color: #26469C;
}
</style>
border-color css
<style>
span { border-color: #26469C; }
span { border-color: rgb(38,70,156); }
td.TdClassName
{
border-color: #26469C;
}
.TagClassName
{
border-color: #26469C;
}
</style>