Shades of Tory Blue #263D8B
Tints of Tory Blue #263D8B
RGB
CMYK
RGB Variations
Color information
#263D8B (or 0x263D8B) is known color: Tory Blue. HEX triplet: 26, 3D and 8B. RGB value is (38,61,139). Sum of RGB (Red+Green+Blue) = 38+61+139=238 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.97% from 238); Green value is 61 (24.22% from 255 or 25.63% from 238); Blue value is 139 (54.69% from 255 or 58.40% from 238); Max value from RGB is 139 - color contains mainly: blue. Hex color #263D8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263D8B is #D9C274. Grayscale: #3E3E3E. Windows color (decimal): -14271093 or 9125158. OLE color: 9125158.
HSL color Cylindrical-coordinate representation of color #263D8B: hue angle of 226.34º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #263D8B is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 38 | 61 | 139 | - |
| CMYK | 0.73 | 0.56 | 0 | 0.45 |
| HSL | 226.34º | 0.57% | 0.35% | - |
| HSV(B) | 226.34º | 0.73% | 0.55% | - |
| XYZ | 7.13 | 5.61 | 25.13 | - |
| YUV | 63.02 | 170.88 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 61 | 139 | 0.73 | 0.56 | 0 | 0.45 | 226.34 | 0.57 | 0.35 |
| Hex | 26 | 3D | 8B | 49 | 38 | 0 | 2D | E2 | 39 | 23 |
| Octal | 46 | 75 | 213 | 111 | 70 | 0 | 55 | 342 | 71 | 43 |
| Binary | 100110 | 111101 | 10001011 | 1001001 | 111000 | 0 | 101101 | 11100010 | 111001 | 100011 |
Color Harmonies of #263D8B
Complementary color
Monochromatic Colors of #263D8B
Black with #263D8B
Text Example
Text Example
White with #263D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263D8B; }
p { color: rgb(38,61,139); }
H1.HeaderClassName
{
color: #263D8B;
}
.AnyTagClassName
{
color: #263D8B;
}
</style>
background-color css
<style>
a { background-color: #263D8B; }
a { background-color: rgb(38,61,139); }
div.DivClassName
{
background-color: #263D8B;
}
.BgClassName
{
background-color: #263D8B;
}
</style>
border-color css
<style>
span { border-color: #263D8B; }
span { border-color: rgb(38,61,139); }
td.TdClassName
{
border-color: #263D8B;
}
.TagClassName
{
border-color: #263D8B;
}
</style>