Shades of Tory Blue #445390
Tints of Tory Blue #445390
RGB
CMYK
RGB Variations
Color information
#445390 (or 0x445390) is known color: Tory Blue. HEX triplet: 44, 53 and 90. RGB value is (68,83,144). Sum of RGB (Red+Green+Blue) = 68+83+144=295 (39% of max value = 765). Red value is 68 (26.95% from 255 or 23.05% from 295); Green value is 83 (32.81% from 255 or 28.14% from 295); Blue value is 144 (56.64% from 255 or 48.81% from 295); Max value from RGB is 144 - color contains mainly: blue. Hex color #445390 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445390 is #BBAC6F. Grayscale: #555555. Windows color (decimal): -12299376 or 9458500. OLE color: 9458500.
HSL color Cylindrical-coordinate representation of color #445390: hue angle of 228.16º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #445390 is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 83 | 144 | - |
| CMYK | 0.53 | 0.42 | 0 | 0.44 |
| HSL | 228.16º | 0.36% | 0.42% | - |
| HSV(B) | 228.16º | 0.53% | 0.56% | - |
| XYZ | 10.51 | 9.43 | 27.65 | - |
| YUV | 85.47 | 161.03 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 83 | 144 | 0.53 | 0.42 | 0 | 0.44 | 228.16 | 0.36 | 0.42 |
| Hex | 44 | 53 | 90 | 35 | 2A | 0 | 2C | E4 | 24 | 2A |
| Octal | 104 | 123 | 220 | 65 | 52 | 0 | 54 | 344 | 44 | 52 |
| Binary | 1000100 | 1010011 | 10010000 | 110101 | 101010 | 0 | 101100 | 11100100 | 100100 | 101010 |
Color Harmonies of #445390
Complementary color
Monochromatic Colors of #445390
Black with #445390
Text Example
Text Example
White with #445390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445390; }
p { color: rgb(68,83,144); }
H1.HeaderClassName
{
color: #445390;
}
.AnyTagClassName
{
color: #445390;
}
</style>
background-color css
<style>
a { background-color: #445390; }
a { background-color: rgb(68,83,144); }
div.DivClassName
{
background-color: #445390;
}
.BgClassName
{
background-color: #445390;
}
</style>
border-color css
<style>
span { border-color: #445390; }
span { border-color: rgb(68,83,144); }
td.TdClassName
{
border-color: #445390;
}
.TagClassName
{
border-color: #445390;
}
</style>