Shades of Tory Blue #264189
Tints of Tory Blue #264189
RGB
CMYK
RGB Variations
Color information
#264189 (or 0x264189) is known color: Tory Blue. HEX triplet: 26, 41 and 89. RGB value is (38,65,137). Sum of RGB (Red+Green+Blue) = 38+65+137=240 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.83% from 240); Green value is 65 (25.78% from 255 or 27.08% from 240); Blue value is 137 (53.91% from 255 or 57.08% from 240); Max value from RGB is 137 - color contains mainly: blue. Hex color #264189 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264189 is #D9BE76. Grayscale: #404040. Windows color (decimal): -14270071 or 8995110. OLE color: 8995110.
HSL color Cylindrical-coordinate representation of color #264189: hue angle of 223.64º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #264189 is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 38 | 65 | 137 | - |
| CMYK | 0.72 | 0.53 | 0 | 0.46 |
| HSL | 223.64º | 0.57% | 0.34% | - |
| HSV(B) | 223.64º | 0.72% | 0.54% | - |
| XYZ | 7.2 | 6 | 24.45 | - |
| YUV | 65.14 | 168.55 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 65 | 137 | 0.72 | 0.53 | 0 | 0.46 | 223.64 | 0.57 | 0.34 |
| Hex | 26 | 41 | 89 | 48 | 35 | 0 | 2E | E0 | 39 | 22 |
| Octal | 46 | 101 | 211 | 110 | 65 | 0 | 56 | 340 | 71 | 42 |
| Binary | 100110 | 1000001 | 10001001 | 1001000 | 110101 | 0 | 101110 | 11100000 | 111001 | 100010 |
Color Harmonies of #264189
Complementary color
Monochromatic Colors of #264189
Black with #264189
Text Example
Text Example
White with #264189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264189; }
p { color: rgb(38,65,137); }
H1.HeaderClassName
{
color: #264189;
}
.AnyTagClassName
{
color: #264189;
}
</style>
background-color css
<style>
a { background-color: #264189; }
a { background-color: rgb(38,65,137); }
div.DivClassName
{
background-color: #264189;
}
.BgClassName
{
background-color: #264189;
}
</style>
border-color css
<style>
span { border-color: #264189; }
span { border-color: rgb(38,65,137); }
td.TdClassName
{
border-color: #264189;
}
.TagClassName
{
border-color: #264189;
}
</style>