Shades of Tory Blue #26439B
Tints of Tory Blue #26439B
RGB
CMYK
RGB Variations
Color information
#26439B (or 0x26439B) is known color: Tory Blue. HEX triplet: 26, 43 and 9B. RGB value is (38,67,155). Sum of RGB (Red+Green+Blue) = 38+67+155=260 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.62% from 260); Green value is 67 (26.56% from 255 or 25.77% from 260); Blue value is 155 (60.94% from 255 or 59.62% from 260); Max value from RGB is 155 - color contains mainly: blue. Hex color #26439B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26439B is #D9BC64. Grayscale: #434343. Windows color (decimal): -14269541 or 10175270. OLE color: 10175270.
HSL color Cylindrical-coordinate representation of color #26439B: hue angle of 225.13º 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 #26439B is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 38 | 67 | 155 | - |
| CMYK | 0.75 | 0.57 | 0 | 0.39 |
| HSL | 225.13º | 0.61% | 0.38% | - |
| HSV(B) | 225.13º | 0.75% | 0.61% | - |
| XYZ | 8.72 | 6.79 | 31.86 | - |
| YUV | 68.36 | 176.89 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 67 | 155 | 0.75 | 0.57 | 0 | 0.39 | 225.13 | 0.61 | 0.38 |
| Hex | 26 | 43 | 9B | 4B | 39 | 0 | 27 | E1 | 3D | 26 |
| Octal | 46 | 103 | 233 | 113 | 71 | 0 | 47 | 341 | 75 | 46 |
| Binary | 100110 | 1000011 | 10011011 | 1001011 | 111001 | 0 | 100111 | 11100001 | 111101 | 100110 |
Color Harmonies of #26439B
Complementary color
Monochromatic Colors of #26439B
Black with #26439B
Text Example
Text Example
White with #26439B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26439B; }
p { color: rgb(38,67,155); }
H1.HeaderClassName
{
color: #26439B;
}
.AnyTagClassName
{
color: #26439B;
}
</style>
background-color css
<style>
a { background-color: #26439B; }
a { background-color: rgb(38,67,155); }
div.DivClassName
{
background-color: #26439B;
}
.BgClassName
{
background-color: #26439B;
}
</style>
border-color css
<style>
span { border-color: #26439B; }
span { border-color: rgb(38,67,155); }
td.TdClassName
{
border-color: #26439B;
}
.TagClassName
{
border-color: #26439B;
}
</style>