Shades of Tory Blue #26449B
Tints of Tory Blue #26449B
RGB
CMYK
RGB Variations
Color information
#26449B (or 0x26449B) is known color: Tory Blue. HEX triplet: 26, 44 and 9B. RGB value is (38,68,155). Sum of RGB (Red+Green+Blue) = 38+68+155=261 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.56% from 261); Green value is 68 (26.95% from 255 or 26.05% from 261); Blue value is 155 (60.94% from 255 or 59.39% from 261); Max value from RGB is 155 - color contains mainly: blue. Hex color #26449B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26449B is #D9BB64. Grayscale: #444444. Windows color (decimal): -14269285 or 10175526. OLE color: 10175526.
HSL color Cylindrical-coordinate representation of color #26449B: hue angle of 224.62º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #26449B is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 38 | 68 | 155 | - |
| CMYK | 0.75 | 0.56 | 0 | 0.39 |
| HSL | 224.62º | 0.61% | 0.38% | - |
| HSV(B) | 224.62º | 0.75% | 0.61% | - |
| XYZ | 8.78 | 6.91 | 31.88 | - |
| YUV | 68.95 | 176.56 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 68 | 155 | 0.75 | 0.56 | 0 | 0.39 | 224.62 | 0.61 | 0.38 |
| Hex | 26 | 44 | 9B | 4B | 38 | 0 | 27 | E1 | 3D | 26 |
| Octal | 46 | 104 | 233 | 113 | 70 | 0 | 47 | 341 | 75 | 46 |
| Binary | 100110 | 1000100 | 10011011 | 1001011 | 111000 | 0 | 100111 | 11100001 | 111101 | 100110 |
Color Harmonies of #26449B
Complementary color
Monochromatic Colors of #26449B
Black with #26449B
Text Example
Text Example
White with #26449B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26449B; }
p { color: rgb(38,68,155); }
H1.HeaderClassName
{
color: #26449B;
}
.AnyTagClassName
{
color: #26449B;
}
</style>
background-color css
<style>
a { background-color: #26449B; }
a { background-color: rgb(38,68,155); }
div.DivClassName
{
background-color: #26449B;
}
.BgClassName
{
background-color: #26449B;
}
</style>
border-color css
<style>
span { border-color: #26449B; }
span { border-color: rgb(38,68,155); }
td.TdClassName
{
border-color: #26449B;
}
.TagClassName
{
border-color: #26449B;
}
</style>