Shades of Tory Blue #263F90
Tints of Tory Blue #263F90
RGB
CMYK
RGB Variations
Color information
#263F90 (or 0x263F90) is known color: Tory Blue. HEX triplet: 26, 3F and 90. RGB value is (38,63,144). Sum of RGB (Red+Green+Blue) = 38+63+144=245 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.51% from 245); Green value is 63 (25% from 255 or 25.71% from 245); Blue value is 144 (56.64% from 255 or 58.78% from 245); Max value from RGB is 144 - color contains mainly: blue. Hex color #263F90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263F90 is #D9C06F. Grayscale: #404040. Windows color (decimal): -14270576 or 9453350. OLE color: 9453350.
HSL color Cylindrical-coordinate representation of color #263F90: hue angle of 225.85º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #263F90 is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 63 | 144 | - |
| CMYK | 0.74 | 0.56 | 0 | 0.44 |
| HSL | 225.85º | 0.58% | 0.36% | - |
| HSV(B) | 225.85º | 0.74% | 0.56% | - |
| XYZ | 7.61 | 5.98 | 27.14 | - |
| YUV | 64.76 | 172.72 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 63 | 144 | 0.74 | 0.56 | 0 | 0.44 | 225.85 | 0.58 | 0.36 |
| Hex | 26 | 3F | 90 | 4A | 38 | 0 | 2C | E2 | 3A | 24 |
| Octal | 46 | 77 | 220 | 112 | 70 | 0 | 54 | 342 | 72 | 44 |
| Binary | 100110 | 111111 | 10010000 | 1001010 | 111000 | 0 | 101100 | 11100010 | 111010 | 100100 |
Color Harmonies of #263F90
Complementary color
Monochromatic Colors of #263F90
Black with #263F90
Text Example
Text Example
White with #263F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263F90; }
p { color: rgb(38,63,144); }
H1.HeaderClassName
{
color: #263F90;
}
.AnyTagClassName
{
color: #263F90;
}
</style>
background-color css
<style>
a { background-color: #263F90; }
a { background-color: rgb(38,63,144); }
div.DivClassName
{
background-color: #263F90;
}
.BgClassName
{
background-color: #263F90;
}
</style>
border-color css
<style>
span { border-color: #263F90; }
span { border-color: rgb(38,63,144); }
td.TdClassName
{
border-color: #263F90;
}
.TagClassName
{
border-color: #263F90;
}
</style>