Shades of Tory Blue #264899
Tints of Tory Blue #264899
RGB
CMYK
RGB Variations
Color information
#264899 (or 0x264899) is known color: Tory Blue. HEX triplet: 26, 48 and 99. RGB value is (38,72,153). Sum of RGB (Red+Green+Blue) = 38+72+153=263 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.45% from 263); Green value is 72 (28.52% from 255 or 27.38% from 263); Blue value is 153 (60.16% from 255 or 58.17% from 263); Max value from RGB is 153 - color contains mainly: blue. Hex color #264899 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264899 is #D9B766. Grayscale: #464646. Windows color (decimal): -14268263 or 10045478. OLE color: 10045478.
HSL color Cylindrical-coordinate representation of color #264899: hue angle of 222.26º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #264899 is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 38 | 72 | 153 | - |
| CMYK | 0.75 | 0.53 | 0 | 0.4 |
| HSL | 222.26º | 0.6% | 0.37% | - |
| HSV(B) | 222.26º | 0.75% | 0.6% | - |
| XYZ | 8.87 | 7.35 | 31.09 | - |
| YUV | 71.07 | 174.24 | 104.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 72 | 153 | 0.75 | 0.53 | 0 | 0.4 | 222.26 | 0.6 | 0.37 |
| Hex | 26 | 48 | 99 | 4B | 35 | 0 | 28 | DE | 3C | 25 |
| Octal | 46 | 110 | 231 | 113 | 65 | 0 | 50 | 336 | 74 | 45 |
| Binary | 100110 | 1001000 | 10011001 | 1001011 | 110101 | 0 | 101000 | 11011110 | 111100 | 100101 |
Color Harmonies of #264899
Complementary color
Monochromatic Colors of #264899
Black with #264899
Text Example
Text Example
White with #264899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264899; }
p { color: rgb(38,72,153); }
H1.HeaderClassName
{
color: #264899;
}
.AnyTagClassName
{
color: #264899;
}
</style>
background-color css
<style>
a { background-color: #264899; }
a { background-color: rgb(38,72,153); }
div.DivClassName
{
background-color: #264899;
}
.BgClassName
{
background-color: #264899;
}
</style>
border-color css
<style>
span { border-color: #264899; }
span { border-color: rgb(38,72,153); }
td.TdClassName
{
border-color: #264899;
}
.TagClassName
{
border-color: #264899;
}
</style>