Shades of Tory Blue #263D90
Tints of Tory Blue #263D90
RGB
CMYK
RGB Variations
Color information
#263D90 (or 0x263D90) is known color: Tory Blue. HEX triplet: 26, 3D and 90. RGB value is (38,61,144). Sum of RGB (Red+Green+Blue) = 38+61+144=243 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.64% from 243); Green value is 61 (24.22% from 255 or 25.10% from 243); Blue value is 144 (56.64% from 255 or 59.26% from 243); Max value from RGB is 144 - color contains mainly: blue. Hex color #263D90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263D90 is #D9C26F. Grayscale: #3F3F3F. Windows color (decimal): -14271088 or 9452838. OLE color: 9452838.
HSL color Cylindrical-coordinate representation of color #263D90: hue angle of 226.98º 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 #263D90 is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 61 | 144 | - |
| CMYK | 0.74 | 0.58 | 0 | 0.44 |
| HSL | 226.98º | 0.58% | 0.36% | - |
| HSV(B) | 226.98º | 0.74% | 0.56% | - |
| XYZ | 7.5 | 5.76 | 27.1 | - |
| YUV | 63.59 | 173.38 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 61 | 144 | 0.74 | 0.58 | 0 | 0.44 | 226.98 | 0.58 | 0.36 |
| Hex | 26 | 3D | 90 | 4A | 3A | 0 | 2C | E3 | 3A | 24 |
| Octal | 46 | 75 | 220 | 112 | 72 | 0 | 54 | 343 | 72 | 44 |
| Binary | 100110 | 111101 | 10010000 | 1001010 | 111010 | 0 | 101100 | 11100011 | 111010 | 100100 |
Color Harmonies of #263D90
Complementary color
Monochromatic Colors of #263D90
Black with #263D90
Text Example
Text Example
White with #263D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263D90; }
p { color: rgb(38,61,144); }
H1.HeaderClassName
{
color: #263D90;
}
.AnyTagClassName
{
color: #263D90;
}
</style>
background-color css
<style>
a { background-color: #263D90; }
a { background-color: rgb(38,61,144); }
div.DivClassName
{
background-color: #263D90;
}
.BgClassName
{
background-color: #263D90;
}
</style>
border-color css
<style>
span { border-color: #263D90; }
span { border-color: rgb(38,61,144); }
td.TdClassName
{
border-color: #263D90;
}
.TagClassName
{
border-color: #263D90;
}
</style>