Shades of Tory Blue #44538A
Tints of Tory Blue #44538A
RGB
CMYK
RGB Variations
Color information
#44538A (or 0x44538A) is known color: Tory Blue. HEX triplet: 44, 53 and 8A. RGB value is (68,83,138). Sum of RGB (Red+Green+Blue) = 68+83+138=289 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.53% from 289); Green value is 83 (32.81% from 255 or 28.72% from 289); Blue value is 138 (54.30% from 255 or 47.75% from 289); Max value from RGB is 138 - color contains mainly: blue. Hex color #44538A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44538A is #BBAC75. Grayscale: #545454. Windows color (decimal): -12299382 or 9065284. OLE color: 9065284.
HSL color Cylindrical-coordinate representation of color #44538A: hue angle of 227.14º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #44538A is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 68 | 83 | 138 | - |
| CMYK | 0.51 | 0.40 | 0 | 0.46 |
| HSL | 227.14º | 0.34% | 0.4% | - |
| HSV(B) | 227.14º | 0.51% | 0.54% | - |
| XYZ | 10.06 | 9.25 | 25.3 | - |
| YUV | 84.79 | 158.03 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 83 | 138 | 0.51 | 0.40 | 0 | 0.46 | 227.14 | 0.34 | 0.4 |
| Hex | 44 | 53 | 8A | 33 | 28 | 0 | 2E | E3 | 22 | 28 |
| Octal | 104 | 123 | 212 | 63 | 50 | 0 | 56 | 343 | 42 | 50 |
| Binary | 1000100 | 1010011 | 10001010 | 110011 | 101000 | 0 | 101110 | 11100011 | 100010 | 101000 |
Color Harmonies of #44538A
Complementary color
Monochromatic Colors of #44538A
Black with #44538A
Text Example
Text Example
White with #44538A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44538A; }
p { color: rgb(68,83,138); }
H1.HeaderClassName
{
color: #44538A;
}
.AnyTagClassName
{
color: #44538A;
}
</style>
background-color css
<style>
a { background-color: #44538A; }
a { background-color: rgb(68,83,138); }
div.DivClassName
{
background-color: #44538A;
}
.BgClassName
{
background-color: #44538A;
}
</style>
border-color css
<style>
span { border-color: #44538A; }
span { border-color: rgb(68,83,138); }
td.TdClassName
{
border-color: #44538A;
}
.TagClassName
{
border-color: #44538A;
}
</style>