Shades of Tory Blue #263E91
Tints of Tory Blue #263E91
RGB
CMYK
RGB Variations
Color information
#263E91 (or 0x263E91) is known color: Tory Blue. HEX triplet: 26, 3E and 91. RGB value is (38,62,145). Sum of RGB (Red+Green+Blue) = 38+62+145=245 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.51% from 245); Green value is 62 (24.61% from 255 or 25.31% from 245); Blue value is 145 (57.03% from 255 or 59.18% from 245); Max value from RGB is 145 - color contains mainly: blue. Hex color #263E91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263E91 is #D9C16E. Grayscale: #3F3F3F. Windows color (decimal): -14270831 or 9518630. OLE color: 9518630.
HSL color Cylindrical-coordinate representation of color #263E91: hue angle of 226.54º 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 #263E91 is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 38 | 62 | 145 | - |
| CMYK | 0.74 | 0.57 | 0 | 0.43 |
| HSL | 226.54º | 0.58% | 0.36% | - |
| HSV(B) | 226.54º | 0.74% | 0.57% | - |
| XYZ | 7.63 | 5.9 | 27.52 | - |
| YUV | 64.29 | 173.55 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 62 | 145 | 0.74 | 0.57 | 0 | 0.43 | 226.54 | 0.58 | 0.36 |
| Hex | 26 | 3E | 91 | 4A | 39 | 0 | 2B | E3 | 3A | 24 |
| Octal | 46 | 76 | 221 | 112 | 71 | 0 | 53 | 343 | 72 | 44 |
| Binary | 100110 | 111110 | 10010001 | 1001010 | 111001 | 0 | 101011 | 11100011 | 111010 | 100100 |
Color Harmonies of #263E91
Complementary color
Monochromatic Colors of #263E91
Black with #263E91
Text Example
Text Example
White with #263E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263E91; }
p { color: rgb(38,62,145); }
H1.HeaderClassName
{
color: #263E91;
}
.AnyTagClassName
{
color: #263E91;
}
</style>
background-color css
<style>
a { background-color: #263E91; }
a { background-color: rgb(38,62,145); }
div.DivClassName
{
background-color: #263E91;
}
.BgClassName
{
background-color: #263E91;
}
</style>
border-color css
<style>
span { border-color: #263E91; }
span { border-color: rgb(38,62,145); }
td.TdClassName
{
border-color: #263E91;
}
.TagClassName
{
border-color: #263E91;
}
</style>