Shades of Tory Blue #263B92
Tints of Tory Blue #263B92
RGB
CMYK
RGB Variations
Color information
#263B92 (or 0x263B92) is known color: Tory Blue. HEX triplet: 26, 3B and 92. RGB value is (38,59,146). Sum of RGB (Red+Green+Blue) = 38+59+146=243 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.64% from 243); Green value is 59 (23.44% from 255 or 24.28% from 243); Blue value is 146 (57.42% from 255 or 60.08% from 243); Max value from RGB is 146 - color contains mainly: blue. Hex color #263B92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263B92 is #D9C46D. Grayscale: #3E3E3E. Windows color (decimal): -14271598 or 9583398. OLE color: 9583398.
HSL color Cylindrical-coordinate representation of color #263B92: hue angle of 228.33º 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 #263B92 is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 38 | 59 | 146 | - |
| CMYK | 0.74 | 0.60 | 0 | 0.43 |
| HSL | 228.33º | 0.59% | 0.36% | - |
| HSV(B) | 228.33º | 0.74% | 0.57% | - |
| XYZ | 7.55 | 5.62 | 27.88 | - |
| YUV | 62.64 | 175.04 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 59 | 146 | 0.74 | 0.60 | 0 | 0.43 | 228.33 | 0.59 | 0.36 |
| Hex | 26 | 3B | 92 | 4A | 3C | 0 | 2B | E4 | 3B | 24 |
| Octal | 46 | 73 | 222 | 112 | 74 | 0 | 53 | 344 | 73 | 44 |
| Binary | 100110 | 111011 | 10010010 | 1001010 | 111100 | 0 | 101011 | 11100100 | 111011 | 100100 |
Color Harmonies of #263B92
Complementary color
Monochromatic Colors of #263B92
Black with #263B92
Text Example
Text Example
White with #263B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263B92; }
p { color: rgb(38,59,146); }
H1.HeaderClassName
{
color: #263B92;
}
.AnyTagClassName
{
color: #263B92;
}
</style>
background-color css
<style>
a { background-color: #263B92; }
a { background-color: rgb(38,59,146); }
div.DivClassName
{
background-color: #263B92;
}
.BgClassName
{
background-color: #263B92;
}
</style>
border-color css
<style>
span { border-color: #263B92; }
span { border-color: rgb(38,59,146); }
td.TdClassName
{
border-color: #263B92;
}
.TagClassName
{
border-color: #263B92;
}
</style>