Shades of Tory Blue #264390
Tints of Tory Blue #264390
RGB
CMYK
RGB Variations
Color information
#264390 (or 0x264390) is known color: Tory Blue. HEX triplet: 26, 43 and 90. RGB value is (38,67,144). Sum of RGB (Red+Green+Blue) = 38+67+144=249 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.26% from 249); Green value is 67 (26.56% from 255 or 26.91% from 249); Blue value is 144 (56.64% from 255 or 57.83% from 249); Max value from RGB is 144 - color contains mainly: blue. Hex color #264390 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264390 is #D9BC6F. Grayscale: #424242. Windows color (decimal): -14269552 or 9454374. OLE color: 9454374.
HSL color Cylindrical-coordinate representation of color #264390: hue angle of 223.58º 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 #264390 is Cyan = 0.74, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 67 | 144 | - |
| CMYK | 0.74 | 0.53 | 0 | 0.44 |
| HSL | 223.58º | 0.58% | 0.36% | - |
| HSV(B) | 223.58º | 0.74% | 0.56% | - |
| XYZ | 7.84 | 6.44 | 27.22 | - |
| YUV | 67.11 | 171.39 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 67 | 144 | 0.74 | 0.53 | 0 | 0.44 | 223.58 | 0.58 | 0.36 |
| Hex | 26 | 43 | 90 | 4A | 35 | 0 | 2C | E0 | 3A | 24 |
| Octal | 46 | 103 | 220 | 112 | 65 | 0 | 54 | 340 | 72 | 44 |
| Binary | 100110 | 1000011 | 10010000 | 1001010 | 110101 | 0 | 101100 | 11100000 | 111010 | 100100 |
Color Harmonies of #264390
Complementary color
Monochromatic Colors of #264390
Black with #264390
Text Example
Text Example
White with #264390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264390; }
p { color: rgb(38,67,144); }
H1.HeaderClassName
{
color: #264390;
}
.AnyTagClassName
{
color: #264390;
}
</style>
background-color css
<style>
a { background-color: #264390; }
a { background-color: rgb(38,67,144); }
div.DivClassName
{
background-color: #264390;
}
.BgClassName
{
background-color: #264390;
}
</style>
border-color css
<style>
span { border-color: #264390; }
span { border-color: rgb(38,67,144); }
td.TdClassName
{
border-color: #264390;
}
.TagClassName
{
border-color: #264390;
}
</style>