Shades of Tory Blue #263C95
Tints of Tory Blue #263C95
RGB
CMYK
RGB Variations
Color information
#263C95 (or 0x263C95) is known color: Tory Blue. HEX triplet: 26, 3C and 95. RGB value is (38,60,149). Sum of RGB (Red+Green+Blue) = 38+60+149=247 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.38% from 247); Green value is 60 (23.83% from 255 or 24.29% from 247); Blue value is 149 (58.59% from 255 or 60.32% from 247); Max value from RGB is 149 - color contains mainly: blue. Hex color #263C95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263C95 is #D9C36A. Grayscale: #3F3F3F. Windows color (decimal): -14271339 or 9780262. OLE color: 9780262.
HSL color Cylindrical-coordinate representation of color #263C95: hue angle of 228.11º 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 #263C95 is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 60 | 149 | - |
| CMYK | 0.74 | 0.60 | 0 | 0.42 |
| HSL | 228.11º | 0.59% | 0.37% | - |
| HSV(B) | 228.11º | 0.74% | 0.58% | - |
| XYZ | 7.84 | 5.81 | 29.14 | - |
| YUV | 63.57 | 176.21 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 60 | 149 | 0.74 | 0.60 | 0 | 0.42 | 228.11 | 0.59 | 0.37 |
| Hex | 26 | 3C | 95 | 4A | 3C | 0 | 2A | E4 | 3B | 25 |
| Octal | 46 | 74 | 225 | 112 | 74 | 0 | 52 | 344 | 73 | 45 |
| Binary | 100110 | 111100 | 10010101 | 1001010 | 111100 | 0 | 101010 | 11100100 | 111011 | 100101 |
Color Harmonies of #263C95
Complementary color
Monochromatic Colors of #263C95
Black with #263C95
Text Example
Text Example
White with #263C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263C95; }
p { color: rgb(38,60,149); }
H1.HeaderClassName
{
color: #263C95;
}
.AnyTagClassName
{
color: #263C95;
}
</style>
background-color css
<style>
a { background-color: #263C95; }
a { background-color: rgb(38,60,149); }
div.DivClassName
{
background-color: #263C95;
}
.BgClassName
{
background-color: #263C95;
}
</style>
border-color css
<style>
span { border-color: #263C95; }
span { border-color: rgb(38,60,149); }
td.TdClassName
{
border-color: #263C95;
}
.TagClassName
{
border-color: #263C95;
}
</style>