Shades of Tory Blue #44528D
Tints of Tory Blue #44528D
RGB
CMYK
RGB Variations
Color information
#44528D (or 0x44528D) is known color: Tory Blue. HEX triplet: 44, 52 and 8D. RGB value is (68,82,141). Sum of RGB (Red+Green+Blue) = 68+82+141=291 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.37% from 291); Green value is 82 (32.42% from 255 or 28.18% from 291); Blue value is 141 (55.47% from 255 or 48.45% from 291); Max value from RGB is 141 - color contains mainly: blue. Hex color #44528D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44528D is #BBAD72. Grayscale: #545454. Windows color (decimal): -12299635 or 9261636. OLE color: 9261636.
HSL color Cylindrical-coordinate representation of color #44528D: hue angle of 228.49º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #44528D is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 68 | 82 | 141 | - |
| CMYK | 0.52 | 0.42 | 0 | 0.45 |
| HSL | 228.49º | 0.35% | 0.41% | - |
| HSV(B) | 228.49º | 0.52% | 0.55% | - |
| XYZ | 10.21 | 9.19 | 26.43 | - |
| YUV | 84.54 | 159.86 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 82 | 141 | 0.52 | 0.42 | 0 | 0.45 | 228.49 | 0.35 | 0.41 |
| Hex | 44 | 52 | 8D | 34 | 2A | 0 | 2D | E4 | 23 | 29 |
| Octal | 104 | 122 | 215 | 64 | 52 | 0 | 55 | 344 | 43 | 51 |
| Binary | 1000100 | 1010010 | 10001101 | 110100 | 101010 | 0 | 101101 | 11100100 | 100011 | 101001 |
Color Harmonies of #44528D
Complementary color
Monochromatic Colors of #44528D
Black with #44528D
Text Example
Text Example
White with #44528D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44528D; }
p { color: rgb(68,82,141); }
H1.HeaderClassName
{
color: #44528D;
}
.AnyTagClassName
{
color: #44528D;
}
</style>
background-color css
<style>
a { background-color: #44528D; }
a { background-color: rgb(68,82,141); }
div.DivClassName
{
background-color: #44528D;
}
.BgClassName
{
background-color: #44528D;
}
</style>
border-color css
<style>
span { border-color: #44528D; }
span { border-color: rgb(68,82,141); }
td.TdClassName
{
border-color: #44528D;
}
.TagClassName
{
border-color: #44528D;
}
</style>