Shades of Tory Blue #44528B
Tints of Tory Blue #44528B
RGB
CMYK
RGB Variations
Color information
#44528B (or 0x44528B) is known color: Tory Blue. HEX triplet: 44, 52 and 8B. RGB value is (68,82,139). Sum of RGB (Red+Green+Blue) = 68+82+139=289 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.53% from 289); Green value is 82 (32.42% from 255 or 28.37% from 289); Blue value is 139 (54.69% from 255 or 48.10% from 289); Max value from RGB is 139 - color contains mainly: blue. Hex color #44528B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44528B is #BBAD74. Grayscale: #545454. Windows color (decimal): -12299637 or 9130564. OLE color: 9130564.
HSL color Cylindrical-coordinate representation of color #44528B: hue angle of 228.17º degrees, saturation: 0.34, 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 #44528B is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 68 | 82 | 139 | - |
| CMYK | 0.51 | 0.41 | 0 | 0.45 |
| HSL | 228.17º | 0.34% | 0.41% | - |
| HSV(B) | 228.17º | 0.51% | 0.55% | - |
| XYZ | 10.06 | 9.13 | 25.66 | - |
| YUV | 84.31 | 158.86 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 82 | 139 | 0.51 | 0.41 | 0 | 0.45 | 228.17 | 0.34 | 0.41 |
| Hex | 44 | 52 | 8B | 33 | 29 | 0 | 2D | E4 | 22 | 29 |
| Octal | 104 | 122 | 213 | 63 | 51 | 0 | 55 | 344 | 42 | 51 |
| Binary | 1000100 | 1010010 | 10001011 | 110011 | 101001 | 0 | 101101 | 11100100 | 100010 | 101001 |
Color Harmonies of #44528B
Complementary color
Monochromatic Colors of #44528B
Black with #44528B
Text Example
Text Example
White with #44528B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44528B; }
p { color: rgb(68,82,139); }
H1.HeaderClassName
{
color: #44528B;
}
.AnyTagClassName
{
color: #44528B;
}
</style>
background-color css
<style>
a { background-color: #44528B; }
a { background-color: rgb(68,82,139); }
div.DivClassName
{
background-color: #44528B;
}
.BgClassName
{
background-color: #44528B;
}
</style>
border-color css
<style>
span { border-color: #44528B; }
span { border-color: rgb(68,82,139); }
td.TdClassName
{
border-color: #44528B;
}
.TagClassName
{
border-color: #44528B;
}
</style>