Shades of Tory Blue #44568C
Tints of Tory Blue #44568C
RGB
CMYK
RGB Variations
Color information
#44568C (or 0x44568C) is known color: Tory Blue. HEX triplet: 44, 56 and 8C. RGB value is (68,86,140). Sum of RGB (Red+Green+Blue) = 68+86+140=294 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.13% from 294); Green value is 86 (33.98% from 255 or 29.25% from 294); Blue value is 140 (55.08% from 255 or 47.62% from 294); Max value from RGB is 140 - color contains mainly: blue. Hex color #44568C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44568C is #BBA973. Grayscale: #565656. Windows color (decimal): -12298612 or 9197124. OLE color: 9197124.
HSL color Cylindrical-coordinate representation of color #44568C: hue angle of 225º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #44568C is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 68 | 86 | 140 | - |
| CMYK | 0.51 | 0.39 | 0 | 0.45 |
| HSL | 225º | 0.35% | 0.41% | - |
| HSV(B) | 225º | 0.51% | 0.55% | - |
| XYZ | 10.45 | 9.78 | 26.15 | - |
| YUV | 86.77 | 158.04 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 86 | 140 | 0.51 | 0.39 | 0 | 0.45 | 225 | 0.35 | 0.41 |
| Hex | 44 | 56 | 8C | 33 | 27 | 0 | 2D | E1 | 23 | 29 |
| Octal | 104 | 126 | 214 | 63 | 47 | 0 | 55 | 341 | 43 | 51 |
| Binary | 1000100 | 1010110 | 10001100 | 110011 | 100111 | 0 | 101101 | 11100001 | 100011 | 101001 |
Color Harmonies of #44568C
Complementary color
Monochromatic Colors of #44568C
Black with #44568C
Text Example
Text Example
White with #44568C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44568C; }
p { color: rgb(68,86,140); }
H1.HeaderClassName
{
color: #44568C;
}
.AnyTagClassName
{
color: #44568C;
}
</style>
background-color css
<style>
a { background-color: #44568C; }
a { background-color: rgb(68,86,140); }
div.DivClassName
{
background-color: #44568C;
}
.BgClassName
{
background-color: #44568C;
}
</style>
border-color css
<style>
span { border-color: #44568C; }
span { border-color: rgb(68,86,140); }
td.TdClassName
{
border-color: #44568C;
}
.TagClassName
{
border-color: #44568C;
}
</style>