Shades of Tory Blue #263F98
Tints of Tory Blue #263F98
RGB
CMYK
RGB Variations
Color information
#263F98 (or 0x263F98) is known color: Tory Blue. HEX triplet: 26, 3F and 98. RGB value is (38,63,152). Sum of RGB (Red+Green+Blue) = 38+63+152=253 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.02% from 253); Green value is 63 (25% from 255 or 24.90% from 253); Blue value is 152 (59.77% from 255 or 60.08% from 253); Max value from RGB is 152 - color contains mainly: blue. Hex color #263F98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263F98 is #D9C067. Grayscale: #414141. Windows color (decimal): -14270568 or 9977638. OLE color: 9977638.
HSL color Cylindrical-coordinate representation of color #263F98: hue angle of 226.84º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #263F98 is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 38 | 63 | 152 | - |
| CMYK | 0.75 | 0.59 | 0 | 0.40 |
| HSL | 226.84º | 0.6% | 0.37% | - |
| HSV(B) | 226.84º | 0.75% | 0.6% | - |
| XYZ | 8.24 | 6.23 | 30.47 | - |
| YUV | 65.67 | 176.72 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 63 | 152 | 0.75 | 0.59 | 0 | 0.40 | 226.84 | 0.6 | 0.37 |
| Hex | 26 | 3F | 98 | 4B | 3B | 0 | 28 | E3 | 3C | 25 |
| Octal | 46 | 77 | 230 | 113 | 73 | 0 | 50 | 343 | 74 | 45 |
| Binary | 100110 | 111111 | 10011000 | 1001011 | 111011 | 0 | 101000 | 11100011 | 111100 | 100101 |
Color Harmonies of #263F98
Complementary color
Monochromatic Colors of #263F98
Black with #263F98
Text Example
Text Example
White with #263F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263F98; }
p { color: rgb(38,63,152); }
H1.HeaderClassName
{
color: #263F98;
}
.AnyTagClassName
{
color: #263F98;
}
</style>
background-color css
<style>
a { background-color: #263F98; }
a { background-color: rgb(38,63,152); }
div.DivClassName
{
background-color: #263F98;
}
.BgClassName
{
background-color: #263F98;
}
</style>
border-color css
<style>
span { border-color: #263F98; }
span { border-color: rgb(38,63,152); }
td.TdClassName
{
border-color: #263F98;
}
.TagClassName
{
border-color: #263F98;
}
</style>