Shades of Tory Blue #44528C
Tints of Tory Blue #44528C
RGB
CMYK
RGB Variations
Color information
#44528C (or 0x44528C) is known color: Tory Blue. HEX triplet: 44, 52 and 8C. RGB value is (68,82,140). Sum of RGB (Red+Green+Blue) = 68+82+140=290 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.45% from 290); Green value is 82 (32.42% from 255 or 28.28% from 290); Blue value is 140 (55.08% from 255 or 48.28% from 290); Max value from RGB is 140 - color contains mainly: blue. Hex color #44528C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44528C is #BBAD73. Grayscale: #545454. Windows color (decimal): -12299636 or 9196100. OLE color: 9196100.
HSL color Cylindrical-coordinate representation of color #44528C: hue angle of 228.33º 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 #44528C is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 68 | 82 | 140 | - |
| CMYK | 0.51 | 0.41 | 0 | 0.45 |
| HSL | 228.33º | 0.35% | 0.41% | - |
| HSV(B) | 228.33º | 0.51% | 0.55% | - |
| XYZ | 10.13 | 9.16 | 26.04 | - |
| YUV | 84.43 | 159.36 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 82 | 140 | 0.51 | 0.41 | 0 | 0.45 | 228.33 | 0.35 | 0.41 |
| Hex | 44 | 52 | 8C | 33 | 29 | 0 | 2D | E4 | 23 | 29 |
| Octal | 104 | 122 | 214 | 63 | 51 | 0 | 55 | 344 | 43 | 51 |
| Binary | 1000100 | 1010010 | 10001100 | 110011 | 101001 | 0 | 101101 | 11100100 | 100011 | 101001 |
Color Harmonies of #44528C
Complementary color
Monochromatic Colors of #44528C
Black with #44528C
Text Example
Text Example
White with #44528C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44528C; }
p { color: rgb(68,82,140); }
H1.HeaderClassName
{
color: #44528C;
}
.AnyTagClassName
{
color: #44528C;
}
</style>
background-color css
<style>
a { background-color: #44528C; }
a { background-color: rgb(68,82,140); }
div.DivClassName
{
background-color: #44528C;
}
.BgClassName
{
background-color: #44528C;
}
</style>
border-color css
<style>
span { border-color: #44528C; }
span { border-color: rgb(68,82,140); }
td.TdClassName
{
border-color: #44528C;
}
.TagClassName
{
border-color: #44528C;
}
</style>