Shades of Tory Blue #263D92
Tints of Tory Blue #263D92
RGB
CMYK
RGB Variations
Color information
#263D92 (or 0x263D92) is known color: Tory Blue. HEX triplet: 26, 3D and 92. RGB value is (38,61,146). Sum of RGB (Red+Green+Blue) = 38+61+146=245 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.51% from 245); Green value is 61 (24.22% from 255 or 24.90% from 245); Blue value is 146 (57.42% from 255 or 59.59% from 245); Max value from RGB is 146 - color contains mainly: blue. Hex color #263D92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263D92 is #D9C26D. Grayscale: #3F3F3F. Windows color (decimal): -14271086 or 9583910. OLE color: 9583910.
HSL color Cylindrical-coordinate representation of color #263D92: hue angle of 227.22º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #263D92 is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 38 | 61 | 146 | - |
| CMYK | 0.74 | 0.58 | 0 | 0.43 |
| HSL | 227.22º | 0.59% | 0.36% | - |
| HSV(B) | 227.22º | 0.74% | 0.57% | - |
| XYZ | 7.66 | 5.82 | 27.91 | - |
| YUV | 63.81 | 174.38 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 61 | 146 | 0.74 | 0.58 | 0 | 0.43 | 227.22 | 0.59 | 0.36 |
| Hex | 26 | 3D | 92 | 4A | 3A | 0 | 2B | E3 | 3B | 24 |
| Octal | 46 | 75 | 222 | 112 | 72 | 0 | 53 | 343 | 73 | 44 |
| Binary | 100110 | 111101 | 10010010 | 1001010 | 111010 | 0 | 101011 | 11100011 | 111011 | 100100 |
Color Harmonies of #263D92
Complementary color
Monochromatic Colors of #263D92
Black with #263D92
Text Example
Text Example
White with #263D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263D92; }
p { color: rgb(38,61,146); }
H1.HeaderClassName
{
color: #263D92;
}
.AnyTagClassName
{
color: #263D92;
}
</style>
background-color css
<style>
a { background-color: #263D92; }
a { background-color: rgb(38,61,146); }
div.DivClassName
{
background-color: #263D92;
}
.BgClassName
{
background-color: #263D92;
}
</style>
border-color css
<style>
span { border-color: #263D92; }
span { border-color: rgb(38,61,146); }
td.TdClassName
{
border-color: #263D92;
}
.TagClassName
{
border-color: #263D92;
}
</style>