Shades of Tory Blue #263E95
Tints of Tory Blue #263E95
RGB
CMYK
RGB Variations
Color information
#263E95 (or 0x263E95) is known color: Tory Blue. HEX triplet: 26, 3E and 95. RGB value is (38,62,149). Sum of RGB (Red+Green+Blue) = 38+62+149=249 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.26% from 249); Green value is 62 (24.61% from 255 or 24.90% from 249); Blue value is 149 (58.59% from 255 or 59.84% from 249); Max value from RGB is 149 - color contains mainly: blue. Hex color #263E95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263E95 is #D9C16A. Grayscale: #404040. Windows color (decimal): -14270827 or 9780774. OLE color: 9780774.
HSL color Cylindrical-coordinate representation of color #263E95: hue angle of 227.03º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #263E95 is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 62 | 149 | - |
| CMYK | 0.74 | 0.58 | 0 | 0.42 |
| HSL | 227.03º | 0.59% | 0.37% | - |
| HSV(B) | 227.03º | 0.74% | 0.58% | - |
| XYZ | 7.95 | 6.03 | 29.18 | - |
| YUV | 64.74 | 175.55 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 62 | 149 | 0.74 | 0.58 | 0 | 0.42 | 227.03 | 0.59 | 0.37 |
| Hex | 26 | 3E | 95 | 4A | 3A | 0 | 2A | E3 | 3B | 25 |
| Octal | 46 | 76 | 225 | 112 | 72 | 0 | 52 | 343 | 73 | 45 |
| Binary | 100110 | 111110 | 10010101 | 1001010 | 111010 | 0 | 101010 | 11100011 | 111011 | 100101 |
Color Harmonies of #263E95
Complementary color
Monochromatic Colors of #263E95
Black with #263E95
Text Example
Text Example
White with #263E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263E95; }
p { color: rgb(38,62,149); }
H1.HeaderClassName
{
color: #263E95;
}
.AnyTagClassName
{
color: #263E95;
}
</style>
background-color css
<style>
a { background-color: #263E95; }
a { background-color: rgb(38,62,149); }
div.DivClassName
{
background-color: #263E95;
}
.BgClassName
{
background-color: #263E95;
}
</style>
border-color css
<style>
span { border-color: #263E95; }
span { border-color: rgb(38,62,149); }
td.TdClassName
{
border-color: #263E95;
}
.TagClassName
{
border-color: #263E95;
}
</style>