Shades of Tory Blue #264790
Tints of Tory Blue #264790
RGB
CMYK
RGB Variations
Color information
#264790 (or 0x264790) is known color: Tory Blue. HEX triplet: 26, 47 and 90. RGB value is (38,71,144). Sum of RGB (Red+Green+Blue) = 38+71+144=253 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.02% from 253); Green value is 71 (28.12% from 255 or 28.06% from 253); Blue value is 144 (56.64% from 255 or 56.92% from 253); Max value from RGB is 144 - color contains mainly: blue. Hex color #264790 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264790 is #D9B86F. Grayscale: #454545. Windows color (decimal): -14268528 or 9455398. OLE color: 9455398.
HSL color Cylindrical-coordinate representation of color #264790: hue angle of 221.32º 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 #264790 is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 71 | 144 | - |
| CMYK | 0.74 | 0.51 | 0 | 0.44 |
| HSL | 221.32º | 0.58% | 0.36% | - |
| HSV(B) | 221.32º | 0.74% | 0.56% | - |
| XYZ | 8.09 | 6.93 | 27.3 | - |
| YUV | 69.46 | 170.07 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 71 | 144 | 0.74 | 0.51 | 0 | 0.44 | 221.32 | 0.58 | 0.36 |
| Hex | 26 | 47 | 90 | 4A | 33 | 0 | 2C | DD | 3A | 24 |
| Octal | 46 | 107 | 220 | 112 | 63 | 0 | 54 | 335 | 72 | 44 |
| Binary | 100110 | 1000111 | 10010000 | 1001010 | 110011 | 0 | 101100 | 11011101 | 111010 | 100100 |
Color Harmonies of #264790
Complementary color
Monochromatic Colors of #264790
Black with #264790
Text Example
Text Example
White with #264790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264790; }
p { color: rgb(38,71,144); }
H1.HeaderClassName
{
color: #264790;
}
.AnyTagClassName
{
color: #264790;
}
</style>
background-color css
<style>
a { background-color: #264790; }
a { background-color: rgb(38,71,144); }
div.DivClassName
{
background-color: #264790;
}
.BgClassName
{
background-color: #264790;
}
</style>
border-color css
<style>
span { border-color: #264790; }
span { border-color: rgb(38,71,144); }
td.TdClassName
{
border-color: #264790;
}
.TagClassName
{
border-color: #264790;
}
</style>