Shades of Tory Blue #445289
Tints of Tory Blue #445289
RGB
CMYK
RGB Variations
Color information
#445289 (or 0x445289) is known color: Tory Blue. HEX triplet: 44, 52 and 89. RGB value is (68,82,137). Sum of RGB (Red+Green+Blue) = 68+82+137=287 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.69% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 137 (53.91% from 255 or 47.74% from 287); Max value from RGB is 137 - color contains mainly: blue. Hex color #445289 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445289 is #BBAD76. Grayscale: #535353. Windows color (decimal): -12299639 or 8999492. OLE color: 8999492.
HSL color Cylindrical-coordinate representation of color #445289: hue angle of 227.83º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #445289 is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 68 | 82 | 137 | - |
| CMYK | 0.50 | 0.40 | 0 | 0.46 |
| HSL | 227.83º | 0.34% | 0.4% | - |
| HSV(B) | 227.83º | 0.5% | 0.54% | - |
| XYZ | 9.92 | 9.07 | 24.89 | - |
| YUV | 84.08 | 157.86 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 82 | 137 | 0.50 | 0.40 | 0 | 0.46 | 227.83 | 0.34 | 0.4 |
| Hex | 44 | 52 | 89 | 32 | 28 | 0 | 2E | E4 | 22 | 28 |
| Octal | 104 | 122 | 211 | 62 | 50 | 0 | 56 | 344 | 42 | 50 |
| Binary | 1000100 | 1010010 | 10001001 | 110010 | 101000 | 0 | 101110 | 11100100 | 100010 | 101000 |
Color Harmonies of #445289
Complementary color
Monochromatic Colors of #445289
Black with #445289
Text Example
Text Example
White with #445289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445289; }
p { color: rgb(68,82,137); }
H1.HeaderClassName
{
color: #445289;
}
.AnyTagClassName
{
color: #445289;
}
</style>
background-color css
<style>
a { background-color: #445289; }
a { background-color: rgb(68,82,137); }
div.DivClassName
{
background-color: #445289;
}
.BgClassName
{
background-color: #445289;
}
</style>
border-color css
<style>
span { border-color: #445289; }
span { border-color: rgb(68,82,137); }
td.TdClassName
{
border-color: #445289;
}
.TagClassName
{
border-color: #445289;
}
</style>