Shades of Tory Blue #263D94
Tints of Tory Blue #263D94
RGB
CMYK
RGB Variations
Color information
#263D94 (or 0x263D94) is known color: Tory Blue. HEX triplet: 26, 3D and 94. RGB value is (38,61,148). Sum of RGB (Red+Green+Blue) = 38+61+148=247 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.38% from 247); Green value is 61 (24.22% from 255 or 24.70% from 247); Blue value is 148 (58.20% from 255 or 59.92% from 247); Max value from RGB is 148 - color contains mainly: blue. Hex color #263D94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263D94 is #D9C26B. Grayscale: #3F3F3F. Windows color (decimal): -14271084 or 9714982. OLE color: 9714982.
HSL color Cylindrical-coordinate representation of color #263D94: hue angle of 227.45º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #263D94 is Cyan = 0.74, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 61 | 148 | - |
| CMYK | 0.74 | 0.59 | 0 | 0.42 |
| HSL | 227.45º | 0.59% | 0.36% | - |
| HSV(B) | 227.45º | 0.74% | 0.58% | - |
| XYZ | 7.81 | 5.89 | 28.74 | - |
| YUV | 64.04 | 175.38 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 61 | 148 | 0.74 | 0.59 | 0 | 0.42 | 227.45 | 0.59 | 0.36 |
| Hex | 26 | 3D | 94 | 4A | 3B | 0 | 2A | E3 | 3B | 24 |
| Octal | 46 | 75 | 224 | 112 | 73 | 0 | 52 | 343 | 73 | 44 |
| Binary | 100110 | 111101 | 10010100 | 1001010 | 111011 | 0 | 101010 | 11100011 | 111011 | 100100 |
Color Harmonies of #263D94
Complementary color
Monochromatic Colors of #263D94
Black with #263D94
Text Example
Text Example
White with #263D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263D94; }
p { color: rgb(38,61,148); }
H1.HeaderClassName
{
color: #263D94;
}
.AnyTagClassName
{
color: #263D94;
}
</style>
background-color css
<style>
a { background-color: #263D94; }
a { background-color: rgb(38,61,148); }
div.DivClassName
{
background-color: #263D94;
}
.BgClassName
{
background-color: #263D94;
}
</style>
border-color css
<style>
span { border-color: #263D94; }
span { border-color: rgb(38,61,148); }
td.TdClassName
{
border-color: #263D94;
}
.TagClassName
{
border-color: #263D94;
}
</style>