Shades of Tory Blue #263D95
Tints of Tory Blue #263D95
RGB
CMYK
RGB Variations
Color information
#263D95 (or 0x263D95) is known color: Tory Blue. HEX triplet: 26, 3D and 95. RGB value is (38,61,149). Sum of RGB (Red+Green+Blue) = 38+61+149=248 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.32% from 248); Green value is 61 (24.22% from 255 or 24.60% from 248); Blue value is 149 (58.59% from 255 or 60.08% from 248); Max value from RGB is 149 - color contains mainly: blue. Hex color #263D95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263D95 is #D9C26A. Grayscale: #3F3F3F. Windows color (decimal): -14271083 or 9780518. OLE color: 9780518.
HSL color Cylindrical-coordinate representation of color #263D95: hue angle of 227.57º 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 #263D95 is Cyan = 0.74, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 61 | 149 | - |
| CMYK | 0.74 | 0.59 | 0 | 0.42 |
| HSL | 227.57º | 0.59% | 0.37% | - |
| HSV(B) | 227.57º | 0.74% | 0.58% | - |
| XYZ | 7.89 | 5.92 | 29.16 | - |
| YUV | 64.16 | 175.88 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 61 | 149 | 0.74 | 0.59 | 0 | 0.42 | 227.57 | 0.59 | 0.37 |
| Hex | 26 | 3D | 95 | 4A | 3B | 0 | 2A | E4 | 3B | 25 |
| Octal | 46 | 75 | 225 | 112 | 73 | 0 | 52 | 344 | 73 | 45 |
| Binary | 100110 | 111101 | 10010101 | 1001010 | 111011 | 0 | 101010 | 11100100 | 111011 | 100101 |
Color Harmonies of #263D95
Complementary color
Monochromatic Colors of #263D95
Black with #263D95
Text Example
Text Example
White with #263D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263D95; }
p { color: rgb(38,61,149); }
H1.HeaderClassName
{
color: #263D95;
}
.AnyTagClassName
{
color: #263D95;
}
</style>
background-color css
<style>
a { background-color: #263D95; }
a { background-color: rgb(38,61,149); }
div.DivClassName
{
background-color: #263D95;
}
.BgClassName
{
background-color: #263D95;
}
</style>
border-color css
<style>
span { border-color: #263D95; }
span { border-color: rgb(38,61,149); }
td.TdClassName
{
border-color: #263D95;
}
.TagClassName
{
border-color: #263D95;
}
</style>