Shades of Tory Blue #263A91
Tints of Tory Blue #263A91
RGB
CMYK
RGB Variations
Color information
#263A91 (or 0x263A91) is known color: Tory Blue. HEX triplet: 26, 3A and 91. RGB value is (38,58,145). Sum of RGB (Red+Green+Blue) = 38+58+145=241 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.77% from 241); Green value is 58 (23.05% from 255 or 24.07% from 241); Blue value is 145 (57.03% from 255 or 60.17% from 241); Max value from RGB is 145 - color contains mainly: blue. Hex color #263A91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263A91 is #D9C56E. Grayscale: #3D3D3D. Windows color (decimal): -14271855 or 9517606. OLE color: 9517606.
HSL color Cylindrical-coordinate representation of color #263A91: hue angle of 228.79º 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 #263A91 is Cyan = 0.74, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 38 | 58 | 145 | - |
| CMYK | 0.74 | 0.6 | 0 | 0.43 |
| HSL | 228.79º | 0.58% | 0.36% | - |
| HSV(B) | 228.79º | 0.74% | 0.57% | - |
| XYZ | 7.42 | 5.48 | 27.46 | - |
| YUV | 61.94 | 174.87 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 58 | 145 | 0.74 | 0.6 | 0 | 0.43 | 228.79 | 0.58 | 0.36 |
| Hex | 26 | 3A | 91 | 4A | 3C | 0 | 2B | E5 | 3A | 24 |
| Octal | 46 | 72 | 221 | 112 | 74 | 0 | 53 | 345 | 72 | 44 |
| Binary | 100110 | 111010 | 10010001 | 1001010 | 111100 | 0 | 101011 | 11100101 | 111010 | 100100 |
Color Harmonies of #263A91
Complementary color
Monochromatic Colors of #263A91
Black with #263A91
Text Example
Text Example
White with #263A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263A91; }
p { color: rgb(38,58,145); }
H1.HeaderClassName
{
color: #263A91;
}
.AnyTagClassName
{
color: #263A91;
}
</style>
background-color css
<style>
a { background-color: #263A91; }
a { background-color: rgb(38,58,145); }
div.DivClassName
{
background-color: #263A91;
}
.BgClassName
{
background-color: #263A91;
}
</style>
border-color css
<style>
span { border-color: #263A91; }
span { border-color: rgb(38,58,145); }
td.TdClassName
{
border-color: #263A91;
}
.TagClassName
{
border-color: #263A91;
}
</style>