Shades of Tory Blue #264392
Tints of Tory Blue #264392
RGB
CMYK
RGB Variations
Color information
#264392 (or 0x264392) is known color: Tory Blue. HEX triplet: 26, 43 and 92. RGB value is (38,67,146). Sum of RGB (Red+Green+Blue) = 38+67+146=251 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.14% from 251); Green value is 67 (26.56% from 255 or 26.69% from 251); Blue value is 146 (57.42% from 255 or 58.17% from 251); Max value from RGB is 146 - color contains mainly: blue. Hex color #264392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264392 is #D9BC6D. Grayscale: #424242. Windows color (decimal): -14269550 or 9585446. OLE color: 9585446.
HSL color Cylindrical-coordinate representation of color #264392: hue angle of 223.89º 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 #264392 is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 38 | 67 | 146 | - |
| CMYK | 0.74 | 0.54 | 0 | 0.43 |
| HSL | 223.89º | 0.59% | 0.36% | - |
| HSV(B) | 223.89º | 0.74% | 0.57% | - |
| XYZ | 7.99 | 6.5 | 28.03 | - |
| YUV | 67.34 | 172.39 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 67 | 146 | 0.74 | 0.54 | 0 | 0.43 | 223.89 | 0.59 | 0.36 |
| Hex | 26 | 43 | 92 | 4A | 36 | 0 | 2B | E0 | 3B | 24 |
| Octal | 46 | 103 | 222 | 112 | 66 | 0 | 53 | 340 | 73 | 44 |
| Binary | 100110 | 1000011 | 10010010 | 1001010 | 110110 | 0 | 101011 | 11100000 | 111011 | 100100 |
Color Harmonies of #264392
Complementary color
Monochromatic Colors of #264392
Black with #264392
Text Example
Text Example
White with #264392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264392; }
p { color: rgb(38,67,146); }
H1.HeaderClassName
{
color: #264392;
}
.AnyTagClassName
{
color: #264392;
}
</style>
background-color css
<style>
a { background-color: #264392; }
a { background-color: rgb(38,67,146); }
div.DivClassName
{
background-color: #264392;
}
.BgClassName
{
background-color: #264392;
}
</style>
border-color css
<style>
span { border-color: #264392; }
span { border-color: rgb(38,67,146); }
td.TdClassName
{
border-color: #264392;
}
.TagClassName
{
border-color: #264392;
}
</style>