Shades of Tory Blue #44538B
Tints of Tory Blue #44538B
RGB
CMYK
RGB Variations
Color information
#44538B (or 0x44538B) is known color: Tory Blue. HEX triplet: 44, 53 and 8B. RGB value is (68,83,139). Sum of RGB (Red+Green+Blue) = 68+83+139=290 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.45% from 290); Green value is 83 (32.81% from 255 or 28.62% from 290); Blue value is 139 (54.69% from 255 or 47.93% from 290); Max value from RGB is 139 - color contains mainly: blue. Hex color #44538B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44538B is #BBAC74. Grayscale: #545454. Windows color (decimal): -12299381 or 9130820. OLE color: 9130820.
HSL color Cylindrical-coordinate representation of color #44538B: hue angle of 227.32º 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 #44538B is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 68 | 83 | 139 | - |
| CMYK | 0.51 | 0.40 | 0 | 0.45 |
| HSL | 227.32º | 0.34% | 0.41% | - |
| HSV(B) | 227.32º | 0.51% | 0.55% | - |
| XYZ | 10.14 | 9.28 | 25.68 | - |
| YUV | 84.9 | 158.53 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 83 | 139 | 0.51 | 0.40 | 0 | 0.45 | 227.32 | 0.34 | 0.41 |
| Hex | 44 | 53 | 8B | 33 | 28 | 0 | 2D | E3 | 22 | 29 |
| Octal | 104 | 123 | 213 | 63 | 50 | 0 | 55 | 343 | 42 | 51 |
| Binary | 1000100 | 1010011 | 10001011 | 110011 | 101000 | 0 | 101101 | 11100011 | 100010 | 101001 |
Color Harmonies of #44538B
Complementary color
Monochromatic Colors of #44538B
Black with #44538B
Text Example
Text Example
White with #44538B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44538B; }
p { color: rgb(68,83,139); }
H1.HeaderClassName
{
color: #44538B;
}
.AnyTagClassName
{
color: #44538B;
}
</style>
background-color css
<style>
a { background-color: #44538B; }
a { background-color: rgb(68,83,139); }
div.DivClassName
{
background-color: #44538B;
}
.BgClassName
{
background-color: #44538B;
}
</style>
border-color css
<style>
span { border-color: #44538B; }
span { border-color: rgb(68,83,139); }
td.TdClassName
{
border-color: #44538B;
}
.TagClassName
{
border-color: #44538B;
}
</style>