Shades of Tory Blue #445A8A
Tints of Tory Blue #445A8A
RGB
CMYK
RGB Variations
Color information
#445A8A (or 0x445A8A) is known color: Tory Blue. HEX triplet: 44, 5A and 8A. RGB value is (68,90,138). Sum of RGB (Red+Green+Blue) = 68+90+138=296 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.97% from 296); Green value is 90 (35.55% from 255 or 30.41% from 296); Blue value is 138 (54.30% from 255 or 46.62% from 296); Max value from RGB is 138 - color contains mainly: blue. Hex color #445A8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445A8A is #BBA575. Grayscale: #585858. Windows color (decimal): -12297590 or 9067076. OLE color: 9067076.
HSL color Cylindrical-coordinate representation of color #445A8A: hue angle of 221.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 #445A8A is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 68 | 90 | 138 | - |
| CMYK | 0.51 | 0.35 | 0 | 0.46 |
| HSL | 221.14º | 0.34% | 0.4% | - |
| HSV(B) | 221.14º | 0.51% | 0.54% | - |
| XYZ | 10.63 | 10.38 | 25.49 | - |
| YUV | 88.89 | 155.71 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 90 | 138 | 0.51 | 0.35 | 0 | 0.46 | 221.14 | 0.34 | 0.4 |
| Hex | 44 | 5A | 8A | 33 | 23 | 0 | 2E | DD | 22 | 28 |
| Octal | 104 | 132 | 212 | 63 | 43 | 0 | 56 | 335 | 42 | 50 |
| Binary | 1000100 | 1011010 | 10001010 | 110011 | 100011 | 0 | 101110 | 11011101 | 100010 | 101000 |
Color Harmonies of #445A8A
Complementary color
Monochromatic Colors of #445A8A
Black with #445A8A
Text Example
Text Example
White with #445A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445A8A; }
p { color: rgb(68,90,138); }
H1.HeaderClassName
{
color: #445A8A;
}
.AnyTagClassName
{
color: #445A8A;
}
</style>
background-color css
<style>
a { background-color: #445A8A; }
a { background-color: rgb(68,90,138); }
div.DivClassName
{
background-color: #445A8A;
}
.BgClassName
{
background-color: #445A8A;
}
</style>
border-color css
<style>
span { border-color: #445A8A; }
span { border-color: rgb(68,90,138); }
td.TdClassName
{
border-color: #445A8A;
}
.TagClassName
{
border-color: #445A8A;
}
</style>