Shades of Tory Blue #263B91
Tints of Tory Blue #263B91
RGB
CMYK
RGB Variations
Color information
#263B91 (or 0x263B91) is known color: Tory Blue. HEX triplet: 26, 3B and 91. RGB value is (38,59,145). Sum of RGB (Red+Green+Blue) = 38+59+145=242 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.70% from 242); Green value is 59 (23.44% from 255 or 24.38% from 242); Blue value is 145 (57.03% from 255 or 59.92% from 242); Max value from RGB is 145 - color contains mainly: blue. Hex color #263B91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263B91 is #D9C46E. Grayscale: #3E3E3E. Windows color (decimal): -14271599 or 9517862. OLE color: 9517862.
HSL color Cylindrical-coordinate representation of color #263B91: hue angle of 228.22º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #263B91 is Cyan = 0.74, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 38 | 59 | 145 | - |
| CMYK | 0.74 | 0.59 | 0 | 0.43 |
| HSL | 228.22º | 0.58% | 0.36% | - |
| HSV(B) | 228.22º | 0.74% | 0.57% | - |
| XYZ | 7.47 | 5.58 | 27.47 | - |
| YUV | 62.53 | 174.54 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 59 | 145 | 0.74 | 0.59 | 0 | 0.43 | 228.22 | 0.58 | 0.36 |
| Hex | 26 | 3B | 91 | 4A | 3B | 0 | 2B | E4 | 3A | 24 |
| Octal | 46 | 73 | 221 | 112 | 73 | 0 | 53 | 344 | 72 | 44 |
| Binary | 100110 | 111011 | 10010001 | 1001010 | 111011 | 0 | 101011 | 11100100 | 111010 | 100100 |
Color Harmonies of #263B91
Complementary color
Monochromatic Colors of #263B91
Black with #263B91
Text Example
Text Example
White with #263B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263B91; }
p { color: rgb(38,59,145); }
H1.HeaderClassName
{
color: #263B91;
}
.AnyTagClassName
{
color: #263B91;
}
</style>
background-color css
<style>
a { background-color: #263B91; }
a { background-color: rgb(38,59,145); }
div.DivClassName
{
background-color: #263B91;
}
.BgClassName
{
background-color: #263B91;
}
</style>
border-color css
<style>
span { border-color: #263B91; }
span { border-color: rgb(38,59,145); }
td.TdClassName
{
border-color: #263B91;
}
.TagClassName
{
border-color: #263B91;
}
</style>