Shades of Tory Blue #264190
Tints of Tory Blue #264190
RGB
CMYK
RGB Variations
Color information
#264190 (or 0x264190) is known color: Tory Blue. HEX triplet: 26, 41 and 90. RGB value is (38,65,144). Sum of RGB (Red+Green+Blue) = 38+65+144=247 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.38% from 247); Green value is 65 (25.78% from 255 or 26.32% from 247); Blue value is 144 (56.64% from 255 or 58.30% from 247); Max value from RGB is 144 - color contains mainly: blue. Hex color #264190 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264190 is #D9BE6F. Grayscale: #414141. Windows color (decimal): -14270064 or 9453862. OLE color: 9453862.
HSL color Cylindrical-coordinate representation of color #264190: hue angle of 224.72º 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 #264190 is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 65 | 144 | - |
| CMYK | 0.74 | 0.55 | 0 | 0.44 |
| HSL | 224.72º | 0.58% | 0.36% | - |
| HSV(B) | 224.72º | 0.74% | 0.56% | - |
| XYZ | 7.72 | 6.21 | 27.18 | - |
| YUV | 65.93 | 172.05 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 65 | 144 | 0.74 | 0.55 | 0 | 0.44 | 224.72 | 0.58 | 0.36 |
| Hex | 26 | 41 | 90 | 4A | 37 | 0 | 2C | E1 | 3A | 24 |
| Octal | 46 | 101 | 220 | 112 | 67 | 0 | 54 | 341 | 72 | 44 |
| Binary | 100110 | 1000001 | 10010000 | 1001010 | 110111 | 0 | 101100 | 11100001 | 111010 | 100100 |
Color Harmonies of #264190
Complementary color
Monochromatic Colors of #264190
Black with #264190
Text Example
Text Example
White with #264190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264190; }
p { color: rgb(38,65,144); }
H1.HeaderClassName
{
color: #264190;
}
.AnyTagClassName
{
color: #264190;
}
</style>
background-color css
<style>
a { background-color: #264190; }
a { background-color: rgb(38,65,144); }
div.DivClassName
{
background-color: #264190;
}
.BgClassName
{
background-color: #264190;
}
</style>
border-color css
<style>
span { border-color: #264190; }
span { border-color: rgb(38,65,144); }
td.TdClassName
{
border-color: #264190;
}
.TagClassName
{
border-color: #264190;
}
</style>