Shades of Tory Blue #264292
Tints of Tory Blue #264292
RGB
CMYK
RGB Variations
Color information
#264292 (or 0x264292) is known color: Tory Blue. HEX triplet: 26, 42 and 92. RGB value is (38,66,146). Sum of RGB (Red+Green+Blue) = 38+66+146=250 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.2% from 250); Green value is 66 (26.17% from 255 or 26.4% from 250); Blue value is 146 (57.42% from 255 or 58.4% from 250); Max value from RGB is 146 - color contains mainly: blue. Hex color #264292 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264292 is #D9BD6D. Grayscale: #424242. Windows color (decimal): -14269806 or 9585190. OLE color: 9585190.
HSL color Cylindrical-coordinate representation of color #264292: hue angle of 224.44º 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 #264292 is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 38 | 66 | 146 | - |
| CMYK | 0.74 | 0.55 | 0 | 0.43 |
| HSL | 224.44º | 0.59% | 0.36% | - |
| HSV(B) | 224.44º | 0.74% | 0.57% | - |
| XYZ | 7.94 | 6.38 | 28.01 | - |
| YUV | 66.75 | 172.72 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 66 | 146 | 0.74 | 0.55 | 0 | 0.43 | 224.44 | 0.59 | 0.36 |
| Hex | 26 | 42 | 92 | 4A | 37 | 0 | 2B | E0 | 3B | 24 |
| Octal | 46 | 102 | 222 | 112 | 67 | 0 | 53 | 340 | 73 | 44 |
| Binary | 100110 | 1000010 | 10010010 | 1001010 | 110111 | 0 | 101011 | 11100000 | 111011 | 100100 |
Color Harmonies of #264292
Complementary color
Monochromatic Colors of #264292
Black with #264292
Text Example
Text Example
White with #264292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264292; }
p { color: rgb(38,66,146); }
H1.HeaderClassName
{
color: #264292;
}
.AnyTagClassName
{
color: #264292;
}
</style>
background-color css
<style>
a { background-color: #264292; }
a { background-color: rgb(38,66,146); }
div.DivClassName
{
background-color: #264292;
}
.BgClassName
{
background-color: #264292;
}
</style>
border-color css
<style>
span { border-color: #264292; }
span { border-color: rgb(38,66,146); }
td.TdClassName
{
border-color: #264292;
}
.TagClassName
{
border-color: #264292;
}
</style>