Shades of Tory Blue #264298
Tints of Tory Blue #264298
RGB
CMYK
RGB Variations
Color information
#264298 (or 0x264298) is known color: Tory Blue. HEX triplet: 26, 42 and 98. RGB value is (38,66,152). Sum of RGB (Red+Green+Blue) = 38+66+152=256 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.84% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 152 (59.77% from 255 or 59.38% from 256); Max value from RGB is 152 - color contains mainly: blue. Hex color #264298 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264298 is #D9BD67. Grayscale: #434343. Windows color (decimal): -14269800 or 9978406. OLE color: 9978406.
HSL color Cylindrical-coordinate representation of color #264298: hue angle of 225.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 #264298 is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 38 | 66 | 152 | - |
| CMYK | 0.75 | 0.57 | 0 | 0.40 |
| HSL | 225.26º | 0.6% | 0.37% | - |
| HSV(B) | 225.26º | 0.75% | 0.6% | - |
| XYZ | 8.42 | 6.58 | 30.53 | - |
| YUV | 67.43 | 175.72 | 107.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 66 | 152 | 0.75 | 0.57 | 0 | 0.40 | 225.26 | 0.6 | 0.37 |
| Hex | 26 | 42 | 98 | 4B | 39 | 0 | 28 | E1 | 3C | 25 |
| Octal | 46 | 102 | 230 | 113 | 71 | 0 | 50 | 341 | 74 | 45 |
| Binary | 100110 | 1000010 | 10011000 | 1001011 | 111001 | 0 | 101000 | 11100001 | 111100 | 100101 |
Color Harmonies of #264298
Complementary color
Monochromatic Colors of #264298
Black with #264298
Text Example
Text Example
White with #264298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264298; }
p { color: rgb(38,66,152); }
H1.HeaderClassName
{
color: #264298;
}
.AnyTagClassName
{
color: #264298;
}
</style>
background-color css
<style>
a { background-color: #264298; }
a { background-color: rgb(38,66,152); }
div.DivClassName
{
background-color: #264298;
}
.BgClassName
{
background-color: #264298;
}
</style>
border-color css
<style>
span { border-color: #264298; }
span { border-color: rgb(38,66,152); }
td.TdClassName
{
border-color: #264298;
}
.TagClassName
{
border-color: #264298;
}
</style>